1

I'm not sure how to explain my question so I have some Images.

When I first create the object the panel Sapling: Add Tree shows up but if i then go and do something else the panel disappears.

enter image description here enter image description here

I cant seem to find a way to bring it back does anyone know how

Thanks

Alex
  • 11
  • 2
  • I had a look at the possible duplicate of but it did not help – Alex Jan 02 '17 at 10:57
  • 1
    You're right it is not possible to get the panel back after object creation is completed. – stacker Jan 02 '17 at 11:37
  • 1
    Can't get the panel back, but it is possible to retrieve the previously run operator properties from the window_manager.operators collection (via py console or script), or copy from the info window and paste into py console to create same tree. Would need to insert 'INVOKE_DEFAULTegbpy.ops.curve.tree_add('INVOKE_DEFAULT', do_update=True, ...)` . Once the file is closed these too will be lost. A lot of operators save your last settings, sapling is not one of them. – batFINGER Jan 02 '17 at 17:53

1 Answers1

0

Once the original object has been created, and has gone through some kind of transformation, there is no way to get the original creation parameters panel back