Jonas Dichelle JonasDichelle
  • Germany
  • Joined on 2018-03-27
Jonas Dichelle commented on pull request blender/blender#117114 2024-03-21 14:42:02 +01:00
Making the Hue Correct Curves Wrap

Yes sorry about that. But the merge and versioning should all be up to date now!

Jonas Dichelle pushed to hue-correct-bezier-wrap at JonasDichelle/blender 2024-03-21 14:40:57 +01:00
d33e04d20e Revert "Merge branch 'hue-correct-bezier-wrap' of projects.blender.org:JonasDichelle/blender into hue-correct-bezier-wrap"
Jonas Dichelle pushed to hue-correct-bezier-wrap at JonasDichelle/blender 2024-03-21 14:29:18 +01:00
169180e410 Merge branch 'hue-correct-bezier-wrap' of projects.blender.org:JonasDichelle/blender into hue-correct-bezier-wrap
fdbd233167 revert accidental commit
Compare 2 commits »
Jonas Dichelle pushed to hue-correct-bezier-wrap at JonasDichelle/blender 2024-03-21 14:17:28 +01:00
2cf89a3154 merge and fixed versioning
b357ee6a7b Merge branch 'main' of projects.blender.org:blender/blender into hue-correct-bezier-wrap
2906ea9785 BLI: Add nearest interpolation with clamped boundary
e2bdaf8ec7 Fix #119686: curves editmode handles are displayed in sculptmode
6db5cf09e0 Merge branch 'blender-v4.1-release'
Compare 956 commits »
Jonas Dichelle commented on pull request blender/blender#117114 2024-03-06 10:12:15 +01:00
Making the Hue Correct Curves Wrap

@Sergey I implemented your suggestions!

Jonas Dichelle pushed to hue-correct-bezier-wrap at JonasDichelle/blender 2024-03-06 10:05:08 +01:00
c7f6eabc80 chaging to use flags, removed function
Jonas Dichelle pushed to vectorscope-refactor at JonasDichelle/blender 2024-03-06 08:56:22 +01:00
623301d54f more testing
Jonas Dichelle commented on pull request blender/blender#117114 2024-02-27 01:31:40 +01:00
Making the Hue Correct Curves Wrap

I wasn't exactly sure how to adjust the versioning. The last version being checked in versioning_400 was 402, 5 but the version in BKE_blender_version was already 402, 6. So I just made my…

Jonas Dichelle pushed to hue-correct-bezier-wrap at JonasDichelle/blender 2024-02-27 01:27:14 +01:00
ef49d1cb41 adjusted versioning
b3017c8048 Merge branch 'main' of projects.blender.org:blender/blender into hue-correct-bezier-wrap
cfb60c98be CMake: MSVC: Add natvis file for blender's native types
7c0a22cdaf Merge remote-tracking branch 'origin/blender-v4.1-release'
2330e2564f make.bat: give status updates during initial lib clone
Compare 63 commits »
Jonas Dichelle pushed to hue-correct-bezier-wrap at JonasDichelle/blender 2024-02-26 09:07:15 +01:00
25bb505e5e fixed comment style
b17c789876 Merge branch 'main' of projects.blender.org:blender/blender into hue-correct-bezier-wrap
a5ef7ac3bd Merge branch 'blender-v4.1-release'
462c144f41 Text Editor: add support for GLSL syntax highlighting
a8cc6bb75b Cleanup: spelling in comments
Compare 389 commits »
Jonas Dichelle pushed to hue-correct-bezier-wrap at JonasDichelle/blender 2024-02-16 06:10:43 +01:00
de8aa72068 fixed formatting
Jonas Dichelle pushed to hue-correct-bezier-wrap at JonasDichelle/blender 2024-02-16 05:51:45 +01:00
bf3363f668 Merge branch 'main' of projects.blender.org:blender/blender into hue-correct-bezier-wrap
64843cb12d UI: support dropping text into the text editor & Python console
9eadae51fc WM: support events that drop strings
07ff3bcb70 GHOST/Wayland: support dropping text
82c753a940 GHOST/Wayland: drag & drop cleanup, minor changes
Compare 326 commits »
Jonas Dichelle pushed to hue-correct-bezier-wrap at JonasDichelle/blender 2024-02-16 05:46:34 +01:00
30ee82881a added versioning, removed from ui template
Jonas Dichelle commented on pull request blender/blender#117114 2024-02-12 15:27:13 +01:00
Making the Hue Correct Curves Wrap

@OmarEmaraDev thanks, now I understand. Sorry, I missunderstood earlier. So the idea is to still store it in DNA, but to only set it during construction and versioning?

Jonas Dichelle commented on pull request blender/blender#117114 2024-02-12 15:19:58 +01:00
Making the Hue Correct Curves Wrap

@Sergey When should it happen during construction? If it happens when the table is constructed it won't be applied to existing curves. The best place I can see to put it that would work without…

Jonas Dichelle pushed to vectorscope-refactor at JonasDichelle/blender 2024-02-12 14:50:33 +01:00
2aa17efc3f texture test
Jonas Dichelle commented on pull request blender/blender#117114 2024-02-12 05:33:57 +01:00
Making the Hue Correct Curves Wrap

I removed the “Extend” options from the hue correct curves. And it’s now setting wrapping in uiTemplateCurveMapping, so that it affects existing curves too.

Jonas Dichelle pushed to hue-correct-bezier-wrap at JonasDichelle/blender 2024-02-11 02:38:46 +01:00
b9bab99c63 using wrapping on existing hue corrects
Jonas Dichelle commented on pull request blender/blender#117114 2024-02-09 17:50:51 +01:00
Making the Hue Correct Curves Wrap

@Sergey In my opinion hue correction should absolutely always wrap. Them not wrapping results in behavior that is always unwanted. So I don't think it should be an option. Currently existing…

Jonas Dichelle pushed to hue-correct-bezier-wrap at JonasDichelle/blender 2024-02-09 16:56:22 +01:00
e154af4856 clarity fixes for code review