|
| PathKnobs (const std::string &primPath="{nodename}", const std::string &knobNamePrefix="") |
|
void | knobs (Knob_Callback f, GeomOp *op) |
|
const std::string & | primPath () const |
|
const std::string & | pathKnobName () const |
|
const std::string & | createMissingParentsKnobName () const |
|
const std::string & | missingParentTypeKnobName () const |
|
DD::Image::Knob * | pathKnob () const |
| Only valid after knobs() has been called.
|
|
DD::Image::Knob * | createMissingParentsKnob () const |
| Only valid after knobs() has been called.
|
|
DD::Image::Knob * | missingParentTypeKnob () const |
| Only valid after knobs() has been called.
|
|
Binding | getBinding (GeomOpEngine *engine) const |
|
A class which provides common UI for creating prims. Create one of these and call the knobs method to make the knobs. Then call the apply method to create the missing parents.