示例#1
0
    def __init__(self, operator, context):
        NifCommon.__init__(self, operator, context)

        # Helper systems
        self.transform_anim = TransformAnimation()
        self.constrainthelper = Constraint()
        self.objecthelper = Object()
        self.exportable_objects = []
        self.root_objects = []
示例#2
0
    def __init__(self, operator, context):
        NifCommon.__init__(self, operator, context)

        # Helper systems
        self.morph_anim = MorphAnimation()
    def __init__(self, operator, context):
        NifCommon.__init__(self, operator, context)

        # Helper systems
        self.transform_anim = TransformAnimation()
示例#4
0
 def __init__(self, operator, context):
     NifCommon.__init__(self, operator, context)