Nuke binary plugins 16.0.1
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Loading...
Searching...
No Matches
DD::Image::MeshKnobs Class Reference

#include <GeomOpKnobs.h>

Public Member Functions

 MeshKnobs (int subdivisionScheme, int interpolateBoundary=0, bool doubleSided=false)
 
void knobs (Knob_Callback f, GeomOp *op)
 
void knobsWithoutGroup (Knob_Callback f, GeomOp *op)
 Just call knobs() for the constituent knobs, don't create closed group.
 
void enableAuthoring ()
 Enable or disable authoring mode.
 
void disableAuthoring ()
 

Protected Attributes

int _subdivisionScheme
 From UsdGeomMesh class.
 
int _interpolateBoundary
 From UsdGeomMesh class.
 
bool _doubleSided
 From UsdGeomGprim class.
 
bool _authoringEnabled
 Do knobs show authoring controls.
 

Detailed Description

A class which provides common UI for Mesh prims. Create one of these and call the knobs method to make the knobs. Then call the apply method to create/set the attributes.

Note that by default these knobs do not have authoring mode enabled since they are not inherited attributes. Use enableAuthoring() to control this.



©2025 The Foundry Visionmongers, Ltd. All Rights Reserved.
www.foundry.com