Browse Source

assimp: Set assimp-collapse-dummy-root-node to true by default

See #366
rdb 3 years ago
parent
commit
37f7dc285b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pandatool/src/assimp/config_assimp.cxx

+ 1 - 1
pandatool/src/assimp/config_assimp.cxx

@@ -87,7 +87,7 @@ ConfigVariableDouble assimp_smooth_normal_angle
           "changing this."));
           "changing this."));
 
 
 ConfigVariableBool assimp_collapse_dummy_root_node
 ConfigVariableBool assimp_collapse_dummy_root_node
-("assimp-collapse-dummy-root-node", false,
+("assimp-collapse-dummy-root-node", true,
  PRC_DESC("If set to true, collapses the root node that Assimp creates, if it "
  PRC_DESC("If set to true, collapses the root node that Assimp creates, if it "
           "appears to be a synthetic dummy root node and contains no meshes.  "
           "appears to be a synthetic dummy root node and contains no meshes.  "
           "This variable is new as of Panda3D 1.10.13 and will become true by "
           "This variable is new as of Panda3D 1.10.13 and will become true by "