Skip to content

Mateusz-Grzelinski/kuba-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KubaNotes is small addon that adds note taking abilities to Blender

addon image

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 for new requests.

  • add description field
    • show on hoover description by default (if missing show partial link)
  • show "Go to" button on object hover
    • basic implmentation
  • ctrl click to add new text object
    • if object is selected make an arrow that points to text
  • Add arrows quickly
    • 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.
  • Open file explorer (quickly as button)