Package bpy :: Module types :: Class ObjectModifiers
[hide private]
[frames] | no frames]

Class ObjectModifiers

The Object Modifiers Object

Collection of object modifiers.

References

Instance Methods [hide private]
Modifier
new(name, type)
Add a new bone.
 
remove(modifier)
Remove an existing modifier from the object.
Method Details [hide private]

new(name, type)

 

Add a new bone.

Parameters:
  • type (enum)
  • name (string)
Returns: Modifier
Newly created modifier.

remove(modifier)

 

Remove an existing modifier from the object.

Parameters: