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' )