Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 8

...

Texturable attributes: opacity (AttrType_Double). When this attribute is textured, the scalar value acts as a multiplier for the values sampled from the texture.

Base class: MaxwellMayaMaterialComponent.

Methods

...

This is a convenience method which allows you to check if an emitter component is present. It is equivalent to checking if GetEmitter returns NULL, but you don't have to worry about managing the returned pointer in case there is an emitter and you only wanted to check its existence. This method does not exist in Python, where the object returned by GetEmitter is managed automatically by the garbage collector.

...

Convenience method for checking if the layer contains a displacement component. This method does not exist in Python. The reason why it exists in C++ is the same as for the HasEmitter method documented above.

void RemoveDisplacement()

...