Peragro-AT
 All Classes Namespaces Functions Pages
Public Member Functions | Static Public Attributes | List of all members
mesh.blender.text.transcoderblendertext.BlenderTranscoder Class Reference
Inheritance diagram for mesh.blender.text.transcoderblendertext.BlenderTranscoder:
Inheritance graph
[legend]
Collaboration diagram for mesh.blender.text.transcoderblendertext.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.text.transcoderblendertext.BlenderTranscoder.convert_map
static
Initial value:
1 = {
2  "application/x-blender.text": {
3  "image/jpg": options,
4  "image/png": options
5  },
6  }
list mesh.blender.text.transcoderblendertext.BlenderTranscoder.options
static
Initial value:
1 = [
2  IntVectorOption(
3  name='size',
4  description='The target size of the image',
5  size=2,
6  min=1,
7  max=4096,
8  default=(128, 128)
9  ),
10  IntOption(
11  name='pages',
12  description='Total number of frames.',
13  min=1,
14  max=4096,
15  default=1
16  ),
17  ]

The documentation for this class was generated from the following file: