Welcome to mirror list, hosted at ThFree Co, Russian Federation.

second_life.py « wm.collada_export « operator « presets « scripts « release - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 151c4e556529b40d39c00c1a723294e31d9a93d9 (plain)
1
2
3
4
5
6
7
8
import bpy
op = bpy.context.active_operator

op.selected = True
op.apply_modifiers = True
op.include_bone_children = False
op.use_object_instantiation = False
op.second_life = True