Vetala Beta 0.3.6.2
Posted: Tue Dec 03, 2019 7:36 am
This release solves an issue when working in meters
If your imported or opened files are in meters your control curves will still import nicely.
As a side note
If you need to make sure the asset is in meters at the beginning of your process code and at the end
Use the following code in your scripts :
In my tests I just put this snipped of code in the import_model.py code and my scene was in meters when building, even though my saved files were in cms.
If your imported or opened files are in meters your control curves will still import nicely.
As a side note
If you need to make sure the asset is in meters at the beginning of your process code and at the end
Use the following code in your scripts :
Code: Select all
cmds.currentUnit( linear='m' )