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?
CZXPEK
(czo)
June 30, 2023, 8:54pm
2
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”
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.
CZXPEK
(czo)
June 30, 2023, 9:01pm
4
Neon.* Name="Light" ClassName="PointLight"
2 Likes
actual saint
thank you so much
2 Likes
system
(system)
Closed
July 14, 2023, 9:03pm
6
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.