All Projects → kromar → blender_Shelves

kromar / blender_Shelves

Licence: other
Custom Header Buttons

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to blender Shelves

BlendShell
A Blender plugin for making hollow models suitable for 3D printing.
Stars: ✭ 33 (+3.13%)
Mutual labels:  blender, blender-addon, blender-python, blender-plugin
blendpresence
Discord RPC support for Blender 3.0
Stars: ✭ 81 (+153.13%)
Mutual labels:  blender, blender-addon, blender-plugin
3dn-bip
A Python library for Blender addons. Blazingly fast preview loads in Blender. Images of arbitrary size. bpy.utils.previews drop-in replacement.
Stars: ✭ 41 (+28.13%)
Mutual labels:  blender, blender-addon, blender-python
Character-UI
Blender add-on for creating simple yet functional UIs for your characters.
Stars: ✭ 28 (-12.5%)
Mutual labels:  blender, blender-addon, blender-python
neuro-bge
Node-based Blender game engine and logic editor addon for Blender
Stars: ✭ 27 (-15.62%)
Mutual labels:  blender, blender-addon, blender-python
interactive-physics-editor
Simplifies the process of positioning multiple objects in 3D space with collision handling
Stars: ✭ 20 (-37.5%)
Mutual labels:  blender, blender-addon, blender-python
Jaks Blender Scripts
Various Python Scripts for Blender
Stars: ✭ 26 (-18.75%)
Mutual labels:  blender, blender-addon, blender-python
gmic-blender
Official G'MIC plugin for Blender3D - pre-pre-alpha
Stars: ✭ 34 (+6.25%)
Mutual labels:  blender, blender-addon, blender-python
anton
anton is an open-source generative design framework built on Blender, the open-source 3D creation suite.
Stars: ✭ 82 (+156.25%)
Mutual labels:  blender, blender-addon, blender-python
VF-BlenderAutoSaveRender
Automatically saves a numbered or dated image after every render and can extend the Blender output path with dynamic variables
Stars: ✭ 34 (+6.25%)
Mutual labels:  blender, blender-addon, blender-plugin
assemblme
Iterative object assembly animations made simple
Stars: ✭ 19 (-40.62%)
Mutual labels:  blender-addon, blender-python, blender-plugin
thicket
Thicket: Laubwerk Plants Add-on for Blender
Stars: ✭ 51 (+59.38%)
Mutual labels:  blender, blender-addon, blender-plugin
MindMapper
Blender Python - Node-based multi-line text and image flowchart
Stars: ✭ 58 (+81.25%)
Mutual labels:  blender, blender-addon, blender-python
bpy lambda
🎥 A compiled binary of Blender-as-a-Python-Module (bpy) for use in AWS Lambda
Stars: ✭ 66 (+106.25%)
Mutual labels:  blender, blender-python
io import vmf
A Valve Map Format (.vmf) and Valve Material Type (.vmt) importer for Blender.
Stars: ✭ 225 (+603.13%)
Mutual labels:  blender, blender-addon
m3addon
Blender Addon to import and export m3 files
Stars: ✭ 35 (+9.38%)
Mutual labels:  blender, blender-addon
blendmaxwell
Maxwell Render exporter for Blender
Stars: ✭ 23 (-28.12%)
Mutual labels:  blender, blender-addon
Blender2NieR
Import/Export WMB/WTP/WTA/DAT/DTT/LAY/COL files for NieR:Automata
Stars: ✭ 115 (+259.38%)
Mutual labels:  blender, blender-addon
zpy
Synthetic data for computer vision. An open source toolkit using Blender and Python.
Stars: ✭ 251 (+684.38%)
Mutual labels:  blender, blender-addon
Blendpeaks
A free and open source addon for Blender. It creates mountain peaks.
Stars: ✭ 78 (+143.75%)
Mutual labels:  blender, blender-addon

Discussion

https://blenderartists.org/t/shelves/1253560

Header Buttons

This addon allows you to create custom buttons and buttons templates for Blender, they will be displayed in the header. image

Quickly switch between shelves to ahve actions for different tasks at hand. shelves_switching

Addon Preferences Description

image

Create a new button

  1. go to the user preferences of blender, navigate to the Interface section and enable "Developer Extras" image

This will allow you to copy the operator from Blender's UI elements image

  1. Go to the Shelves addon preferences and use the + button on the right side to add a new button, by default this will add a button with a hearth icon and a operator to open the user preferences Screen Shot 09-16-20 at 07 49 PM

  2. Navigate to the Icon Viewer Addon and open the Icon Viewer, select the icon you want and copy the Icon String over to your Icon Field in the Shelves addon. image image

  3. Give your Button a Name image

  4. Navigate to the action you want to bind to that button and copy the python command image

Paste the python command in the operator field and remove the brackets at the end and the parts in the front (this might vary a bit from operator to operator) image

  1. save you rnew Shelve Note: if you add new buttons you will need to add a new shelv with the same name to overwrite and save the existing shelve image image
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].