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

View File

@ -58,8 +58,6 @@ def transfer_vertex_group(
return return
source_obj.vertex_groups.active = source_obj.vertex_groups.get(vertex_group_name) source_obj.vertex_groups.active = source_obj.vertex_groups.get(vertex_group_name)
# TODO Debug crashing / use context.temp_override(object=obj) style
# https://projects.blender.org/blender/blender/issues/112299
context = bpy.context context = bpy.context
override = context.copy() override = context.copy()
override["selected_editable_objects"] = [target_obj, source_obj] override["selected_editable_objects"] = [target_obj, source_obj]