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

See #366
This commit is contained in:
rdb 2022-11-03 13:32:52 +01:00
parent 2a9a32fea9
commit 37f7dc285b

View File

@ -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 "