pymel.core.nodetypes.Blinn

Inheritance diagram of Blinn

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

Previous topic

pymel.core.nodetypes.BlindDataTemplate

Next topic

pymel.core.nodetypes.BoneLattice

Core

Core Modules

Other Modules

This Page