Featured post

new redirect for blender.org bpy docs.

http://www.blender.org/api/blender_python_api_current/ As of 10/11 november 2015 we can now link to the current api docs and not be worr...

Showing posts with label pie menu. Show all posts
Showing posts with label pie menu. Show all posts

June 14, 2015

Blender Pie Menu with Custom Icons

Easy enough:

- make a directory for your addon
- put an icons folder in it
- fill the operator_behaviours list with the names of your icons (minus their filetype)
will look something like this:

June 03, 2015

Custom Pie Menus. easy.

couldn't be any simpler, this includes how to use icons in the EnumProperty - this can reduce the verbosity