[Bf-blender-cvs] [c9359210913] master: Collada: Remove property with empty identifier

Sergey Sharybin noreply at git.blender.org
Fri May 24 15:40:56 CEST 2019


Commit: c93592109138d2ca793e92917754fe8b0e5a093d
Author: Sergey Sharybin
Date:   Fri May 24 15:39:27 2019 +0200
Branches: master
https://developer.blender.org/rBc93592109138d2ca793e92917754fe8b0e5a093d

Collada: Remove property with empty identifier

This is not a valid property.

Additionally, there is very much the same property with a valid
identifier defined few lines below.

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

M	source/blender/editors/io/io_collada.c

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

diff --git a/source/blender/editors/io/io_collada.c b/source/blender/editors/io/io_collada.c
index aa0c2b58468..7d9ce65473e 100644
--- a/source/blender/editors/io/io_collada.c
+++ b/source/blender/editors/io/io_collada.c
@@ -563,8 +563,6 @@ void WM_OT_collada_export(wmOperatorType *ot)
                "Global Up Axis",
                "Global Up axis for export");
 
-  RNA_def_boolean(func, "", false, "Selection Only", "Export only selected elements");
-
   RNA_def_boolean(func,
                   "apply_global_orientation",
                   false,



More information about the Bf-blender-cvs mailing list