Jonas Dichelle JonasDichelle
  • Germany
  • Joined on 2018-03-27
Jonas Dichelle pushed to override-background at JonasDichelle/blender 2024-02-08 19:09:48 +01:00
50be531933 fixed formatting
Jonas Dichelle commented on pull request blender/blender#117920 2024-02-08 18:47:52 +01:00
Cycles: Override World per View Layer

I had coppied that from rna_Scene_world_update while testing. Do you think it's a typo there?

Jonas Dichelle pushed to override-background at JonasDichelle/blender 2024-02-08 18:46:22 +01:00
78eafbc938 made rna_ViewLayer_override_update like old rna_ViewLayer_material_override_update
Jonas Dichelle commented on pull request blender/blender#117114 2024-02-08 18:27:23 +01:00
Making the Hue Correct Curves Wrap

hahaha sure

Jonas Dichelle pushed to hue-correct-bezier-wrap at JonasDichelle/blender 2024-02-08 18:26:53 +01:00
d2bf20b47a -removed CURVE_PRESET_MID9
Jonas Dichelle pushed to override-background at JonasDichelle/blender 2024-02-08 18:18:56 +01:00
30a1879c46 fixes for code review
Jonas Dichelle commented on pull request blender/blender#117114 2024-02-08 17:42:29 +01:00
Making the Hue Correct Curves Wrap

I thought since we're already allocating an array of the same type to the heap we might aswell add the two new points. But you're right it's cleaner to just have them as seperate variables.

Jonas Dichelle commented on pull request blender/blender#117114 2024-02-08 17:39:48 +01:00
Making the Hue Correct Curves Wrap

I assumed since this was only being used by hue correct that would fine. But you're rigth, I replaced it with the correctly calculated table range now.

Jonas Dichelle commented on pull request blender/blender#117114 2024-02-08 17:37:36 +01:00
Making the Hue Correct Curves Wrap

Additionally, a different curve preset needs to be used for curves that wrap. CURVE_PRESET_MID9 has points at the very start and very end, which won't play well with wrapping. Instead, another…

Jonas Dichelle pushed to override-background at JonasDichelle/blender 2024-02-08 17:35:40 +01:00
0e24fb01dc Merge branch 'main' of projects.blender.org:blender/blender into override-background
25b71bc9c1 Merge branch 'blender-v4.1-release'
c02fd6c6d8 Revert "Outliner: Add shortcut to Add Object and Duplicate"
2e4a3bae67 Geometry Nodes: use Still mode by default in Bake node
4196cbd175 Merge branch 'blender-v4.1-release'
Compare 68 commits »
Jonas Dichelle pushed to hue-correct-bezier-wrap at JonasDichelle/blender 2024-02-08 17:34:23 +01:00
9e4a295127 Merge branch 'main' of projects.blender.org:blender/blender into hue-correct-bezier-wrap
25b71bc9c1 Merge branch 'blender-v4.1-release'
c02fd6c6d8 Revert "Outliner: Add shortcut to Add Object and Duplicate"
2e4a3bae67 Geometry Nodes: use Still mode by default in Bake node
4196cbd175 Merge branch 'blender-v4.1-release'
Compare 57 commits »
Jonas Dichelle pushed to main at JonasDichelle/blender 2024-02-08 17:33:09 +01:00
25b71bc9c1 Merge branch 'blender-v4.1-release'
c02fd6c6d8 Revert "Outliner: Add shortcut to Add Object and Duplicate"
2e4a3bae67 Geometry Nodes: use Still mode by default in Bake node
4196cbd175 Merge branch 'blender-v4.1-release'
fdf37275b6 Fix: Prevent erroneous values for detail_size and detail_percent
Compare 898 commits »
Jonas Dichelle pushed to main at JonasDichelle/blender 2024-02-08 17:29:10 +01:00
4f9886e30d GPv3: Add initial weight paint mode support
5a57c02627 Fix: Stack use after return in RNA preprocessing after recent commit
0203b6b25b Cleanup: Remove unnecessary .c_str() calls
4c3d9a9e98 Cleanup: Use std::string for operator props popup arguments
ed3e625e8b GPv3: Layer Parenting/Transforms
Compare 830 commits »
Jonas Dichelle pushed to hue-correct-bezier-wrap at JonasDichelle/blender 2024-02-08 17:24:26 +01:00
8749a23e7d fixes for code review
Jonas Dichelle pushed to hue-correct-bezier-wrap at JonasDichelle/blender 2024-02-07 19:57:37 +01:00
17ec32340e fixed formatting
Jonas Dichelle pushed to hue-correct-bezier-wrap at JonasDichelle/blender 2024-02-07 19:56:40 +01:00
78a0039f45 Merge branch 'main' of projects.blender.org:blender/blender into hue-correct-bezier-wrap
680b9a9c35 Merge branch 'blender-v4.1-release' into main
2a2eeb8195 Fix: Operator popup crash with default arguments
bd8a44e169 Lights: Option to use old point light falloff
43726134c3 BKE_idtype: Add access to IDTypeInfo from idtype index.
Compare 843 commits »
Jonas Dichelle pushed to override-background at JonasDichelle/blender 2024-02-07 16:45:57 +01:00
28ade7fb2e Merge branch 'main' of projects.blender.org:blender/blender into override-background
a227f08343 Cleanup: Use std::string for operator props popup arguments
0a45acbe3b GPv3: Layer Parenting/Transforms
1f55365ed1 Merge branch 'blender-v4.1-release'
5efb35100d Fix #117929: Extract face set operator crash
Compare 70 commits »
Jonas Dichelle pushed to override-background at JonasDichelle/blender 2024-02-07 16:44:49 +01:00
1db53ce860 fixed formatting
Jonas Dichelle pushed to override-background at JonasDichelle/blender 2024-02-07 16:43:40 +01:00
0772dadd30 fixed updating of wolrd_override
Jonas Dichelle created pull request blender/blender#117920 2024-02-06 21:55:42 +01:00
WIP: Override World per View Layer