Block a user
236881ff9c
Anim: Armature, move notifiers from setters to updaters
f2e7f26072
UI: Tree view, no longer auto-expand clicked item
c87f235598
Cleanup: make format
8d4643af63
Fix: GPv3: Don't ignore influence in thickness modifier
35f949531f
Cleanup: Fix warning of deprecated value in Paint struct
Jonas Dichelle
created branch vectorscope-refactor in JonasDichelle/blender
2024-01-30 17:17:52 +01:00
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.
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
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
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
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
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
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
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…
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…