blender/release/scripts/modules
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
..
bpy - panel python template 2010-01-23 18:51:56 +00:00
console add pep8 headers so these scripts spit out errors when running pep8. 2009-12-13 14:38:30 +00:00
rigify Mathutils refactor & include in sphinx generated docs, (TODO, include getset'ers in docs) 2010-01-25 09:44:04 +00:00
bpy_types.py Mathutils refactor & include in sphinx generated docs, (TODO, include getset'ers in docs) 2010-01-25 09:44:04 +00:00
graphviz_export.py * rename 'rna_path' --> 'data_path', rna and dna are for internal use and are not descriptive. 2009-12-10 22:23:09 +00:00
retopo.py Mathutils refactor & include in sphinx generated docs, (TODO, include getset'ers in docs) 2010-01-25 09:44:04 +00:00
rigify_utils.py Mathutils refactor & include in sphinx generated docs, (TODO, include getset'ers in docs) 2010-01-25 09:44:04 +00:00
rna_info.py Forgot to rename use_return in this script as well. 2010-01-24 19:30:54 +00:00
rna_prop_ui.py custom properties panels for most ID types. use subclassing to keep panel UI definitions minimal 2010-01-08 08:54:41 +00:00