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 = []
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()
def __init__(self, operator, context): NifCommon.__init__(self, operator, context)