apartment_0000 - added a UMetaDataComponent to certain actors in the world. (maybe we can extend it to all actors, but didn't see a requirement now)
The actors were selected based on a simple check - only select actors if it has a UStaticMeshComponent. This is the current filter used in the MuJoCo export pipeline as well.
The python scene editor code used is added to the spear-internal repo.
UMetaDataComponent
to certain actors in the world. (maybe we can extend it to all actors, but didn't see a requirement now)UStaticMeshComponent
. This is the current filter used in the MuJoCo export pipeline as well.