Blender Git Loki
Git Commits -> Revision a79820d
Revision a79820d by Campbell Barton (master) March 22, 2011, 12:53 (GMT) |
properties were being used with wrong type functions, this resulted in bad memory access when getting int from an enum. |
Commit Details:
Full Hash: a79820d2849a6366353c7045e4fd5f161f6a70fa
SVN Revision: 35694
Parent Commit: 4c3899c
Lines Changed: +28, -28
13 Modified Paths:
/release/scripts/startup/bl_operators/vertexpaint_dirt.py (+2, -2) (Diff)
/source/blender/editors/armature/armature_ops.c (+2, -2) (Diff)
/source/blender/editors/curve/curve_ops.c (+1, -1) (Diff)
/source/blender/editors/curve/editcurve.c (+2, -2) (Diff)
/source/blender/editors/metaball/mball_edit.c (+1, -1) (Diff)
/source/blender/editors/metaball/mball_ops.c (+1, -1) (Diff)
/source/blender/editors/physics/physics_ops.c (+1, -1) (Diff)
/source/blender/editors/space_action/action_ops.c (+1, -1) (Diff)
/source/blender/editors/space_graph/graph_ops.c (+1, -1) (Diff)
/source/blender/editors/space_nla/nla_edit.c (+1, -1) (Diff)
/source/blender/editors/space_sequencer/sequencer_edit.c (+1, -1) (Diff)
/source/blender/editors/space_sequencer/sequencer_ops.c (+1, -1) (Diff)
/source/blender/editors/transform/transform_ops.c (+13, -13) (Diff)
/source/blender/editors/armature/armature_ops.c (+2, -2) (Diff)
/source/blender/editors/curve/curve_ops.c (+1, -1) (Diff)
/source/blender/editors/curve/editcurve.c (+2, -2) (Diff)
/source/blender/editors/metaball/mball_edit.c (+1, -1) (Diff)
/source/blender/editors/metaball/mball_ops.c (+1, -1) (Diff)
/source/blender/editors/physics/physics_ops.c (+1, -1) (Diff)
/source/blender/editors/space_action/action_ops.c (+1, -1) (Diff)
/source/blender/editors/space_graph/graph_ops.c (+1, -1) (Diff)
/source/blender/editors/space_nla/nla_edit.c (+1, -1) (Diff)
/source/blender/editors/space_sequencer/sequencer_edit.c (+1, -1) (Diff)
/source/blender/editors/space_sequencer/sequencer_ops.c (+1, -1) (Diff)
/source/blender/editors/transform/transform_ops.c (+13, -13) (Diff)