pymel.core.nodetypes.Blinn

digraph inheritancedee84b61fc { rankdir=TB; ranksep=0.15; nodesep=0.15; size="8.0, 12.0"; "Blinn" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="#pymel.core.nodetypes.Blinn",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8]; "Reflect" -> "Blinn" [arrowsize=0.5,style="setlinewidth(0.5)"]; "DependNode" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="pymel.core.nodetypes.DependNode.html#pymel.core.nodetypes.DependNode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8]; "PyNode" -> "DependNode" [arrowsize=0.5,style="setlinewidth(0.5)"]; "Lambert" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="pymel.core.nodetypes.Lambert.html#pymel.core.nodetypes.Lambert",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8]; "ShadingDependNode" -> "Lambert" [arrowsize=0.5,style="setlinewidth(0.5)"]; "ProxyUnicode" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="../pymel.util.utilitytypes/pymel.util.utilitytypes.ProxyUnicode.html#pymel.util.utilitytypes.ProxyUnicode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8]; "PyNode" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="../pymel.core.general/pymel.core.general.PyNode.html#pymel.core.general.PyNode",style="setlinewidth(0.5)",tooltip="Abstract class that is base for all pymel nodes classes.",height=0.25,shape=box,fontsize=8]; "ProxyUnicode" -> "PyNode" [arrowsize=0.5,style="setlinewidth(0.5)"]; "Reflect" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="pymel.core.nodetypes.Reflect.html#pymel.core.nodetypes.Reflect",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8]; "Lambert" -> "Reflect" [arrowsize=0.5,style="setlinewidth(0.5)"]; "ShadingDependNode" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="pymel.core.nodetypes.ShadingDependNode.html#pymel.core.nodetypes.ShadingDependNode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8]; "DependNode" -> "ShadingDependNode" [arrowsize=0.5,style="setlinewidth(0.5)"]; }

class Blinn(*args, **kwargs)
getEccentricity()

Retrieves the value of the “eccentricity” attribute of a blinn shader node. This attribute determines the size of the highlight produced by the shader.

Return type:float

Derived from api method maya.OpenMaya.MFnBlinnShader.eccentricity

getSpecularRollOff()

Retrieves the value of the “specularRollOff” attribute of a blinn shader node. This attribute controls the increased oblique angle reflectivity of the shader.

Return type:float

Derived from api method maya.OpenMaya.MFnBlinnShader.specularRollOff

setEccentricity(eccentr)

Sets the value of the “eccentricity” attribute of a shader node.

Parameters:
eccentr : float

value to which the attribute will be set.

Derived from api method maya.OpenMaya.MFnBlinnShader.setEccentricity

setSpecularRollOff(specular_rolloff)

Sets the value of the “specularRollOff” attribute of a shader node.

Parameters:
specular_rolloff : float

value to which the attribute will be set.

Derived from api method maya.OpenMaya.MFnBlinnShader.setSpecularRollOff