You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started to write a Python script to Bridge exported morph tag this is linked to meshes in absolute mode of Position, Rotation, Scale and Point to a new morph tag of relative mode in non-linked Points only, then deleting all the morph mesh objects. Do this will greatly reduce the file size and improves Cinema 4D performance.
While working on this, I was looking at the Bridge code with the ambition of proposing a place in the Bridge code where this option could be inserted before the JCM code is created. I found in the Morphs.py file a function "morphs_to_delta" which is called by "manual_import_genesis" in CustomImports.py with the comment "HIDDEN". I can't find anywhere where manual_import_genesis is being called. Before I re-invert the wheel, is this called from somewhere else or a "work in Progress"?
I was also looking at making rotational order changeable, as I commonly use the default "HPB" rather than the Bridge "YZX".
Bruce Kingsley.
The text was updated successfully, but these errors were encountered:
I started to write a Python script to Bridge exported morph tag this is linked to meshes in absolute mode of Position, Rotation, Scale and Point to a new morph tag of relative mode in non-linked Points only, then deleting all the morph mesh objects. Do this will greatly reduce the file size and improves Cinema 4D performance.
While working on this, I was looking at the Bridge code with the ambition of proposing a place in the Bridge code where this option could be inserted before the JCM code is created. I found in the Morphs.py file a function "morphs_to_delta" which is called by "manual_import_genesis" in CustomImports.py with the comment "HIDDEN". I can't find anywhere where manual_import_genesis is being called. Before I re-invert the wheel, is this called from somewhere else or a "work in Progress"?
I was also looking at making rotational order changeable, as I commonly use the default "HPB" rather than the Bridge "YZX".
Bruce Kingsley.
The text was updated successfully, but these errors were encountered: