sorry. I am not familiar with python.
How does it describe to define the parameter (flip_x, flip_y, fov) of plug-in, after creating Plugin with a Create() function as follows?
Please let us know.
How does it describe to define the parameter (flip_x, flip_y, fov) of plug-in, after creating Plugin with a Create() function as follows?
Code:
from vray.utils import * create('CameraDome', 'perspShape')
Comment