Closed GoogleCodeExporter closed 8 years ago
What Nuke exporter are you using?
Although your fix is uncontroversial the way it's writing out the data looks a
little suspicious.
Original comment by miller.lucas
on 5 Sep 2013 at 9:35
I'm actually not quite sure what nuke plugin is used to export
the geo, but I agree that the data written out is kind of "broken"
having attributes with no samples at all would lead to very unpredicatable
results
depending on how you read it ...
The "fix" I made might actually be in the wrong place though, the getIndex()
should probably return -1 nicely and be caught by the "if (sampIdx<0) return
true;"
just after
Original comment by skydiver...@gmail.com
on 5 Sep 2013 at 9:38
The fix was ok, here is what will go into 1.5.1:
http://code.google.com/r/millerlucas-dev/source/detail?r=202d87477f43014d171767d
bd8c49d7cbba1fc40
I also was more careful about creating that .inherits property with this:
http://code.google.com/r/millerlucas-dev/source/detail?r=4c410af786c1ef75f3a37b9
ba220df5caf4fa0c6
It has a nice side effect of reducing disk space for default identity xforms.
One other suspicious thing about your example is the use of acyclic sampling.
Original comment by miller.lucas
on 18 Sep 2013 at 12:03
Original comment by miller.lucas
on 19 Sep 2013 at 8:13
Thanks for putting that in !
Francois
Original comment by skydiver...@gmail.com
on 19 Sep 2013 at 8:26
Original issue reported on code.google.com by
skydiver...@gmail.com
on 2 Sep 2013 at 4:09