BlenderToolbox icon indicating copy to clipboard operation
BlenderToolbox copied to clipboard

Some simple Blender scripts for rendering paper figures

Results 6 BlenderToolbox issues
Sort by recently updated
recently updated
newest added

Dear HTDerekLiu, I would like to ask how to use the .py scripts in the folder /demo. For example, I run the script _demo_isoline.py_ in Blender scripting module like this....

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @​actions/artifact dependency by @​bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...

dependencies

https://github.com/HTDerekLiu/BlenderToolbox/blob/11901ca6a9c772107c7f38b490d0fc3788b99337/blendertoolbox/setMeshColors.py#L55 There's a few spots where equality between strings is checked using `is`, which I think may lead to incorrect output (and is also just annoying to get the warnings)....

# Add Python Testing Infrastructure ## Summary This PR sets up a complete testing infrastructure for the BlenderToolbox project using Poetry as the package manager and pytest as the testing...