pymel.core.nodetypes.HwReflectionMap

Inheritance diagram of HwReflectionMap

class HwReflectionMap(*args, **kwargs)

class counterpart of mel function hwReflectionMap

This command creates a hwReflectionMap node for having reflection on textured surfaces that currently have their boolean attribute displayHWEnvironment set to true.

getBackTextureName(**kwargs)

This flag specifies the file texture name for the back side of the cube.Default is noneWhen queried, this flag returns a string.

Derived from mel command maya.cmds.hwReflectionMap

getBottomTextureName(**kwargs)

This flag specifies the file texture name for the bottom side of the cube.Default is noneWhen queried, this flag returns a string.

Derived from mel command maya.cmds.hwReflectionMap

getCubeMap(**kwargs)

If on, the reflection of the textures is done using the cube mapping.Default is false. The reflection is done using sphere mapping.When queried, this flag returns a boolean.

Derived from mel command maya.cmds.hwReflectionMap

getDecalMode(**kwargs)

If on, the reflection color replaces the surface shading.Default is false. The reflection is multiplied to the surface shading.When queried, this flag returns a boolean.

Derived from mel command maya.cmds.hwReflectionMap

getEnable(**kwargs)

If on, enable the corresponding hwReflectionMap node.Default is false.When queried, this flag returns a boolean.

Derived from mel command maya.cmds.hwReflectionMap

getFrontTextureName(**kwargs)

This flag specifies the file texture name for the front side of the cube.Default is noneWhen queried, this flag returns a string.

Derived from mel command maya.cmds.hwReflectionMap

getLeftTextureName(**kwargs)

This flag specifies the file texture name for the left side of the cube.Default is noneWhen queried, this flag returns a string.

Derived from mel command maya.cmds.hwReflectionMap

getRightTextureName(**kwargs)

This flag specifies the file texture name for the right side of the cube.Default is noneWhen queried, this flag returns a string.

Derived from mel command maya.cmds.hwReflectionMap

getSphereMapTextureName(**kwargs)

This flag specifies the file texture name for the sphere mapping option.Default is noneWhen queried, this flag returns a string.Flag can appear in Create mode of commandFlag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.hwReflectionMap

getTopTextureName(**kwargs)

This flag specifies the file texture name for the top side of the cube.Default is noneWhen queried, this flag returns a string.

Derived from mel command maya.cmds.hwReflectionMap

Previous topic

pymel.core.nodetypes.HsvToRgb

Next topic

pymel.core.nodetypes.HwRenderGlobals

Core

Core Modules

Other Modules

This Page