demostenes Posted June 12, 2016 Posted June 12, 2016 When exporting node with skinned mesh as reference node, it is exported as static mesh. You have to manually edit node and change to skinned.
paralyzah Posted June 21, 2016 Posted June 21, 2016 Hello Jirka I can not reproduce this problemI added node MeshSkinned and exported it as node referenceafter importing it contains MeshSkinned alsoWhat tool you use: node export plugin or push button "Make node reference file" in Nodes window?You import node reference to same world or new?Where mesh-files that you use to create MeshSkinned are located?Tell us more details of this issue, please?Thanks
demostenes Posted June 21, 2016 Author Posted June 21, 2016 Ah, you probably misunderstood me. You have to manually edit node and change: <node type="ObjectMeshStatic" to <node type="ObjectMeshSkinned" Import any skinned mesh, export as reference node and open .node file in wordpad.
paralyzah Posted June 22, 2016 Posted June 22, 2016 When exporting node with skinned mesh as reference node, it is exported as static mesh. You have to manually edit node and change to skinned. reproduction step-by-step: 1. create new project 2. copy-paste alot of meshes to data-folder of project (I took mesh-files from unigine script samples) 3. open project in editor 4. add ObjectMeshSkinned to the world: press main menu -> Create -> Object -> Mesh Skinned and select any mesh-file from data-folder in file dialog 5. select ObjectMeshSkinned and press button Make a Node reference button (hotkey for this operation is ctrl + shift + G by default) 6. save node-reference with any name: s1.node for example 7. open s1.node in notepad / wordpad my result for mesh-file from Skinner sdk-sample: <?xml version="1.0" encoding="utf-8"?> <nodes version="2.2.1"> <node type="ObjectMeshSkinned" id="1474263535" name="pistol_0"> <mesh_name>skinner/meshes/pistol.mesh</mesh_name> <surface name="pistol_lod0" material="mesh_base" property="surface_base"/> <transform>1 0 0 0.0 0 1 0 0.0 0 0 1 0.0 0 0 0 1.0</transform> </node> </nodes> I got similar results for other files, also what i doing wrong?
demostenes Posted June 22, 2016 Author Posted June 22, 2016 I got similar results for other files, also what i doing wrong? Hmm, nothing, we have same workflow. I will recheck.
Recommended Posts