46
Python and Java API / Re: Undo via Python?
« on: October 22, 2021, 12:08:57 PM »Hello wojtek,
Which operations do you need to Undo via Python?
Essentially what I'm doing is the following:
1. Select a section of a model I want to edit in an external package
2. Crop selection (works via script)
3. Export & Import to the external package (works via script)
after editing:
4. Import edited section as a new model (works via script)
5. Go back to the original model (works via script)
6. Undo the Cropping
7. Delete original selection
So I'm stuck at 6 and have been doing this part manually instead.