You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If use the Import Shape into feature, use the current detail level and then change the Object Node and click the save. It saves out everything except the Object Node change.
It just needs to save out a line saying %this.setObjectNode i the onLoad function.
I am going to look into trying to fix it, but figured I would post here first in case it can quickly be fixed by someone who has already messed with the code.
The text was updated successfully, but these errors were encountered:
Oh just as another note I am assuming that the bug is in PersistenceManager::saveDirtyObject some place in engine code. That is where I have tracked down the saving is happening, via ShapeEditor::saveConstructor in script.
Edit: It turns out that simply writes out the object. the call writeChangeSet on the TSShapeconstructor is what saves out the onLoad.
in tsShapeConstruct.cpp if you comment out or delete line 2916 to 2925 or so it fixes the issue. Apparently it tries to change the addMesh command but that doesn't take a node only a mesh. This doesn't seem to cause any issues from my small testing and fixes the issue. let me know if anyone else has issues with it. I really need to take some time at work to get submitting to here integrated into our workflow.
If use the Import Shape into feature, use the current detail level and then change the Object Node and click the save. It saves out everything except the Object Node change.
It just needs to save out a line saying %this.setObjectNode i the onLoad function.
I am going to look into trying to fix it, but figured I would post here first in case it can quickly be fixed by someone who has already messed with the code.
The text was updated successfully, but these errors were encountered: