vray.Category

class vray.Category

Bases: object

V-Ray Plugin Category

A type class that defines a particular V-Ray render plugin category. It holds all the classes which belong to this category. And can return all plugin instances belonging to this category.

Methods

__init__()

belongs

Checks if a plugin or a class belong to this category.

getInstances

Returns a list of all Plugin instances of this category.

getName

Returns this category name as a string.

getRenderer

Returns the VRayRenderer instance to which this category belongs.

belongs()

Checks if a plugin or a class belong to this category.

getInstances()

Returns a list of all Plugin instances of this category.

getName()

Returns this category name as a string.

getRenderer()

Returns the VRayRenderer instance to which this category belongs.