[CG Pipeline] Refactor
This commit is contained in:
parent
6538f70d54
commit
b3612d8655
23 changed files with 634 additions and 645 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue