-
Notifications
You must be signed in to change notification settings - Fork 116
Operators
Ole Schwiegert edited this page Jul 9, 2015
·
34 revisions
Operators are constructs in Blender that can be called from the GUI, thus whenever you click a button or menu item, you execute an operator. Thus while you can use lots of Phobos' functions when scripting in Blender, most of the time you will work with the set of operators it provides.
Effect
The selected objects will share the active objects mesh among each other. The overwritten meshes will be lost forever!
Parameters
shared Meshes Name
This is the new name for the shared mesh to use when exporting it.
Context Requirements
- The active object must not have an already shared mesh
- The active object has to be a visual or collision object
- The number of selected visual/collision objects has to be >= 2
For a description of individual operators please refer to our source documentation.
Back to top.