Lukas Tönne LukasTonne
Lukas Tönne pushed to gp3-sculpt-tools at LukasTonne/blender 2024-03-26 16:16:17 +01:00
a9553c3560 Merge branch 'gp3-sculpt-mode' into gp3-sculpt-tools
279c8db35a Switch to object mode when exiting grease pencil sculpt.
Compare 2 commits »
Lukas Tönne pushed to gp3-sculpt-mode at LukasTonne/blender 2024-03-26 16:15:54 +01:00
279c8db35a Switch to object mode when exiting grease pencil sculpt.
Lukas Tönne pushed to gp3-sculpt-tools at LukasTonne/blender 2024-03-26 15:46:54 +01:00
e4d7983a93 Merge branch 'gp3-sculpt-mode' into gp3-sculpt-tools
7715a41431 Revert usage of the OB_SCULPT mode for grease pencil v3.
ab3d0b8407 Merge branch 'main' into gp3-sculpt-mode
a02b429324 Fix: GPv3: Layer settings not copied when duplicating a layer
ab84f9eaf0 Fix: GPv3: The 'Use Masks' switch is always enabled for new layers
Compare 111 commits »
Lukas Tönne pushed to gp3-sculpt-mode at LukasTonne/blender 2024-03-26 15:45:22 +01:00
7715a41431 Revert usage of the OB_SCULPT mode for grease pencil v3.
ab3d0b8407 Merge branch 'main' into gp3-sculpt-mode
a02b429324 Fix: GPv3: Layer settings not copied when duplicating a layer
ab84f9eaf0 Fix: GPv3: The 'Use Masks' switch is always enabled for new layers
76c164e0ad Fix: GPv3: Blend mode not initialized when adding a new layer
Compare 109 commits »
Lukas Tönne suggested changes for blender/blender#119792 2024-03-26 14:02:32 +01:00
GPv3: Onion Skinning

Code looks good, just some cleanup and comments.

Lukas Tönne commented on pull request blender/blender#119792 2024-03-26 14:02:31 +01:00
GPv3: Onion Skinning

What's the purpose of this check? Maybe add a comment.

Lukas Tönne commented on pull request blender/blender#119792 2024-03-26 14:02:30 +01:00
GPv3: Onion Skinning

Add a comment what the onion_id is (distance from current frame i suppose).

Lukas Tönne commented on pull request blender/blender#119792 2024-03-26 14:02:29 +01:00
GPv3: Onion Skinning

What's the reason for using a negative flag here? The RNA property is positive too.

Lukas Tönne commented on pull request blender/blender#119792 2024-03-26 14:02:27 +01:00
GPv3: Onion Skinning

Usually we just comment flags with /* #GreasePencilOnionSkinningFlag. */

Lukas Tönne commented on pull request blender/blender#119050 2024-03-26 11:39:51 +01:00
GPv3: Texture offset modifier

I've implemented it now so that the effect of the modifier is compatible with the GPv2 way of constructing the transform.

The texture_matrices contain the unknown 3D transform, using them…

Lukas Tönne commented on pull request blender/blender#119050 2024-03-26 11:34:27 +01:00
GPv3: Texture offset modifier

I cleaned these up, but note that there are other GP2 modifiers that use this format. The style guide isn't explicit about this, i think both variants are fine. It's mostly copy/pasted code here…

Lukas Tönne pushed to gp3-texture-modifier at LukasTonne/blender 2024-03-26 11:31:34 +01:00
9b74003c5c Comment cleanup.
443188e7e7 Merge branch 'main' into gp3-texture-modifier
a02b429324 Fix: GPv3: Layer settings not copied when duplicating a layer
ab84f9eaf0 Fix: GPv3: The 'Use Masks' switch is always enabled for new layers
76c164e0ad Fix: GPv3: Blend mode not initialized when adding a new layer
Compare 59 commits »
Lukas Tönne pushed to gp3-texture-modifier at LukasTonne/blender 2024-03-26 11:29:29 +01:00
c8fec25056 Conversion to legacy transform attributes.
Lukas Tönne pushed to main at LukasTonne/.profile 2024-03-25 09:57:18 +01:00
bba39a85ed update
Lukas Tönne pushed to main at LukasTonne/.profile 2024-03-25 09:55:47 +01:00
84bed01b2d update
Lukas Tönne pushed to gp3-texture-modifier at LukasTonne/blender 2024-03-25 09:51:49 +01:00
f6a6fe68c4 Merge branch 'main' into gp3-texture-modifier
378d37ed3d Fix #119812: 'Add Child Collection' adds a brother bone collection
e9eb2d35f8 USD: Add new test files for curves and point instancing
792f4cc1d1 Merge branch 'blender-v4.1-release'
31aec5ae1d I18N: Updated UI translstions from git/weblate repo (5f533cb92100b).
Compare 53 commits »
Lukas Tönne closed issue blender/blender#119817 2024-03-25 09:46:36 +01:00
Crash Blender 4.1 when opening a model from Blender 4.0
Lukas Tönne commented on issue blender/blender#119817 2024-03-25 09:46:32 +01:00
Crash Blender 4.1 when opening a model from Blender 4.0

Unfortunately loading files with new nodes and sockets in 4.0 is not supported:

There were several fixes for preventing crashes when loading new socket types in old Blender versions (#114401,…

Lukas Tönne pushed to gp3-sculpt-tools at LukasTonne/blender 2024-03-22 17:56:50 +01:00
3a5724611e Cleanup and make push operation work.
Lukas Tönne pushed to gp3-sculpt-tools at LukasTonne/blender 2024-03-22 16:57:41 +01:00
c943744a96 Temp: adding push tool.