Community
Arnold for 3ds Max
Rendering with Arnold in 3ds Max using the MaxtoA plug-in.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Getting Different Results with Operator Selections, Target vs Procedural

4 REPLIES 4
SOLVED
Reply
Message 1 of 5
ethan.crossno
314 Views, 4 Replies

Getting Different Results with Operator Selections, Target vs Procedural

I'm trying to isolate selections for render layers using Operators and expressions. Our pipeline is using a combination of procedurals and Maya nodes so I need to run my operators at the "target" level and not on just the procedural. The issue Im having is that my operator expressions are returning different results when they aren't applied to the procedural. See photos:1636735709549.png1636735672909.png

The first image works as expected by unchecking visibility on everything but the assets with "bell" in their name. The second image is the same operator applied at the target level. Am I doing something wrong here? Shouldn't the selection still work or do I need a namespace or something?

Tags (1)
Labels (1)
4 REPLIES 4
Message 2 of 5

MtoA 4.2.3, Arnold Core 6.2.1.1
Message 3 of 5

Set the verbosity level to Debug and check what's matched by the selection expression.



// Stephen Blair
// Arnold Renderer Support
Message 4 of 5

At the global level (operator plugged into the options), you are matching the aiStandin and hiding that.

Try something like

/aiStandIn/* and not *bell*



// Stephen Blair
// Arnold Renderer Support
Message 5 of 5

Hi @ ,

Thanks for the tip about checking the logs! For anyone else that may have the same question you need to also exclude the procedurals shape node. The following expression did what I wanted at the global level:

1636751964457.png


Here you can see why the expression was not working as it grabbed the aiStandIn Shape as well:

1636751950229.png

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report