[Bf-blender-cvs] [70f7052] fracture_modifier: possible fix for loading subobject group objects with textures

Martin Felke noreply at git.blender.org
Wed Feb 25 22:45:14 CET 2015


Commit: 70f7052a54cb83b5194d5f7c98ccaaf17c8e9dfd
Author: Martin Felke
Date:   Wed Feb 25 22:43:38 2015 +0100
Branches: fracture_modifier
https://developer.blender.org/rB70f7052a54cb83b5194d5f7c98ccaaf17c8e9dfd

possible fix for loading subobject group objects with textures

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

M	source/blender/modifiers/intern/MOD_fracture.c

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

diff --git a/source/blender/modifiers/intern/MOD_fracture.c b/source/blender/modifiers/intern/MOD_fracture.c
index 851eda8..43883b6 100644
--- a/source/blender/modifiers/intern/MOD_fracture.c
+++ b/source/blender/modifiers/intern/MOD_fracture.c
@@ -2193,9 +2193,9 @@ static void refresh_customdata_image(Mesh *me, CustomData *pdata, int totface)
 				tf->tile = me->mtpoly->tile;
 				tf->transp = me->mtpoly->transp;
 
-				if (tf->tpage && tf->tpage->id.us == 0) {
+				/*if (tf->tpage && tf->tpage->id.us == 0) {
 					tf->tpage->id.us = 1;
-				}
+				}*/
 			}
 		}
 	}




More information about the Bf-blender-cvs mailing list