提交 4e37a192 编写于 作者: M Mr.doob

Blender Exporter: Neither is needed to parse the groups here.

上级 eeb2a26b
......@@ -2310,11 +2310,6 @@ def save(operator, context, filepath = "",
for obj in sceneobjects:
objects.append(obj)
# get objects in linked groups
for group in bpy.data.groups:
for object in group.objects:
objects.append(object)
if option_export_scene:
geo_set = set()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册