Hello,
i want to select actors from the right side of the dataprepview after importing by their material. iE. the imported windows from revit will be one actor with subactors. The glass will be one of them. the glass gets a glasmaterial by dataprep material table. I then want to select all actors with the glassmaterial and merge them to a new actor.
Is this possible?
Thanks in advance
Filtering tools are a little limited. The closest thing that could gather actors based on materials would be the reference viewer (right click material => reference viewer) Would show all connections to a material.
You could write your own tool with the editor utilities. You could gather all actors and iterate through them testing if they have the needed material and if so add them to an array once complete you would have a set of actors that you can modify as needed via blueprints.
Thanks a lot 3draven.
That seems to be a solution. I saw a tutorial where someone made something in the editor blueprint.
Hello @monsterag69 Do you have that video? i would like to know more about selecting them.