LumaPictures / maya-to-hydra

This repo is no longer updated. Please see https://github.com/Autodesk/maya-usd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for subdivs

chadrik opened this issue · comments

This is supported by HdStream, so adding this here is a great opportunity to use OpenSubdiv in maya viewport.

In usdview there is a setting for "complexity" which corresponds to subdiv smoothing level, so we'll want an attribute to control that on the HdStream render globals node. see #8.

Would be nice if the viewport subdiv setting on the mesh shape was used by HdStream (modified by"3" and page up/down hotkeys) and have a global complexity limit on the HdStream render globals node. Switching subdiv levels for the whole scene is a nice feature, but most of the time you'd want to have more granular control.

This was fixed in #45 , which is essentially a duplicate of this ticket.

@digicpictures and yes, page up / page down works. :)