[Bf-blender-cvs] [86dd099] openvdb: Cleanup: remove dead code.

Kévin Dietrich noreply at git.blender.org
Mon Aug 3 16:41:10 CEST 2015


Commit: 86dd099619c3b6267f5ac98237e0e2571bcd806c
Author: Kévin Dietrich
Date:   Mon Aug 3 15:00:02 2015 +0200
Branches: openvdb
https://developer.blender.org/rB86dd099619c3b6267f5ac98237e0e2571bcd806c

Cleanup: remove dead code.

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

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

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

diff --git a/source/blender/makesrna/intern/rna_smoke.c b/source/blender/makesrna/intern/rna_smoke.c
index 3b7f850..aeb7042 100644
--- a/source/blender/makesrna/intern/rna_smoke.c
+++ b/source/blender/makesrna/intern/rna_smoke.c
@@ -396,7 +396,6 @@ static void rna_def_openvdb_cache(BlenderRNA *brna)
 	prop = RNA_def_property(srna, "filepath", PROP_STRING, PROP_DIRPATH);
 	RNA_def_property_string_sdna(prop, NULL, "path");
 	RNA_def_property_ui_text(prop, "File Path", "Cache file path");
-//	RNA_def_property_update(prop, NC_OBJECT, "rna_Cache_idname_change");
 
 	prop = RNA_def_property(srna, "name", PROP_STRING, PROP_NONE);
 	RNA_def_property_string_sdna(prop, NULL, "name");




More information about the Bf-blender-cvs mailing list