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 you break a line of your code upstream, do not see it, and go to begin a new sketch, all of your code will delete itself. You can bring it back with cntrl+z and even correct the error, but it will still not render the geometry and delete all your code again.
*Not universal, seems to depend on what type of features you break or have in your project.
Steps to Reproduce
Start a new project
Extrude a sketch
Extrude another sketch off of the top of the previous extrusion
Go back up to an earlier line in your code and change something so it creates an error (For example I changed a variable name to a hole command in the video below)
Select a new bottom line in the code to add new features
Select "start sketch" and select a plane.
(*This will make all your code delete itself)
Ctrl + Z to undo and try to recover the code
Correct the error you created in the code
Continue on and try to add any new feature
(*The code will delete itself again, even though the error is fixed)
Expected Behavior
I expected my code to reappear after escaping the new command that caused my code to disappear.
More importantly, I expected to be able to ctrl+Z back to a point before the error and correct it. But the code deleted itself again. I had to copy/paste the code into a new project to get past the bug.
(I understand the earlier code/geometry hiding itself if I tried to add new features when my code was broken. CATIA hides geometry if you break something upstream too. But CATIA allows you to go fix the error in the feature tree and move on)
Screenshots and Recordings
Disappearing.Code.mp4
Desktop OS
Windows 10
Browser
No response
Version
v0.26.4
Additional Context
I can replicate it every time drawing similar things to the video. I tried other geometry and errors to replicate it, not all do. A lot of the time, it autocorrects your error back to how it previously was in order to not break once you try to start step 6.
It will take some more time for me to narrow down further exactly when it happens vs does not happen.
The text was updated successfully, but these errors were encountered:
Describe the bug
If you break a line of your code upstream, do not see it, and go to begin a new sketch, all of your code will delete itself. You can bring it back with cntrl+z and even correct the error, but it will still not render the geometry and delete all your code again.
*Not universal, seems to depend on what type of features you break or have in your project.
Steps to Reproduce
Expected Behavior
(I understand the earlier code/geometry hiding itself if I tried to add new features when my code was broken. CATIA hides geometry if you break something upstream too. But CATIA allows you to go fix the error in the feature tree and move on)
Screenshots and Recordings
Disappearing.Code.mp4
Desktop OS
Windows 10
Browser
No response
Version
v0.26.4
Additional Context
I can replicate it every time drawing similar things to the video. I tried other geometry and errors to replicate it, not all do. A lot of the time, it autocorrects your error back to how it previously was in order to not break once you try to start step 6.
It will take some more time for me to narrow down further exactly when it happens vs does not happen.
The text was updated successfully, but these errors were encountered: