Skip to content

Commit

Permalink
vers 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cgtinker committed Jul 28, 2022
1 parent 97ac4b1 commit fc1cbdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/import_models/camera/camera_parent_animation.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def run_euler_filter(self):

def structure(self):
objects.add_copy_location_constraint(obj=self.camera, target_obj=self.parent, use_offset=True)
objects.add_copy_rotation_constraint(obj=self.camera, target_obj=self.parent, invert_y=True)
objects.add_copy_rotation_constraint(obj=self.camera, target_obj=self.parent, invert_y=True, use_offset=True)
self.run_euler_filter()

collection.add_obj_to_collection(self.collection, self.camera)
Expand Down
1 change: 1 addition & 0 deletions src/management/input_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def generate_driver_rig():

def update_driver_influence():
arm = get_armature_by_selection_or_name("driver_rig")
arm.animation_data_clear()
print(arm.name, arm)
add_bone_constraints.update(arm)

Expand Down

0 comments on commit fc1cbdf

Please sign in to comment.