PiRSquared17 / alembic

Automatically exported from code.google.com/p/alembic
Other
0 stars 0 forks source link

make emitting transform rib from procedural optional #144

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. make a Procedural call to an element of an alembic cache in rib
2.
3.

What is the expected output? What do you see instead?
the procedural will emit its own transform information.  The expected output 
would be to make that optional (a -notransform flag or or -onlygeometry or 
something).  That way for systems which emit their own transforms for pieces of 
alembic caches, this could be skipped.  

What version of the product are you using? On what operating system?
most recent; linux.

Please provide any additional information below.

Original issue reported on code.google.com by stephan....@gmail.com on 1 Apr 2011 at 8:41

GoogleCodeExporter commented 9 years ago

Original comment by ard...@gmail.com on 13 Apr 2011 at 6:22

GoogleCodeExporter commented 9 years ago

Original comment by ble...@gmail.com on 7 Jul 2011 at 10:21

GoogleCodeExporter commented 9 years ago
This is implemented with the -excludexform flag. In the next commit, that flag 
will also suppress AttributeBegin/Identifier/End blocks from being created 
around anything but geometric primitives.

Original comment by steve.lavietes@gmail.com on 1 Aug 2011 at 3:47

GoogleCodeExporter commented 9 years ago
This was available in 1.0.

Original comment by steve.lavietes@gmail.com on 26 Aug 2011 at 12:30