PiRSquared17 / alembic

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

AbcExport typo. #209

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
diff -r e3b7359eea6b maya/AbcExport/MayaUtility.cpp
--- a/maya/AbcExport/MayaUtility.cpp    Mon Aug 08 19:02:59 2011 -0700
+++ b/maya/AbcExport/MayaUtility.cpp    Wed Aug 10 01:13:55 2011 -0700
@@ -495,7 +495,7 @@
 "Is illegal because the higest and lowerst frameRelativeSamples are 0.3 frames\n"
 "apart.\n"
 "\n"
-"AbcExport -j \"-sel -root |group|foo -file /tmp/test.abc\"\n"
+"AbcExport -j \"-sl -root |group|foo -file /tmp/test.abc\"\n"
 "Writes out all selected nodes and it's ancestor nodes including up to foo.\n"
 "foo will be parented to the root of the Alembic scene.\n"
 "\n";

Original issue reported on code.google.com by syoyofuj...@gmail.com on 10 Aug 2011 at 8:15

GoogleCodeExporter commented 9 years ago
Good catch.

Original comment by miller.lucas on 10 Aug 2011 at 4:10

GoogleCodeExporter commented 9 years ago
It looks like this change has already been made in 1.00.00

http://code.google.com/p/alembic/source/browse/maya/AbcExport/MayaUtility.cpp?na
me=release_1_00_00

Original comment by miller.lucas on 12 Aug 2011 at 5:36

GoogleCodeExporter commented 9 years ago
Not yet. See line 498 carefully.

Original comment by syoyofuj...@gmail.com on 13 Aug 2011 at 3:53

GoogleCodeExporter commented 9 years ago
Doh!  I see it now, thanks.

Original comment by miller.lucas on 13 Aug 2011 at 4:15

GoogleCodeExporter commented 9 years ago
Fixed in my clone, it will make it in the next patch:

http://code.google.com/r/millerlucas-dev/source/detail?r=d68e11099d926155c276bf5
594f16a98c8f42617

Original comment by miller.lucas on 15 Aug 2011 at 11:43