Package nukescripts :: Module applymaterial
[hide private]
[frames] | no frames]

Module applymaterial

source code

Functions used by the ApplyMaterial node

Classes [hide private]
  ObjectNameChooserDialog
A dialog box with a SceneView_Knob for choosing from a tree of names.
Functions [hide private]
 
chooseObjectName(amfNode)
Given an ApplyMaterial node, show a modal ObjectNameChooserDialog for it then set the filter_name knob to whatever name was selected in the dialog.
source code
 
_getName(geo)
Given a GeoInfo object, return the value of its 'name' attribute.
source code
 
_workaroundForBug36107(name, names) source code
Variables [hide private]
  __package__ = 'nukescripts'
Function Details [hide private]

_getName(geo)

source code 

Given a GeoInfo object, return the value of its 'name' attribute. If there is no such attribute, return None.