Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mateusz-grzelinski/kuba-notes
Small note taking additions for Blender
https://github.com/mateusz-grzelinski/kuba-notes
addon blender blender-addon documentation notes-tool
Last synced: about 2 months ago
JSON representation
Small note taking additions for Blender
- Host: GitHub
- URL: https://github.com/mateusz-grzelinski/kuba-notes
- Owner: Mateusz-Grzelinski
- Created: 2022-02-14T20:31:44.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-11T20:36:46.000Z (12 months ago)
- Last Synced: 2024-04-28T04:29:08.502Z (9 months ago)
- Topics: addon, blender, blender-addon, documentation, notes-tool
- Language: Python
- Homepage:
- Size: 675 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[KubaNotes](https://github.com/Mateusz-Grzelinski/kuba-notes) is small addon that adds note taking abilities to Blender![addon image](images/addon.png)
## Features
- open link: type any text and open in preferred application: www link will open web, path will open file explorer
## Installation
1. Download this addon as `.zip` (or clone git repo to `%APPDATA%\Blender Foundation\Blender\3.0\scripts\addons`)
2. Go to Edit|Preferences. On the Add-ons tab, choose Install and select the downloaded `.zip` file.
3. Tick the box beside the add-on name.## Roadmap
Tested on Blender 3.0, but older versions should work fine.
Please use [Issues](https://github.com/Mateusz-Grzelinski/kuba-notes/issues) for new requests.
- [ ] add description field
- [ ] show on hoover description by default (if missing show partial link)
- [ ] show "Go to" button on object hover
- [x] basic implmentation
- [ ] ctrl click to add new text object
- [ ] if object is selected make an arrow that points to text
- [ ] Add arrows quickly
- [x] proof of concept done - operator `object.addarrow`
- [ ] import node tree only once per blend file (or just use link?)
- [ ] make use of selected and active items: add arrows from each selected to active object
- [ ] quickly add routing points from object mode
- [ ] manage style (settings) of multiple arrows at once
- [ ] style presets
- [ ] automatically scale arrow (driver?) but allow for adding more offset manually
- [ ] point to a group of objects
- [ ] point to image as plane with correct scale (image is an empty object)
- [ ] lock arrow to a side of object (similar to draw.io). Propertly track object boundaries.
- [x] Open file explorer (quickly as button)