Object getDupliMatrices(), returns a list of true matrices #3947

Closed
opened 2006-02-20 20:21:30 +01:00 by jean-michel soler · 2 comments

%%%A few additionnal functions for the Blender.Object module .
get/set functions for DupliFrames, DupliGroup, DupliRot, DupliNoSpeed
Easy to do and perhaps usefull .

Example :

from Blender import Object
OBJECT=Object.Get('Cube')
print OBJECT.getDupliFrames()
OBJECT.setDupliFrames(1)
print OBJECT.getDupliGroup()
OBJECT.setDupliGroup(1)
print OBJECT.getDupliRot()
OBJECT.setDupliRot(1)
print OBJECT.getDupliNoSpeed()
OBJECT.setDupliNoSpeed(1)

%%%

%%%A few additionnal functions for the Blender.Object module . get/set functions for DupliFrames, DupliGroup, DupliRot, DupliNoSpeed Easy to do and perhaps usefull . Example : from Blender import Object OBJECT=Object.Get('Cube') print OBJECT.getDupliFrames() OBJECT.setDupliFrames(1) print OBJECT.getDupliGroup() OBJECT.setDupliGroup(1) print OBJECT.getDupliRot() OBJECT.setDupliRot(1) print OBJECT.getDupliNoSpeed() OBJECT.setDupliNoSpeed(1) %%%

Changed status to: 'Open'

Changed status to: 'Open'

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#3947
No description provided.