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
I have some actors called TestCylinder of mesh type Cylinder as shown:
When I call listSceneObjects as follows, the names outputted are not the actor names: objs = client.simListSceneObjects("Cylinder[\w]*")
This is the output (the TestCylinder1 is not named properly):
Suggestion:
Perhaps listSceneObjects should be able to return actor names? Additionally maybe an option to filter scene objects by actor names would be great to have.
The text was updated successfully, but these errors were encountered:
I have some actors called TestCylinder of mesh type Cylinder as shown:
When I call listSceneObjects as follows, the names outputted are not the actor names:
objs = client.simListSceneObjects("Cylinder[\w]*")
This is the output (the TestCylinder1 is not named properly):
Suggestion:
Perhaps listSceneObjects should be able to return actor names? Additionally maybe an option to filter scene objects by actor names would be great to have.
The text was updated successfully, but these errors were encountered: