Jump to content

Classic shader - export tangent normals


Recommended Posts

Following this tutorial at 15:22 he ask to edit the export_tangent_normals1 of the Mantra Surface Shader.

Understood this shader was substituted/renamed with the Classic Shader in v16.

Problem is I didn't find any node of the shader with these properties, any hint if I'm using the wrong shader or need to search anywhere else.

 

Edited by davide445
Link to comment
Share on other sites

  • 2 years later...

you may find them by typing in the Textport >

opunhide (you'll see the list of contexts) 

we need Shop

type >

opunhide Shop

you'll get all the hidden nodes' list

we need this > ophide Shop mantrasurface

type >

opunhide Shop mantrasurface 

after this node should become available in the Shaders

or

in the Textport >

-> cd /shop

/shop -> opadd mantrasurface

this will add node to the shop

or

write in the Python Shell >

>>> node = hou.node('/shop').createNode("mantrasurface")

and hit Enter

Edited by zlyu
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...