[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [37366] branches/cycles/source/blender/ editors/space_buttons/space_buttons.c: Cycles: fix crash splitting/ joining properties editor.

Brecht Van Lommel brechtvanlommel at pandora.be
Fri Jun 10 14:45:11 CEST 2011


Revision: 37366
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=37366
Author:   blendix
Date:     2011-06-10 12:45:11 +0000 (Fri, 10 Jun 2011)
Log Message:
-----------
Cycles: fix crash splitting/joining properties editor.

Modified Paths:
--------------
    branches/cycles/source/blender/editors/space_buttons/space_buttons.c

Modified: branches/cycles/source/blender/editors/space_buttons/space_buttons.c
===================================================================
--- branches/cycles/source/blender/editors/space_buttons/space_buttons.c	2011-06-10 12:43:06 UTC (rev 37365)
+++ branches/cycles/source/blender/editors/space_buttons/space_buttons.c	2011-06-10 12:45:11 UTC (rev 37366)
@@ -135,6 +135,7 @@
 	/* clear or remove stuff from old */
 	sbutsn->ri= NULL;
 	sbutsn->path= NULL;
+	sbutsn->texuser= NULL;
 	
 	return (SpaceLink *)sbutsn;
 }




More information about the Bf-blender-cvs mailing list