https://github.com/longi94/blender-dice-gen
Add-on to generate polyhedral dice in Blender
https://github.com/longi94/blender-dice-gen
blender dice polyhedral
Last synced: 10 months ago
JSON representation
Add-on to generate polyhedral dice in Blender
- Host: GitHub
- URL: https://github.com/longi94/blender-dice-gen
- Owner: Longi94
- License: mit
- Created: 2021-10-08T22:12:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-10T23:43:22.000Z (over 4 years ago)
- Last Synced: 2025-04-07T23:23:08.755Z (about 1 year ago)
- Topics: blender, dice, polyhedral
- Language: Python
- Homepage:
- Size: 274 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blender Dice Gen
A Blender add-on that generates polyhedral dice.

## Installation and usage
Download the [python script](https://github.com/Longi94/blender-dice-gen/releases), then go to `Edit > Preferences... > Add-ons > Install...` and select the python file.
Afterwards you will be able to generate dice in `Add > Mesh > Dice`
The add-on will create 2 objects, a blank dice mesh and the numbers. The blank dice object will have a boolean modifier that has the "Realtime" flag turned off for performance reasons. Turn that on to see the result in the viewport.
Go to the [wiki](https://github.com/Longi94/blender-dice-gen/wiki/Properties) to see what each property does in detail.
## Supported dice
Create an issue if you'd like a new dice type to be added.
- D4 Tetrahedron
- D4 Crystal
- D4 Shard
- D6 Cube
- D8 Octahedron
- D10 Pentagonal Trepazohedron
- D100 Pentagonal Trepazohedron
- D12 Dodecahedron
- D20 Icosahedron
## Tips
- The unit scale in Blender is weird and with default settings the scale of the generated STL will be off by a factor of 1000 compared to the displayed scale in Blender. To have Blender display scales that matches the resulting STL set `Scene Properties > Units > Unit Scale` to 0.001. It also helps to set the length unit to millimeters.
- If the dice disappears when enabling the boolean modifier, try ticking the `Self` option under the solver options for the Exact solver. Or try switching to the Fast solver.
## Contributing
Please make pull requests against the `dev` branch to keep the `master` branch clean.