Lukas Tönne LukasTonne
Lukas Tönne pushed to fix-effector-hierarchy-update at LukasTonne/blender 2024-07-18 11:03:31 +02:00
c7a26cf5c2 Fix #124850: Add-on legacy replacement fails without remote repo data
1497e37728 Cleanup: Vulkan: Descriptor set allocations
a2f825fde5 Cleanup: Strict compiler warning in release mode
6a39d79967 Fix #124767: VSE cache not updated for moved strips
dd3a48642e Fix: UI: Assert failure with displaying node editor
Compare 10 commits »
Lukas Tönne commented on issue blender/blender#82512 2024-07-18 11:00:43 +02:00
Removing Effectors (from a Collection, or deleting corresponding object) does not refresh physics, hair properly

I've had some success adding a new EFFECTORS depsgraph node in the scene. This acts currently as a backup to supplement individual object->object dependencies and ensure updates in cases not…

Lukas Tönne commented on issue blender/blender#82512 2024-07-17 17:49:49 +02:00
Removing Effectors (from a Collection, or deleting corresponding object) does not refresh physics, hair properly

It's tricky, because of the indirect relationship between effectors, collections, and the target object (particles). To trigger updates reliably when an effector is added or removed to the scene…

Lukas Tönne commented on issue blender/blender#82511 2024-07-17 15:33:47 +02:00
Hair rotation/tilt do not work with path

Known issue, particle rotation features never worked well with paths.

Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-07-17 15:13:36 +02:00
28d921ebc1 Supply a setter function for all attributes.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-07-16 18:17:15 +02:00
31e92d02b3 Temp: implementing masked copies for the Join Geometry node.
Lukas Tönne approved blender/blender#124787 2024-07-16 16:14:38 +02:00
GPv3: Python API for frame, drawing and drawing attributes

Just some cleanup comments.

Lukas Tönne commented on pull request blender/blender#124787 2024-07-16 16:14:37 +02:00
GPv3: Python API for frame, drawing and drawing attributes

Does this need a poll function? I think right now you could call this with an arbitrary drawing from different geometry and it would still try to set the active layer by name. Not a huge issue i guess, but maybe should be handled.

Lukas Tönne commented on pull request blender/blender#124787 2024-07-16 16:14:36 +02:00
GPv3: Python API for frame, drawing and drawing attributes

Should probably be moved in the ID section above

Lukas Tönne commented on pull request blender/blender#124787 2024-07-16 16:14:35 +02:00
GPv3: Python API for frame, drawing and drawing attributes

remove comment

Lukas Tönne commented on issue blender/blender#124173 2024-07-16 15:55:44 +02:00
Grease Pencil: SVG export creates invalid xml

@ideasman42 Would be great if you could take a look at this, since you are maintaining the library builds.

Lukas Tönne commented on issue blender/blender#124173 2024-07-16 15:01:35 +02:00
Grease Pencil: SVG export creates invalid xml

Turns out this is caused by MaterialX, which also uses pugixml (1.9). MaterialX exposes some of the pugixml symbols, which then conflict with our own version (1.10).

This can be fixed by…

Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-07-16 13:00:49 +02:00
d786d28766 New test for joining physics geometries (currently fails).
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-07-16 12:51:20 +02:00
62bdfb9677 Moved physics tests over to geometry module.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-07-16 12:40:20 +02:00
0641f21216 Universal data test function for physics tests.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-07-16 12:20:49 +02:00
4c96b176b2 Clearer API for create/destroy world.
Lukas Tönne commented on issue blender/blender#124173 2024-07-16 11:05:23 +02:00
Grease Pencil: SVG export creates invalid xml

I set up debugging in vscode for a custom Debug build of pugixml, and figured out that i need to LD_PRELOAD the library as well as set the LD_LIBRARY_PATH in order to get gdb to work with it.…

Lukas Tönne pushed to gpv3-import-export at LukasTonne/blender 2024-07-16 10:14:58 +02:00
ef511e6271 Fixed crash when grease pencil object has no active layer.
763088f59f Merge branch 'main' into gpv3-import-export
81de8f388e Fix: Geometry Nodes: Field inferencing takes dangling reroutes into account
eaa5542314 Merge branch 'blender-v4.2-release'
bf738fd35a Build: add missing ROCm installation step
Compare 617 commits »
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-07-16 10:00:13 +02:00
0a698d6458 Merge branch 'main' into geometry-nodes-rb-component
81de8f388e Fix: Geometry Nodes: Field inferencing takes dangling reroutes into account
eaa5542314 Merge branch 'blender-v4.2-release'
bf738fd35a Build: add missing ROCm installation step
9a2ff022a7 Fix: Nodes: Lack of dash on fields links
Compare 37 commits »
Lukas Tönne commented on issue blender/blender#82488 2024-07-15 18:00:37 +02:00
Mantaflow - force fields have very low influence compare to 2.90.1

Making this a known issue, mantaflow isn't actively maintained. Changing force strength will likely break existing files.