Jonas Dichelle JonasDichelle
  • Germany
  • Joined on 2018-03-27
Jonas Dichelle pushed to hue-correct-bezier-wrap at JonasDichelle/blender 2024-01-30 13:14:29 +01:00
70fa232499 added function BKE_curve_eval_bezier_point to improve readability
Jonas Dichelle pushed to hue-correct-bezier-wrap at JonasDichelle/blender 2024-01-29 19:32:09 +01:00
0574b2a645 added bezt_pre and bezt_post to heap by adding them to the bezt array.
Jonas Dichelle commented on pull request blender/blender#117114 2024-01-29 18:55:07 +01:00
Making the Hue Correct Curves Wrap

@OmarEmaraDev, thank you for reviewing the code! You are right, there were some areas of the code that added too many unnecessary redundancies. I went through the code and I believe that I…

Jonas Dichelle pushed to hue-correct-bezier-wrap at JonasDichelle/blender 2024-01-29 18:47:25 +01:00
5bea547aff removed code redundencies
Jonas Dichelle deleted branch jonasdichelle-patch-1 from JonasDichelle/blender 2024-01-17 10:22:47 +01:00
Jonas Dichelle pushed to jonas_color_updates at JonasDichelle/blender 2024-01-14 19:37:43 +01:00
408b2e4e22 Merge branch 'hue-correct-bezier-wrap' of projects.blender.org:JonasDichelle/blender into jonas_color_updates
Jonas Dichelle created branch jonas_color_updates in JonasDichelle/blender 2024-01-14 19:37:43 +01:00
Jonas Dichelle pushed to vectorscope-update at JonasDichelle/blender 2024-01-14 19:31:17 +01:00
64338c17f9 Merge branch 'main' of projects.blender.org:blender/blender into vectorscope-update
665cfbe564 Fix #114442: wrong attribute propagation in repeat zone leads to crash
c892260b09 Fix: Formatting
abb9fc9b2f Tools: Weekly report script ignore commits to .profile repo
c00cd902ce Cleanup: use usernames in code-comments
Compare 201 commits »
Jonas Dichelle pushed to hue-correct-bezier-wrap at JonasDichelle/blender 2024-01-14 19:30:06 +01:00
70b9abb132 Merge branch 'main' of projects.blender.org:blender/blender into hue-correct-bezier-wrap
665cfbe564 Fix #114442: wrong attribute propagation in repeat zone leads to crash
c892260b09 Fix: Formatting
abb9fc9b2f Tools: Weekly report script ignore commits to .profile repo
c00cd902ce Cleanup: use usernames in code-comments
Compare 201 commits »
Jonas Dichelle pushed to main at JonasDichelle/blender 2024-01-14 19:29:03 +01:00
665cfbe564 Fix #114442: wrong attribute propagation in repeat zone leads to crash
c892260b09 Fix: Formatting
abb9fc9b2f Tools: Weekly report script ignore commits to .profile repo
c00cd902ce Cleanup: use usernames in code-comments
4e898dd944 Cleanup: spelling in comments
Compare 200 commits »
Jonas Dichelle created pull request blender/blender#117114 2024-01-14 18:43:34 +01:00
Making the Hue Correct Curves Wrap
Jonas Dichelle pushed to hue-correct-bezier-wrap at JonasDichelle/blender 2024-01-14 18:41:59 +01:00
4589a31611 comment style fixes
Jonas Dichelle pushed to hue-correct-bezier-wrap at JonasDichelle/blender 2024-01-14 17:49:26 +01:00
704e1b1e18 only adding wrapping to hue correct curves
Jonas Dichelle pushed to hue-correct-bezier-wrap at JonasDichelle/blender 2024-01-12 06:28:40 +01:00
e26bbf9eab consolidated wrapping and old non wrapping functions.
Jonas Dichelle pushed to hue-correct-bezier-wrap at JonasDichelle/blender 2024-01-12 03:31:21 +01:00
af0ef3a9b6 functioning code, needs cleanup
Jonas Dichelle commented on issue blender/blender#117017 2024-01-11 12:18:34 +01:00
Review waveform/vector scope drawing code

@aras_p are you planning on doing any more work on the scopes? Because I would like to try experimenting with simplifying and optimizing the image editor scopes, and see if we can maybe go from…

Jonas Dichelle commented on issue blender/blender#117017 2024-01-11 12:12:47 +01:00
Review waveform/vector scope drawing code

Unifying the scopes would definitely be great. Replacing the float arrays with VBOs could significantly increase their speed. I think creating shaders for each of the scopes is the way to go. The…

Jonas Dichelle commented on pull request blender/blender#116974 2024-01-11 11:56:54 +01:00
Image Editor Vectorscope Improvement

@Jeroen-Bakker thank you for taking a look at this issue. The code design of the scopes could definitely do with an overhaul and I agree with @aras_p that that would be a pretty big undertaking.

Jonas Dichelle pushed to hue-correct-bezier-wrap at JonasDichelle/blender 2024-01-11 06:17:17 +01:00
f465992da0 semi-functioning experiment with code removal
Jonas Dichelle created branch hue-correct-bezier-wrap in JonasDichelle/blender 2024-01-11 06:17:17 +01:00