[Blender Export] Added blender file to quick-start
- For easier debug
This commit is contained in:
parent
eaa61b7c08
commit
43746ed801
|
|
@ -339,7 +339,7 @@ class Blender_Export(Base3D):
|
||||||
if not has_top and not has_bottom:
|
if not has_top and not has_bottom:
|
||||||
return None
|
return None
|
||||||
register_xmp_import('PCB2Blender_2_1')
|
register_xmp_import('PCB2Blender_2_1')
|
||||||
out_ops = {'pcb3d': '_PCB2Blender_2_1', 'outputs': [{'type': 'render'}]}
|
out_ops = {'pcb3d': '_PCB2Blender_2_1', 'outputs': [{'type': 'render'}, {'type': 'blender'}]}
|
||||||
if has_top:
|
if has_top:
|
||||||
gb = {}
|
gb = {}
|
||||||
gb['name'] = 'basic_{}_top'.format(name)
|
gb['name'] = 'basic_{}_top'.format(name)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue