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: 

How to prevent image planes from rendering?

13 REPLIES 13
SOLVED
Reply
Message 1 of 14
Parmenides
7977 Views, 13 Replies

How to prevent image planes from rendering?

I have an image plane for lining up models for compositing later. However, I am unable to render an image without the image plane. I have hidden the image plane, I have turned off visibility in the attributes. Hidden the camera that it is attached to, and put it on a layer and turned off renderability. But it always renders. The only way is to delete it, there must be a simpler way?

Maya 2018.5, Arnold 3.1.1.1

13 REPLIES 13
Message 2 of 14
Stephen.Blair
in reply to: Parmenides

Set the Display Mode to None



// Stephen Blair
// Arnold Renderer Support
Message 3 of 14
Parmenides
in reply to: Stephen.Blair

Thanks. Can you be a little more specific? To me the Display Mode is the overall setting for Textured/WIreframe/Smoothshade. Are you talking about a setting in the attributes for the imageplane?

I have turned off: ImagePlane/Attribute/Display/Visibility & ImagePlaneShape/Attribute/Object Display/Visibility & /Hide on Playback. These turn off the image plane in the viewport but they still show up in Arnold RenderView. Thanks.

Message 4 of 14
Stephen.Blair
in reply to: Parmenides

The imagePlane object has a Display Mode attribute.

It's the third attribute from the very top of the Attribute Editor.



// Stephen Blair
// Arnold Renderer Support
Message 5 of 14
Parmenides
in reply to: Parmenides

I don't have that option. Perhaps you are using a different version than 2018.5?

2959-mode.png

Message 6 of 14
Stephen.Blair
in reply to: Parmenides

"third from the top"

You haven't expanded the top section of the Attribute Editor: the Image Plane Attributes section.



// Stephen Blair
// Arnold Renderer Support
Message 7 of 14
Parmenides
in reply to: Parmenides

Yes that is it. What a strange place to put it when there are 3 checkboxes in the attributes for 'visibility' and 'playback' that don't hide it during rendering. Thanks for your patience.

Message 8 of 14
lee_griggs
in reply to: Parmenides

I believe Stephen means here:

2963-image-plane.jpg

Lee Griggs
Arnold rendering specialist
AUTODESK
Message 9 of 14
dave.cookL6ZQU
in reply to: Parmenides

@Derryl Rice If you need to do it a lot (I do) you might find this Python snippet useful. Saves me a lot of time...

'''sets the output of all image planes to None'''
imageplanes = cmds.ls(type = "imagePlane", r = True)


if len(imageplanes)!= 0:
   for i in imageplanes:
        cmds.setAttr(i + ".displayMode", 0)
else:
    print 'no image planes detected'


Message 10 of 14
Parmenides
in reply to: Parmenides

Thanks Dave, very useful.

Message 11 of 14

What if I'm using imagePlane + aiMatteShadow to get reflections????

Message 12 of 14

You can disable them here:

5998-1582556893429.png

Lee Griggs
Arnold rendering specialist
AUTODESK
Message 13 of 14
vladbessogonov
in reply to: Parmenides

If you want to have no image planes in render - stay what you've been already told here. Just set Display mode to Off. If you want to have your planes visible in Transparency, Refl and Refr, set it to RGB, go further, Set Alpha Gain to 0. It will render the full image, but alpha should be set onto your modelling, not Image Plane Full White

Message 14 of 14

In arnold, it have to mark the arnold tabs "visible in refl and refr" as well

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

Post to forums  

Autodesk Design & Make Report