Robossembler Framework: update readme files

This commit is contained in:
brothermechanic 2023-12-01 11:34:37 +03:00
parent b3612d8655
commit 679a52a041
No known key found for this signature in database
GPG key ID: 9C59EF9503ACD106
41 changed files with 246 additions and 776 deletions

View file

@ -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,