Releases: Ignis-Studio/IgnisCAD
Releases · Ignis-Studio/IgnisCAD
Version 0.4.1
Roadmap phrase 3 part 1 completed.
- Added
jointto entities[VIBE CODING].
Version 0.4.0
Added validators to the primitive functions, and to raise an error when some strange argument were passed through.
Version 0.3.1
Roadmap phrase 2 completed, but contains lots of bugs.
Version 0.3.0
Roadmap phrase 1 completed.
Version 0.2.2
Complete documentry and production ready.
Version 0.2.0
Release Notes:
- Completely deprecated ocp-vscode.
- Removed _GLOBAL_LAST_PART. => An Item object is required now when calling show().
- Separated the file igniscad.py into:
- core.py (contains the class Entity, which is the base wrapper.)
- primitives.py (contains the functions used to create wrappers.)
- visualization.py (contains the function show(), used to visualize models.)
- containers.py (contains the container wrappers which have implied the with statements.)
- _err_handler.py (contains the custom error handler used to avoid meaningless WindowsError.)
- mixins.py (contains the Mixins for some wrappers, for example AlignmentMixin used by the Entity wrapper.)
- Published to PyPI:
You can now install IgnisCAD by executing:python -m pip install igniscad - Made main.py (now test.py) a testing file.
- Used license: Apache License 2.0
Happy Chinese New Year :P
Version 0.1.1
Core functions.