Missing parts of AlembicExport documentation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've just discovered this incredibly important part of AlembicExport in MaxScript which I haven't been able to find anywhere. The Autodesk documentation is completely useless on this topic.
Alembic_Export Docs:
This only lists CoordinateSystem and ArchiveType as possible properties for Alembic_Export. I was tearing my hair out trying to find anything telling me how to programatically set things like the frame range!
I discovered that there's a file AlembicExport.ini which contains the last used settings for the plugin. In here you can find all the property names. Here they are:
CoordinateSystem (#Maya, #Max)
ArchiveType (#Ogawa, #HDF5)
ParticleAsMesh (bool)
CacheTimeRange (#currentFrame, #timeSlider, #StartEnd)
StepFrameTime (float)
StartFrameTime (int)
EndFrameTime (int)
ShapeName (bool)
Then using these options in my search I was able to find this documentation page:
Which does list the correct options. This hadn't come up in any of my previous search. Seriously, sort the documentation out Autodesk, that was a huge waste of time.
I hope someone else finds this useful!
