Lukas Tönne LukasTonne
Lukas Tönne commented on pull request blender/blender#118371 2024-02-26 18:14:13 +01:00
GPv3: Time offset modifier
Lukas Tönne pushed to gp3-time-offset-modifier at LukasTonne/blender 2024-02-26 18:13:36 +01:00
81e6c0e681 Fix invalid frame data access in case the key gets clamped.
Lukas Tönne commented on pull request blender/blender#118371 2024-02-26 17:01:40 +01:00
GPv3: Time offset modifier
Lukas Tönne pushed to gp3-time-offset-modifier at LukasTonne/blender 2024-02-26 17:01:11 +01:00
6870416a65 Merge branch 'main' into gp3-time-offset-modifier
c04eb58134 EEVEE-Next: Make denoising roughness correct for refraction
8dce2a422b EEVEE-Next: Specialization Constants for Film Accumulation
e5b9bbe0ae Draw: Add support for uint specialization constants
bace4c9a29 Mesh: Improvements to position and normal draw extraction
Compare 31 commits »
Lukas Tönne commented on pull request blender/blender#118272 2024-02-26 16:59:18 +01:00
GPv3: Envelope modifier implementation
Lukas Tönne pushed to gp3-envelope-modifier at LukasTonne/blender 2024-02-26 16:58:55 +01:00
27047acedb Merge branch 'main' into gp3-envelope-modifier
c04eb58134 EEVEE-Next: Make denoising roughness correct for refraction
8dce2a422b EEVEE-Next: Specialization Constants for Film Accumulation
e5b9bbe0ae Draw: Add support for uint specialization constants
bace4c9a29 Mesh: Improvements to position and normal draw extraction
Compare 28 commits »
Lukas Tönne created pull request blender/blender#118752 2024-02-26 16:53:23 +01:00
GPv3: Armature Modifier
Lukas Tönne pushed to gp3-armature-modifier at LukasTonne/blender 2024-02-26 16:40:36 +01:00
b67d3e9c8d Merge branch 'main' into gp3-armature-modifier
c04eb58134 EEVEE-Next: Make denoising roughness correct for refraction
8dce2a422b EEVEE-Next: Specialization Constants for Film Accumulation
e5b9bbe0ae Draw: Add support for uint specialization constants
bace4c9a29 Mesh: Improvements to position and normal draw extraction
Compare 23 commits »
Lukas Tönne pushed to gp3-armature-modifier at LukasTonne/blender 2024-02-26 16:34:48 +01:00
529a4d5304 Implementation of armature deformation for GPv3.
Lukas Tönne pushed to gp3-armature-modifier at LukasTonne/blender 2024-02-26 13:37:21 +01:00
d45e6ab0a1 Cleanup: add fmtlib dependency in some modules
1446b05ca4 Merge branch 'blender-v4.1-release'
a106ff9f56 Fix #118634: EEVEE: Set clip threshold per material
Compare 3 commits »
Lukas Tönne created branch gp3-armature-modifier in LukasTonne/blender 2024-02-26 13:37:21 +01:00
Lukas Tönne commented on pull request blender/blender#118272 2024-02-26 12:56:08 +01:00
GPv3: Envelope modifier implementation

Oh? I've used this a lot before, pretty sure Hans wanted it this way in other reviews. The values are still mutable when the span itself is const. It's unlikely that anyone would accidentally…

Lukas Tönne commented on pull request blender/blender#118272 2024-02-26 12:49:42 +01:00
GPv3: Envelope modifier implementation
Lukas Tönne pushed to gp3-envelope-modifier at LukasTonne/blender 2024-02-26 12:49:07 +01:00
e73be9a3af Merge branch 'main' into gp3-envelope-modifier
2a08055066 Tools: Don't include merge commits in weekly report script output
7032933094 Tools: Improve PR headings in weekly report script
57db30ce75 Tools: Correct formatting of PRs in weekly report script
df8706a9af Tools: Fix missing PR reviews in weekly reports script
Compare 199 commits »
Lukas Tönne commented on pull request blender/blender#118371 2024-02-26 12:36:49 +01:00
GPv3: Time offset modifier
Lukas Tönne pushed to gp3-time-offset-modifier at LukasTonne/blender 2024-02-26 12:36:29 +01:00
a217a46ac3 Use foreach_index on the layer mask.
63bab85ed8 Pass scene to fill_scene_timeline.
Compare 2 commits »
Lukas Tönne commented on pull request blender/blender#118371 2024-02-26 12:31:34 +01:00
GPv3: Time offset modifier

Is modified below (after function was cleaned up), the function snips off the head and tail keys that don't affect the frame range, and then returns result.

Lukas Tönne commented on pull request blender/blender#118371 2024-02-26 12:29:17 +01:00
GPv3: Time offset modifier
Lukas Tönne pushed to gp3-time-offset-modifier at LukasTonne/blender 2024-02-26 12:28:44 +01:00
79e3c23baa Use correct source frame range in chain mode if scene start is not 1.