vray.PluginList

class vray.PluginList

Bases: vray.TypedList

Efficient implementation of V-Ray PluginList.

Methods

__init__(*args, **kwargs)

append

Append Plugin to the end of the list.

extend

Extend list by appending elements from iterable.

append()

Append Plugin to the end of the list.

extend()

Extend list by appending elements from iterable.