[Bf-blender-cvs] [aa8c014] fracture_modifier: mark "Dynamic Fracture" as WIP

Martin Felke noreply at git.blender.org
Thu Aug 6 18:02:01 CEST 2015


Commit: aa8c0143d2a50689f980841409253a407c7507d1
Author: Martin Felke
Date:   Thu Aug 6 14:41:32 2015 +0200
Branches: fracture_modifier
https://developer.blender.org/rBaa8c0143d2a50689f980841409253a407c7507d1

mark "Dynamic Fracture" as WIP

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

M	source/blender/makesrna/intern/rna_modifier.c

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

diff --git a/source/blender/makesrna/intern/rna_modifier.c b/source/blender/makesrna/intern/rna_modifier.c
index f1fedf6..87fe822 100644
--- a/source/blender/makesrna/intern/rna_modifier.c
+++ b/source/blender/makesrna/intern/rna_modifier.c
@@ -4663,7 +4663,7 @@ static void rna_def_modifier_fracture(BlenderRNA *brna)
 
 	static EnumPropertyItem prop_fracture_modes[] = {
 		{MOD_FRACTURE_PREFRACTURED, "PREFRACTURED", 0, "Prefractured", "Fracture the mesh once prior to the simulation"},
-		{MOD_FRACTURE_DYNAMIC, "DYNAMIC", 0, "Dynamic", "Fracture the mesh dynamically during the simulation"},
+		{MOD_FRACTURE_DYNAMIC, "DYNAMIC", 0, "Dynamic (WIP)", "Fracture the mesh dynamically during the simulation"},
 		{0, NULL, 0, NULL, NULL}
 	};




More information about the Bf-blender-cvs mailing list