bpy: Save/Load selection and transform of selected objects
i3d pyc files
1. Download and move i3d.pyc file to Blender’s \scripts\modules\ folder.
If you are not sure, print(pby) to print find __int__.py location in modules folder.
2. Save all other i3d_***pyc files to below directory.
~Documents\blender\i3d\scripts\
i3d_GUITools.pyc
i3d_selection.pyc
i3d_transform.pyc
i3d_utility.pyc
Commands(in blender)
Save&Load current selection[Green] and Save&Load transform(RTXYZ)[Yellow]
Commands: import i3d,i3d_GUITools as iGU;
1. Download and move i3d.pyc file to Blender’s \scripts\modules\ folder.
If you are not sure, print(pby) to print find __int__.py location in modules folder.
2. Save all other i3d_***pyc files to below directory.
~Documents\blender\i3d\scripts\
i3d_GUITools.pyc
i3d_selection.pyc
i3d_transform.pyc
i3d_utility.pyc
Commands(in blender)
Save&Load current selection[Green] and Save&Load transform(RTXYZ)[Yellow]
Commands: import i3d,i3d_GUITools as iGU;
Comments
Post a Comment