Blender Git Commit Log

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)

4 Modified Paths:

/source/blender/python/intern/bpy_interface.c (+1, -0) (Diff)
/source/blender/python/intern/bpy_operator_wrap.c (+1, -0) (Diff)
/source/blender/python/intern/bpy_rna.c (+3, -367) (Diff)
/source/blender/python/intern/bpy_rna.h (+0, -10) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021