GPv3: Tint and Color modifiers #117297

Merged
Lukas Tönne merged 20 commits from LukasTonne/blender:gp3-color-modifier into main 2024-01-19 16:59:49 +01:00

20 Commits

Author SHA1 Message Date
Lukas Tönne 18bd8fc414 grease_pencil.runtime->eval_frame 2024-01-19 14:25:55 +01:00
Lukas Tönne 916c9faad6 References instead of pointers. 2024-01-19 14:23:48 +01:00
Lukas Tönne 59b15aab6c Dereference * operator instead of .varray. 2024-01-19 14:17:27 +01:00
Lukas Tönne 302c2b633f Fix inverted gradient space matrix. 2024-01-19 12:42:18 +01:00
Lukas Tönne 67da424413 Fix invertex modifier disable function. 2024-01-19 12:37:22 +01:00
Lukas Tönne a18bc63e29 Early object check to avoid unfinished attribute writers. 2024-01-19 12:29:43 +01:00
Lukas Tönne 387715fa2e Merge branch 'main' into gp3-color-modifier 2024-01-19 12:03:54 +01:00
Lukas Tönne f43e630334 Cleanup: reference geometry component instead of pointer. 2024-01-19 12:01:58 +01:00
Lukas Tönne 79e8033336 Cleanup: use const local variables where possible. 2024-01-19 12:00:06 +01:00
Lukas Tönne 9bbd1c69c5 Use read-only attributes accessor where possible. 2024-01-19 11:54:03 +01:00
Lukas Tönne cfa9b76e61 Cleanup: point_colors -> vertex_colors 2024-01-19 11:52:29 +01:00
Lukas Tönne ba9804f45e Cleanup: remove unused type aliases. 2024-01-19 11:50:56 +01:00
Lukas Tönne 0fd8b45ac0 Use `index_range` for iterating over stroke to simplify curve factor. 2024-01-19 11:48:47 +01:00
Lukas Tönne fcb56cf4ff Merge branch 'main' into gp3-color-modifier 2024-01-19 11:42:14 +01:00
Lukas Tönne 818167bc19 Merge branch 'main' into gp3-color-modifier 2024-01-19 11:23:49 +01:00
Lukas Tönne 2be93f43bd Merge branch 'main' into gp3-color-modifier 2024-01-18 18:12:27 +01:00
Lukas Tönne 8652ebbcfb Finished tint modifier. 2024-01-18 18:01:34 +01:00
Lukas Tönne 716fae0e59 Nicer way of re-using input calculation for different tint modes. 2024-01-18 16:47:55 +01:00
Lukas Tönne 68a5f898c5 Curve fill color support for tint modifier. 2024-01-18 15:31:48 +01:00
Lukas Tönne d6a132c0ec Color and Tint modifiers. 2024-01-17 17:58:50 +01:00