[CG Pipeline] Refactor

This commit is contained in:
brothermechanic 2023-11-13 13:07:33 +00:00 committed by Igor Brylyov
parent 6538f70d54
commit b3612d8655
23 changed files with 634 additions and 645 deletions

View file

@ -26,7 +26,7 @@ def mesh_to_mesh(obj):
eval_mesh = obj.evaluated_get(deg).data.copy()
orig_name = obj.name
obj.name = ('{}_temp'.format(orig_name))
obj.name = '{}_temp'.format(orig_name)
converted_obj = bpy.data.objects.new(orig_name, eval_mesh)
converted_obj.matrix_world = obj.matrix_world