Blender V2.61 - r43446
|
Functions | |
def | render_gl |
def | render_gl_all_modes |
def | ctx_clear_scene |
def | ctx_viewport_camera |
def | ctx_camera_setup |
def | whoami |
def | whosdaddy |
def | defaults_object |
def | defaults_modifier |
def | mesh_bounds |
def | mesh_uv_add |
def | mesh_vcol_add |
def | mesh_vgroup_add |
def | mesh_shape_add |
def | mesh_armature_add |
def | modifier_subsurf_add |
def | modifier_armature_add |
def | modifier_mirror_add |
def | modifier_solidify_add |
def | modifier_hook_add |
def | modifier_decimate_add |
def | modifier_build_add |
def | modifier_mask_add |
def | make_cube |
def | make_cube_extra |
def | make_cube_like |
def | make_cube_like_extra |
def | make_cube_shell |
def | make_cube_shell_extra |
def | make_monkey |
def | make_monkey_extra |
def | apply_test |
def | test_cube |
def | test_cube_like |
def | test_cube_shell |
def | main |
def | load_handler |
Variables | |
USE_QUICK_RENDER = False | |
tuple | cube_like_vertices |
tuple | cube_like_faces |
tuple | cube_shell_vertices |
tuple | cube_shell_face |
list | global_tests = [] |
def bl_mesh_modifiers::apply_test | ( | test, | |
scene, | |||
obj, | |||
render_func = None , |
|||
render_args = None , |
|||
render_kwargs = None |
|||
) |
Definition at line 688 of file bl_mesh_modifiers.py.
def bl_mesh_modifiers::ctx_camera_setup | ( | context, | |
location = (0.0, 0.0 , |
|||
lookat = (0.0, 0.0 , |
|||
up = (0.0, 0.0 , |
|||
lookat_axis = '-Z' , |
|||
up_axis = 'Y' |
|||
) |
Definition at line 145 of file bl_mesh_modifiers.py.
def bl_mesh_modifiers::ctx_clear_scene | ( | ) |
Definition at line 118 of file bl_mesh_modifiers.py.
def bl_mesh_modifiers::ctx_viewport_camera | ( | context | ) |
Definition at line 137 of file bl_mesh_modifiers.py.
def bl_mesh_modifiers::defaults_modifier | ( | mod | ) |
Definition at line 208 of file bl_mesh_modifiers.py.
def bl_mesh_modifiers::defaults_object | ( | obj | ) |
Definition at line 194 of file bl_mesh_modifiers.py.
def bl_mesh_modifiers::load_handler | ( | dummy | ) |
Definition at line 775 of file bl_mesh_modifiers.py.
def bl_mesh_modifiers::main | ( | ) |
Definition at line 749 of file bl_mesh_modifiers.py.
def bl_mesh_modifiers::make_cube | ( | scene | ) |
Definition at line 542 of file bl_mesh_modifiers.py.
def bl_mesh_modifiers::make_cube_extra | ( | scene | ) |
Definition at line 555 of file bl_mesh_modifiers.py.
def bl_mesh_modifiers::make_cube_like | ( | scene | ) |
Definition at line 566 of file bl_mesh_modifiers.py.
def bl_mesh_modifiers::make_cube_like_extra | ( | scene | ) |
Definition at line 578 of file bl_mesh_modifiers.py.
def bl_mesh_modifiers::make_cube_shell | ( | scene | ) |
Definition at line 589 of file bl_mesh_modifiers.py.
def bl_mesh_modifiers::make_cube_shell_extra | ( | scene | ) |
Definition at line 601 of file bl_mesh_modifiers.py.
def bl_mesh_modifiers::make_monkey | ( | scene | ) |
Definition at line 612 of file bl_mesh_modifiers.py.
def bl_mesh_modifiers::make_monkey_extra | ( | scene | ) |
Definition at line 624 of file bl_mesh_modifiers.py.
def bl_mesh_modifiers::mesh_armature_add | ( | obj, | |
mode = 0 |
|||
) |
Definition at line 279 of file bl_mesh_modifiers.py.
def bl_mesh_modifiers::mesh_bounds | ( | mesh | ) |
Definition at line 216 of file bl_mesh_modifiers.py.
def bl_mesh_modifiers::mesh_shape_add | ( | obj, | |
mode = 0 |
|||
) |
Definition at line 275 of file bl_mesh_modifiers.py.
def bl_mesh_modifiers::mesh_uv_add | ( | obj | ) |
Definition at line 233 of file bl_mesh_modifiers.py.
def bl_mesh_modifiers::mesh_vcol_add | ( | obj, | |
mode = 0 |
|||
) |
Definition at line 244 of file bl_mesh_modifiers.py.
def bl_mesh_modifiers::mesh_vgroup_add | ( | obj, | |
name = "Group" , |
|||
axis = 0 , |
|||
invert = False , |
|||
mode = 0 |
|||
) |
Definition at line 255 of file bl_mesh_modifiers.py.
def bl_mesh_modifiers::modifier_armature_add | ( | scene, | |
obj | |||
) |
Definition at line 295 of file bl_mesh_modifiers.py.
def bl_mesh_modifiers::modifier_build_add | ( | scene, | |
obj | |||
) |
Definition at line 404 of file bl_mesh_modifiers.py.
def bl_mesh_modifiers::modifier_decimate_add | ( | scene, | |
obj | |||
) |
Definition at line 395 of file bl_mesh_modifiers.py.
def bl_mesh_modifiers::modifier_hook_add | ( | scene, | |
obj, | |||
use_vgroup = True |
|||
) |
Definition at line 361 of file bl_mesh_modifiers.py.
def bl_mesh_modifiers::modifier_mask_add | ( | scene, | |
obj | |||
) |
Definition at line 416 of file bl_mesh_modifiers.py.
def bl_mesh_modifiers::modifier_mirror_add | ( | scene, | |
obj | |||
) |
Definition at line 345 of file bl_mesh_modifiers.py.
def bl_mesh_modifiers::modifier_solidify_add | ( | scene, | |
obj, | |||
thickness = 0.25 |
|||
) |
Definition at line 352 of file bl_mesh_modifiers.py.
def bl_mesh_modifiers::modifier_subsurf_add | ( | scene, | |
obj, | |||
levels = 2 |
|||
) |
Definition at line 286 of file bl_mesh_modifiers.py.
def bl_mesh_modifiers::render_gl | ( | context, | |
filepath, | |||
shade | |||
) |
Definition at line 39 of file bl_mesh_modifiers.py.
def bl_mesh_modifiers::render_gl_all_modes | ( | context, | |
obj, | |||
filepath = "" |
|||
) |
Definition at line 73 of file bl_mesh_modifiers.py.
def bl_mesh_modifiers::test_cube | ( | context, | |
test | |||
) |
Definition at line 713 of file bl_mesh_modifiers.py.
def bl_mesh_modifiers::test_cube_like | ( | context, | |
test | |||
) |
Definition at line 724 of file bl_mesh_modifiers.py.
def bl_mesh_modifiers::test_cube_shell | ( | context, | |
test | |||
) |
Definition at line 735 of file bl_mesh_modifiers.py.
def bl_mesh_modifiers::whoami | ( | ) |
Definition at line 183 of file bl_mesh_modifiers.py.
def bl_mesh_modifiers::whosdaddy | ( | ) |
Definition at line 187 of file bl_mesh_modifiers.py.
Definition at line 470 of file bl_mesh_modifiers.py.
Definition at line 429 of file bl_mesh_modifiers.py.
00001 ( 00002 (0, 1, 2, 3), 00003 (0, 3, 8, 9), 00004 (1, 5, 6, 2), 00005 (2, 6, 7, 3), 00006 (3, 7, 8), 00007 (4, 7, 10), 00008 (6, 5, 11), 00009 (7, 4, 9, 8), 00010 (10, 7, 6, 11), 00011 )
Definition at line 529 of file bl_mesh_modifiers.py.
00001 ( 00002 (0, 0, 1), 00003 (0, 1, 1), 00004 (-1, 1, 1), 00005 (-1, 0, 1), 00006 (0, 0, 0), 00007 (0, 1, 0), 00008 (-1, 1, 0), 00009 (-1, 0, 0), 00010 (-1, -1, 0), 00011 (0, -1, 0), 00012 (0, 0, -1), 00013 (0, 1, -1), 00014 )
Definition at line 513 of file bl_mesh_modifiers.py.
list bl_mesh_modifiers::global_tests = [] |
Definition at line 638 of file bl_mesh_modifiers.py.
Definition at line 33 of file bl_mesh_modifiers.py.