Robossembler Framework: update readme files
This commit is contained in:
parent
b3612d8655
commit
679a52a041
41 changed files with 246 additions and 776 deletions
|
@ -2,7 +2,7 @@
|
|||
#!/usr/bin/env python
|
||||
'''
|
||||
DESCRIPTION.
|
||||
Convert and setup FreeCAD scene to cg assets.
|
||||
Convert and setup scene from FreeCAD data.
|
||||
Support Blender compiled as a Python Module only!
|
||||
'''
|
||||
__version__ = '0.7'
|
||||
|
@ -83,7 +83,7 @@ def cg_pipeline(**kwargs):
|
|||
remove_collections_with_objects()
|
||||
cleanup_orphan_data()
|
||||
|
||||
# 1 convert FreeCAD scene to Blender scene
|
||||
# 0 сonvert FreeCAD scene to Blender scene
|
||||
imported_objects = json_to_blend(
|
||||
json.loads(
|
||||
cmd_proc(freecad_bin,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue