[mobu] Enable Transformation property question

Hello,

been searching for a way to deselect the “enable transformation” property.
Can’t seem to find it anywhere, i searched under the FBModel class, there is the Show option and you can modify it, but no Enable Transformation or Enable Selection.
Did they have a different name before? The other properties don’t seem to apply.

wish to make it work this way:

lModelList = FBModelList()

lModel = FBFindModelByName( “model_name” )

lModel.Show = True
lModel.EnableTransformation= False

Anyone has any idea?

p.s the Enable Selection is the Pickable property, still nothing about Transformation