Blender Git Loki
Git Commits -> Revision 849024d
Revision 849024d by Campbell Barton (master) January 19, 2010, 00:59 (GMT) |
patch [#20724] Randomize Loc Rot Size py operator for B2.5 written from scratch by Daniel Salazar (zanqdo). added own modifications. New property type bpy.props.FloatVectorProperty(), only difference with float is it takes a 'size' argument and optional 'default' sequence of floats. moved bpy.props.* functions out of bpy_rna.c into their own C file. |
Commit Details:
Full Hash: 849024df83602758f134695495eb0b19a6993421
SVN Revision: 26089
Parent Commit: 56660fa
Lines Changed: +646, -377
3 Added Paths:
/release/scripts/op/object_randomize_transform.py (+134, -0) (View)
/source/blender/python/intern/bpy_props.c (+463, -0) (View)
/source/blender/python/intern/bpy_props.h (+44, -0) (View)
/source/blender/python/intern/bpy_props.c (+463, -0) (View)
/source/blender/python/intern/bpy_props.h (+44, -0) (View)