Peragro-AT
 All Classes Namespaces Functions Pages
Public Member Functions | Static Public Attributes | List of all members
mesh.blender.render.transcoderblenderrender.BlenderTranscoder Class Reference
Inheritance diagram for mesh.blender.render.transcoderblenderrender.BlenderTranscoder:
Inheritance graph
[legend]
Collaboration diagram for mesh.blender.render.transcoderblenderrender.BlenderTranscoder:
Collaboration graph
[legend]

Public Member Functions

def __init__
 
def activate
 
def transcode
 
- Public Member Functions inherited from damn_at.pluginmanager.ITranscoder
def transcode
 

Static Public Attributes

list options
 
dictionary convert_map
 
- Static Public Attributes inherited from damn_at.pluginmanager.ITranscoder
dictionary convert_map = {}
 

Member Data Documentation

dictionary mesh.blender.render.transcoderblenderrender.BlenderTranscoder.convert_map
static
Initial value:
1 = {"application/x-blender.object": {"image/jpg": options,
2  "image/png": options},
3  "application/x-blender.mesh": {"image/jpg": options,
4  "image/png": 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: