- translation scripts now run with py3.x
- added convenience make target 'make translations' - some MEM_malloc strings were not unique enough, expanded them.
This commit is contained in:
		@@ -2935,7 +2935,7 @@ void DM_set_object_boundbox(Object *ob, DerivedMesh *dm)
 | 
			
		||||
	dm->getMinMax(dm, min, max);
 | 
			
		||||
 | 
			
		||||
	if(!ob->bb)
 | 
			
		||||
		ob->bb= MEM_callocN(sizeof(BoundBox), "bb");
 | 
			
		||||
		ob->bb= MEM_callocN(sizeof(BoundBox), "DM-BoundBox");
 | 
			
		||||
 | 
			
		||||
	boundbox_set_from_min_max(ob->bb, min, max);
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user