Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ListSceneObjects naming issue #63

Open
Codaero opened this issue Dec 11, 2024 · 1 comment
Open

ListSceneObjects naming issue #63

Codaero opened this issue Dec 11, 2024 · 1 comment
Labels
question Further information is requested

Comments

@Codaero
Copy link

Codaero commented Dec 11, 2024

I have some actors called TestCylinder of mesh type Cylinder as shown:
image

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):
image

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.

@WouterJansen
Copy link
Contributor

It is a similar issue I believe as here: #39 (comment).

@WouterJansen WouterJansen added the question Further information is requested label Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Development

No branches or pull requests

2 participants