Blender Kitsu: Replace Render Preset with Generic Script Runner #174
Labels
No Label
Kind
Breaking
Kind
Bug
Kind: Community
Kind
Documentation
Kind
Easy
Kind
Enhancement
Kind
Feature
Kind
Proposal
Kind
Security
Kind
Studio Request
Kind
Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: studio/blender-studio-tools#174
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
From @eyecandy
hey! how hard would it be to turn the "render preset" functionality into a more generic script runner in the kitsu addon?
The Idea is:
you still point it to a script directory within the SVN
each .py file is still its own contained macro
have some way of categorizing them into different submenus
So e.g. we could create utility scripts that can be sorted into a nice little menu, grouped by shading, rendering, modeling, object management
I have a bunch of utility scripts that I'm currently loading into a couple of files... having them already all loaded and executable at the press of a button could greatly speed up our workflow...
(this is the function i'm mentioning. it runs generic blender python snippets, but is currently only available in the lighting task
I checked and the preset scripts are already using a main() function and bl_label so it's mainly about making it available outside of a specific task type and including categorisation.
and it uses bl_label and bl_category for the sorting
The menu could be similar to the add menus all over blender. I dont think it has to work for a very complicated category structure. One level would be enough