An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Class variables editor UI
![example](static/screenshot_1.png)
## 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