https://github.com/0djentd/class_variables_editor_ui
UI for class variables
https://github.com/0djentd/class_variables_editor_ui
blender blender-addon blender-scripts blender3d library module python python-script python3
Last synced: 6 months ago
JSON representation
UI for class variables
- Host: GitHub
- URL: https://github.com/0djentd/class_variables_editor_ui
- Owner: 0djentd
- License: gpl-3.0
- Created: 2022-05-21T16:05:42.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T17:31:48.000Z (over 3 years ago)
- Last Synced: 2023-03-05T07:38:24.981Z (about 3 years ago)
- Topics: blender, blender-addon, blender-scripts, blender3d, library, module, python, python-script, python3
- Language: Python
- Homepage:
- Size: 59.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Class variables editor UI

## Description
This module provides UI for editing class variables through blender UI, as alternative to properties.
Its pretty useless with dicts and lists of generic types though, because there is currently no option to choose new element type.
kinda works:
bool
int
float
str
WIP, but kinda works:
dict
list
## How to use
Subclass `class_variables_editor_ui.panel.UIClassVariablesEditor` and use method `draw_var_editor`
## Installation
Linux:
Symlink `~/.config/blender/3.1/scripts/modules/class_variables_editor_ui` to `class_variables_editor_ui`
Windows:
idk
Mac:
idk