Page MenuHome

UI: Use consistent "Brightness" term, fix T80127
Changes PlannedPublic

Authored by Hans Goudey (HooglyBoogly) on Sep 9 2020, 12:45 AM.

Details

Summary

This patch changes the few places we use "Bright" to stand for "Brightness" in the UI and also changes the node UI names from "Bright/Contrast" or
"Bright Contrast" to a consistent "Brightness/Contrast"

And here's a reminder to myself to change "Bright Contrast" in the node wrangler addon later too.

Diff Detail

Repository
rB Blender
Branch
fix-bright-contrast-consistent-name (branched from master)
Build Status
Buildable 10069
Build 10069: arc lint + arc unit

Event Timeline

Hans Goudey (HooglyBoogly) requested review of this revision.Sep 9 2020, 12:45 AM
Hans Goudey (HooglyBoogly) created this revision.
intern/cycles/render/nodes.cpp
5135–5157

I'm not sure if these changes are necessary too, but at least the patch can start out consistent.

Hans Goudey (HooglyBoogly) planned changes to this revision.Sep 9 2020, 1:02 AM

Looks like I might need to test to see whether this needs versioning

It indeed needs versioning.

  • Merge branch 'master' into fix-bright-contrast-consistent-name
  • Add versioning

@Aaron Carlisle (Blendify) You should be able to use this same versioning code to update D6787.

@Hans Goudey (HooglyBoogly) - your versioning code doesn't seem to work for me. Can you double-check?


  • Merge branch 'master' into fix-bright-contrast-consistent-name
  • Add versioning for socket default values

@Yevgeny Makarov (jenkm) Thanks! I forgot to add versioning for socket default values for when there are no links.

  • Merge branch 'master' into fix-bright-contrast-consistent-name
  • Use recently added node socket rename utility function
Hans Goudey (HooglyBoogly) planned changes to this revision.Nov 24 2021, 1:33 PM

I'll merge master into this patch.