blender/release/scripts/modules/rigify
Campbell Barton 0a0f4c9d81 Mathutils refactor & include in sphinx generated docs, (TODO, include getset'ers in docs)
- Mathutils.MidpointVecs --> vector.lerp(other, fac)
 - Mathutils.AngleBetweenVecs --> vector.angle(other)
 - Mathutils.ProjectVecs --> vector.project(other)
 - Mathutils.DifferenceQuats --> quat.difference(other)
 - Mathutils.Slerp --> quat.slerp(other, fac)
 - Mathutils.Rand: removed, use pythons random module
 - Mathutils.RotationMatrix(angle, size, axis_flag, axis) --> Mathutils.RotationMatrix(angle, size, axis); merge axis & axis_flag args
 - Matrix.scalePart --> Matrix.scale_part
 - Matrix.translationPart --> Matrix.translation_part
 - Matrix.rotationPart --> Matrix.rotation_part
 - toMatrix --> to_matrix
 - toEuler --> to_euler
 - toQuat --> to_quat
 - Vector.toTrackQuat --> Vector.to_track_quat
2010-01-25 09:44:04 +00:00
..
__init__.py - temp marker rename in menu (using python or the outliner isnt fun) 2010-01-21 19:43:27 +00:00
arm_biped.py Rigify: 2010-01-19 19:07:09 +00:00
copy.py patch from Cessen, update to metarigs and some changes to the rigging main loop. 2010-01-10 18:53:15 +00:00
delta.py Mathutils refactor & include in sphinx generated docs, (TODO, include getset'ers in docs) 2010-01-25 09:44:04 +00:00
eye_balls.py Added eyeball and eyelid rig types to rigify. 2010-01-19 18:52:45 +00:00
eye_lid.py Added eyeball and eyelid rig types to rigify. 2010-01-19 18:52:45 +00:00
finger_curl.py Rigify: 2010-01-19 19:07:09 +00:00
leg_biped.py Rigify: 2010-01-19 19:07:09 +00:00
leg_quadruped.py Mathutils refactor & include in sphinx generated docs, (TODO, include getset'ers in docs) 2010-01-25 09:44:04 +00:00
mouth.py Mathutils refactor & include in sphinx generated docs, (TODO, include getset'ers in docs) 2010-01-25 09:44:04 +00:00
neck_flex.py Rigify: 2010-01-19 19:07:09 +00:00
palm_curl.py Mathutils refactor & include in sphinx generated docs, (TODO, include getset'ers in docs) 2010-01-25 09:44:04 +00:00
shape_key_distance.py Rigify: 2010-01-19 19:07:09 +00:00
shape_key_rotdiff.py Mathutils refactor & include in sphinx generated docs, (TODO, include getset'ers in docs) 2010-01-25 09:44:04 +00:00
spine_pivot_flex.py Rigify: 2010-01-19 19:07:09 +00:00
stretch_twist.py new rig types from Cessen 2010-01-10 19:20:48 +00:00
stretch.py new rig types from Cessen 2010-01-10 19:20:48 +00:00
track_dual.py new rig types from Cessen 2010-01-10 19:20:48 +00:00
track_reverse.py new rig types from Cessen 2010-01-10 19:20:48 +00:00