H-uru / H-uru/korman

Feature request: Auto-refresh of nodes colors

Open
#447 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Python
Stars
35
Forks
17
PR merge metrics
No merged PRs in 30d

Description

Currently, if we applied a color preset to a node, and then modify the color code in the python file of the color preset, the new color isn't automatically applied to the node when reopening the blend file; we have to re-apply the color preset to the node.

Is it technically possible to auto-refresh the nodes colors when reopening the blend file?

For example, before loading the color of a node, it could verify if the color is used in the color presets, and if so, save the name of the color preset used instead of the color itself; then it loads the color defined by the color preset.
In complement, when the blend file has been loaded, and a color preset is applied to a node, save the name of the color preset used instead of the color itself.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing the Python color-preset handling and the node save/load path used when reopening a blend file. Determine how a node's preset association could persist across loading, then verify that changing a preset updates associated node colors without reapplying it.

Written by the indexing model from the issue text.

Assessment

Tech stack
blender, python
Domain
tooling
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.