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 f502c0c75c - Show all commits

View File

@ -292,7 +292,6 @@ def transfer_modifier(modifier_name, target_obj, source_obj):
if not mod.is_bind: if not mod.is_bind:
continue continue
for i in range(2): for i in range(2):
# TODO Create override for modifier visibility in these cases
with override_obj_visability(obj=target_obj): with override_obj_visability(obj=target_obj):
with context.temp_override( with context.temp_override(
object=target_obj, active_object=target_obj object=target_obj, active_object=target_obj