- Disabling OpenGL version enforce to 3.3 and let graphics card to use highest available. - Removed multisampling rules as some cards might not support - Supported lowest Python version is set to 3.8
1.0.1
License change from MIT to BSD-3
TLDR; BSD-3 is still a pretty permissive license but you can't sell it.
> Neither the name of the [organization] nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
1.0.0
- AWP3D plugin is tested with Blender 3.0 - Minor fixes for type-hinting.
0.1.8
* Added Bullet physics engine support. * Added `start_clocks` feature to `scene.run` method. * Several code linter cleanups.
0.1.7
* Better typehints (numpy seem to have typehints now, so adjustments to that) * Fix: Motion tracking line got fixed. * Requirements now do not downgrade existing package versions.