Are there any plugins like "Part Picker" that allows you to select specific children in certain parts?

I want to edit some light attributes, but I really dont wanna have to go thru 1400 parts and do it manually.


The problem is that I have 2 seperate light sources, and I wanna delete the Spotlight so its only the Pointlight.

Are there any plugins like the Part Picker that allows you to select things like these in parts?

you can use the filter box to search for specific instances then just press ctrl+a to select all of them

Neon.* Name="Light"

this will search for all children of “Neon” named “Light”
image

The issue is more that I cant select the specific lights. I want to delete the Pointlights and keep the Spotlights, but if I select all and then select the children, it selects both.

Neon.* Name="Light" ClassName="PointLight"
2 Likes

actual saint
thank you so much

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.