|
def | __init__ |
|
def | activate |
|
def | transcode |
|
def | transcode |
|
|
list | options |
|
dictionary | convert_map |
|
dictionary | convert_map = {} |
|
dictionary mesh.blender.reel.transcoderblenderreel.BlenderTranscoder.convert_map |
|
static |
Initial value: 1 = {
"application/x-blender.object": {
"image/jpg-reel": options,
2 "image/png-reel": options},
3 "application/x-blender.mesh": {
"image/jpg-reel": options,
4 "image/png-reel": options},
5 "application/x-blender.group": {
"image/jpg-reel": options,
6 "image/png-reel": options}, }
list mesh.blender.reel.transcoderblenderreel.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=(128, 128)),
4 IntOption(name=
'frames', description=
'Total number of frames.',
5 min=1, max=4096, default=12),
6 IntOption(name=
'footage',
7 description=
'Number of frames per line',
8 min=1, max=4096, default=4), ]
The documentation for this class was generated from the following file:
- /home/travis/build/peragro/peragro-at/src/damn_at/transcoders/mesh/blender/reel/transcoderblenderreel.py