[Bf-blender-cvs] [8810578] wiggly-widgets: Merge branch 'master' into wiggly-widgets

Antony Riakiotakis noreply at git.blender.org
Thu Oct 2 20:34:36 CEST 2014


Commit: 88105788ac779bec53f41c4d20766abefd7a2041
Author: Antony Riakiotakis
Date:   Thu Oct 2 20:34:26 2014 +0200
Branches: wiggly-widgets
https://developer.blender.org/rB88105788ac779bec53f41c4d20766abefd7a2041

Merge branch 'master' into wiggly-widgets

===================================================================



===================================================================

diff --cc source/blender/editors/transform/transform_manipulator.c
index 6fa7cc5,37a6d50..b135ad9
--- a/source/blender/editors/transform/transform_manipulator.c
+++ b/source/blender/editors/transform/transform_manipulator.c
@@@ -1893,11 -1917,7 +1893,11 @@@ int BIF_manipulator_handler(bContext *C
  	}
  	/* after transform, restore drawflags */
  	drawflags = 0xFFFF;
 +	
 +	if (ptr) {
 +		WM_operator_properties_free(ptr);
 +		MEM_freeN(ptr);
 +	}
  
 -	return val;
 +	return (val) ? OPERATOR_FINISHED : OPERATOR_PASS_THROUGH;
- }
+ }
 -




More information about the Bf-blender-cvs mailing list