Asset Pipeline v2 #145

Closed
Nick Alberelli wants to merge 431 commits from (deleted):feature/asset-pipeline-v2 into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit bd026f483e - Show all commits

View File

@ -312,7 +312,6 @@ def transfer_constraint(constraint_name, target_obj, source_obj):
if target_constraint.name == name_prev:
idx = target_mod_i + 1
# TODO use toggle visibility here
if idx != i:
with override_obj_visability(obj=target_obj):
with context.temp_override(object=target_obj):