All Projects → SpectralVectors → MindMapper

SpectralVectors / MindMapper

Licence: GPL-3.0 license
Blender Python - Node-based multi-line text and image flowchart

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to MindMapper

Jaks Blender Scripts
Various Python Scripts for Blender
Stars: ✭ 26 (-55.17%)
Mutual labels:  blender3d, blender-scripts, blender, blender-addon, blender-python
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 (-29.31%)
Mutual labels:  blender3d, blender-scripts, blender, blender-addon, blender-python
Character-UI
Blender add-on for creating simple yet functional UIs for your characters.
Stars: ✭ 28 (-51.72%)
Mutual labels:  blender-scripts, blender, blender-addon, blender-python
BlendShell
A Blender plugin for making hollow models suitable for 3D printing.
Stars: ✭ 33 (-43.1%)
Mutual labels:  blender-scripts, blender, blender-addon, blender-python
Blender-Add-on-Manager
Blender Add-on Manager to install/uninstall/update from GitHub
Stars: ✭ 130 (+124.14%)
Mutual labels:  blender3d, blender-scripts, blender, blender-addon
blender-mqo
Blender Add-on: Metasequoia File Importer/Exporter
Stars: ✭ 27 (-53.45%)
Mutual labels:  blender3d, blender-scripts, blender, blender-addon
gmic-blender
Official G'MIC plugin for Blender3D - pre-pre-alpha
Stars: ✭ 34 (-41.38%)
Mutual labels:  blender3d, blender, blender-addon, blender-python
interactive-physics-editor
Simplifies the process of positioning multiple objects in 3D space with collision handling
Stars: ✭ 20 (-65.52%)
Mutual labels:  blender3d, blender, blender-addon, blender-python
assemblme
Iterative object assembly animations made simple
Stars: ✭ 19 (-67.24%)
Mutual labels:  blender-scripts, blender-addon, blender-python
MustardUI
Custom UI for Blender human models. It features automatic outfits switch, custom properties support, armature panel creation, and much more.
Stars: ✭ 122 (+110.34%)
Mutual labels:  blender-scripts, blender, 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 (-41.38%)
Mutual labels:  blender3d, blender, blender-addon
anton
anton is an open-source generative design framework built on Blender, the open-source 3D creation suite.
Stars: ✭ 82 (+41.38%)
Mutual labels:  blender, blender-addon, blender-python
blender Shelves
Custom Header Buttons
Stars: ✭ 32 (-44.83%)
Mutual labels:  blender, blender-addon, blender-python
cookie-factory
Processing-style Scripting Add-on for Blender
Stars: ✭ 21 (-63.79%)
Mutual labels:  blender-scripts, blender, blender-addon
blendmaxwell
Maxwell Render exporter for Blender
Stars: ✭ 23 (-60.34%)
Mutual labels:  blender-scripts, blender, blender-addon
neuro-bge
Node-based Blender game engine and logic editor addon for Blender
Stars: ✭ 27 (-53.45%)
Mutual labels:  blender, blender-addon, blender-python
PieMenusPlus
Pie Menus Plus is a complete Pie Menu ecosystem for Blender 2.8+
Stars: ✭ 26 (-55.17%)
Mutual labels:  blender3d, blender, blender-addon
kaleidoscope
🍀 A small collection of creative nodes to generate color palette and store values for Blender
Stars: ✭ 99 (+70.69%)
Mutual labels:  blender3d, blender-scripts, blender
MaterialBakery
Bake out PBR texture maps in Blender 2.8
Stars: ✭ 26 (-55.17%)
Mutual labels:  blender3d, blender-addon, blender-python
RightMouseNavigation
Blender Python - Unreal Engine-style Right Mouse Viewport Navigation
Stars: ✭ 83 (+43.1%)
Mutual labels:  blender, blender-addon

MindMapper v0.8

Node-based text and image flowchart for Blender

Mindmap with shortcuts visible: screenshot Mindmap with shortcuts hidden: screenshot

Notes

This was requested by Tobias on RightClickSelect, and made possible by a blog post from Nikita: https://b3d.interplanety.org/en/multiline-text-in-blender-interface-panels/ on how to extend Blender's Panels to display multiline text strings. Thanks also to tin2tin for suggesting some layout improvements!

This addon gives you a custom Node Editor (just like the Shader Node Editor, or the Geometry Node Editor), which will appear in the Editor Type menu after install.

First, click 'New' to create a new node tree, then, click 'Add' > 'Mindmap' to add a new node. You can change the text and the background color of the node, as well as connect it to one or more other nodes to create a flowchart.

It works by displaying a String Property as multiple Label strings, separated by number of characters.

The complete text will display on the node, but in order to edit it, you must click in the box with the Pencil Icon at the bottom of the node, then you can type or paste any text you like. The top box is for the node label, the next row sets the picture, the next box sets the text for the body of the note, then the last are the controls to add/remove sockets.

Line breaks are not supported, but you can paste complete paragraphs. Since they are being pasted into a small text box, it may be easier to write them in the Text Editor, then paste them in the Node Properties after you've written and edited them.

Image support comes through Blender's auto-generated thumbnail previews, so images are low-res, but load quickly, and require no additional processing.

There is not currently support for renaming sockets, importing/exporting text etc.

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].