[Bf-blender-cvs] [ea21f7c] fluid-mantaflow: removed old unused operator types

Sebastián Barschkis noreply at git.blender.org
Thu Mar 17 19:10:52 CET 2016


Commit: ea21f7cb99a2b292964abae84f45cdff674d1f26
Author: Sebastián Barschkis
Date:   Thu Mar 10 09:01:49 2016 +0100
Branches: fluid-mantaflow
https://developer.blender.org/rBea21f7cb99a2b292964abae84f45cdff674d1f26

removed old unused operator types

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

M	source/blender/editors/physics/physics_intern.h
M	source/blender/editors/physics/physics_ops.c

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

diff --git a/source/blender/editors/physics/physics_intern.h b/source/blender/editors/physics/physics_intern.h
index 89ca2b3..2db8035 100644
--- a/source/blender/editors/physics/physics_intern.h
+++ b/source/blender/editors/physics/physics_intern.h
@@ -93,8 +93,7 @@ void BOID_OT_state_move_down(struct wmOperatorType *ot);
 /* physics_fluid.c */
 void FLUID_OT_bake(struct wmOperatorType *ot);
 void MANTA_OT_make_file(struct wmOperatorType *ot);
-//void MANTA_OT_sim_step(struct wmOperatorType *ot);
-//void MANTA_OT_stop_sim(struct wmOperatorType *ot);
+
 /* dynamicpaint.c */
 void DPAINT_OT_bake(struct wmOperatorType *ot);
 void DPAINT_OT_surface_slot_add(struct wmOperatorType *ot);
diff --git a/source/blender/editors/physics/physics_ops.c b/source/blender/editors/physics/physics_ops.c
index 193c7d6..a9f41eb 100644
--- a/source/blender/editors/physics/physics_ops.c
+++ b/source/blender/editors/physics/physics_ops.c
@@ -178,16 +178,13 @@ static void operatortypes_fluid(void)
 	WM_operatortype_append(FLUID_OT_bake);
 }
 
-/********************************* manta ***********************************/
+/********************************* mantaflow ***********************************/
 
 static void operatortypes_manta(void)
 {
 	WM_operatortype_append(MANTA_OT_make_file);
-//	WM_operatortype_append(MANTA_OT_sim_step);
-//	WM_operatortype_append(MANTA_OT_stop_sim);
 }
 
-
 /**************************** point cache **********************************/
 
 static void operatortypes_pointcache(void)




More information about the Bf-blender-cvs mailing list