mgear-dev / mgear4

mGear v.4.x.x (python 3 ready) https://mgear4.readthedocs.io
MIT License
259 stars 91 forks source link

[Shifter] Removing Partition loses geometry node #327

Closed SimonBenAnderson closed 7 months ago

SimonBenAnderson commented 7 months ago

In Shifter's FBX Exporter,

  1. Create a new partition
  2. Move some geometry from the Master partition to the new partition
  3. Delete the new Partition, that has just had the geometry moved to it. The result if the partition is deleted, but the geometry objects that were children of the partition no longer appear in the UI.

The only way to get them back it to re-assign the geo root. That works for simple solutions but if you had complex partitions it may cause some lost work.