|
def | __init__ |
|
def | activate |
|
def | transcode |
|
def | transcode |
|
|
list | options |
|
dictionary | convert_map |
|
dictionary | convert_map = {} |
|
dictionary mesh.blender.render.transcoderblenderrender.BlenderTranscoder.convert_map |
|
static |
Initial value: 1 = {
"application/x-blender.object": {
"image/jpg": options,
3 "application/x-blender.mesh": {
"image/jpg": options,
5 "application/x-blender.group": {
"image/jpg": options,
6 "image/png": options}, }
list mesh.blender.render.transcoderblenderrender.BlenderTranscoder.options |
|
static |
Initial value: 1 = [IntVectorOption(name=
'size',
2 description=
'The target size of the image',
3 size=2, min=1, max=4096, default=(64, 64)),
4 EnumOption(name=
'camera_type',
5 description=
'The camera type',
6 choices=(
'ORTHO',
'PERSPECTIVE'),
7 default=
'PERSPECTIVE'),
8 FloatArrayOption(name=
'angles',
9 description=
'The angles',
10 min=0.0, max=3.1415, default=(0.0,))]
The documentation for this class was generated from the following file:
- /home/travis/build/peragro/peragro-at/src/damn_at/transcoders/mesh/blender/render/transcoderblenderrender.py