Functions | |
PyObject * | M_Camera_New (PyObject *self, PyObject *args, PyObject *kwords) |
Python module function: Blender.Camera.New(). More... | |
PyObject * | M_Camera_Get (PyObject *self, PyObject *args) |
Python module function: Blender.Camera.Get(). More... |
|
Python module function: Blender.Camera.Get().
This is the .Get() function of the Blender.Camera submodule. It searches the list of current Camera Data objects and returns a Python wrapper for the one with the name provided by the user. If called with no arguments, it returns a list of all current Camera Data object names in Blender.
Definition at line 126 of file Camera-doxy.c. |
|
Python module function: Blender.Camera.New().
This is the .New() function of the Blender.Camera submodule. It creates new Camera Data in Blender and returns its Python wrapper object. The parameters are optional and default to type = 'persp' and name = 'CamData'.
Definition at line 64 of file Camera-doxy.c. |