Jacques Lucke JacquesLucke
  • Hennigsdorf near Berlin
  • Joined on 2013-11-18
Jacques Lucke pushed to main at blender/blender 2023-03-28 13:58:02 +02:00
fbcddfcd68 BLI: add core types for supporting implicit-sharing
Jacques Lucke pushed to geometry-nodes-simulation at blender/blender 2023-03-28 13:38:07 +02:00
d98988d872 Simulation Nodes: indicate which frames are cached in timeline
b14668ae03 Simulation Nodes: refactor automatic caching
Compare 2 commits »
Jacques Lucke commented on pull request blender/blender#105994 2023-03-28 13:24:51 +02:00
Core: new blenlib library for implicit-sharing
Jacques Lucke pushed to implicit-sharing at JacquesLucke/blender 2023-03-28 13:24:25 +02:00
aff843b7f1 add unit test
Jacques Lucke closed issue blender/blender#106177 2023-03-28 13:13:45 +02:00
Regression: Operation 'Duplicate' in the nodes menu does not start the transform modal operator
Jacques Lucke deleted branch node-menu-modal-operator from JacquesLucke/blender 2023-03-28 13:13:45 +02:00
Jacques Lucke merged pull request blender/blender#106213 2023-03-28 13:13:43 +02:00
Fix #106177: modal operator does not work from Node menu
Jacques Lucke pushed to blender-v3.5-release at blender/blender 2023-03-28 13:13:43 +02:00
57712d7b18 Fix #106177: modal operator does not work from Node menu
Jacques Lucke pushed to implicit-sharing at JacquesLucke/blender 2023-03-28 12:44:42 +02:00
9befe5dc87 Merge branch 'main' into implicit-sharing
a64877f045 Vulkan: Added prerequisite checks for using VK_Layer_Validation
f8e190aac5 Cleanup: Silence Compilation Warnings
a88c77eaac Cleanup: use struct comments for gwl_registry_handlers declaration
1cf2ad8e15 Fix #106203: Memory leak with dynamics enabled in particle edit mode
Compare 46 commits »
Jacques Lucke pushed to simulation-cache at JacquesLucke/blender 2023-03-28 12:43:36 +02:00
38198aeb0f fix crash when changing state items
64938c4af8 separate read-only and writable simulation state
c3490fc926 improve cache drawing
ea6309bc4d initial support for multiple cached geometrries
9666d1e236 Merge branch 'geometry-nodes-simulation' into simulation-cache
Compare 168 commits »
Jacques Lucke pushed to geometry-nodes-simulation at blender/blender 2023-03-28 11:52:43 +02:00
f04787e87b Merge branch 'main' into geometry-nodes-simulation
a64877f045 Vulkan: Added prerequisite checks for using VK_Layer_Validation
f8e190aac5 Cleanup: Silence Compilation Warnings
a88c77eaac Cleanup: use struct comments for gwl_registry_handlers declaration
1cf2ad8e15 Fix #106203: Memory leak with dynamics enabled in particle edit mode
Compare 141 commits »
Jacques Lucke created pull request blender/blender#106213 2023-03-28 10:38:56 +02:00
Fix #106177: modal operator does not start when using "Duplicate" in the node add menu
Jacques Lucke closed issue blender/blender#106211 2023-03-28 10:37:57 +02:00
Regression: Nodes can't be moved when duplicated via menu
Jacques Lucke commented on issue blender/blender#106211 2023-03-28 10:37:55 +02:00
Regression: Nodes can't be moved when duplicated via menu

This is a duplicate of #106177.

Jacques Lucke pushed to node-menu-modal-operator at JacquesLucke/blender 2023-03-28 10:36:59 +02:00
0c44ebbf1c fix operator context
ba4442ef41 Fix #105965: Add fur modifier properties missing UI data
3ea5006416 Updated from SVN trunk (r6409).
14efe70004 Fix #106128: OBJ exporter crash when a mesh only has loose vertices
1bd4a3c9f3 Fix #106141: crash when duplicating a node
Compare 6 commits »
Jacques Lucke created branch node-menu-modal-operator in JacquesLucke/blender 2023-03-28 10:36:59 +02:00
Jacques Lucke closed issue blender/blender#105249 2023-03-27 15:23:05 +02:00
Nodes Operator design
Jacques Lucke commented on issue blender/blender#105249 2023-03-27 15:22:10 +02:00
Nodes Operator design

#101778

Jacques Lucke opened issue blender/blender#106178 2023-03-27 15:20:16 +02:00
Real-time clock: combine simulation nodes and real-time clock branches for testing