Jacques Lucke JacquesLucke
  • Hennigsdorf near Berlin
  • Joined on 2013-11-18
Jacques Lucke created branch node-draw-refactor in JacquesLucke/blender 2024-10-10 01:58:12 +02:00
Jacques Lucke pushed to node-draw-refactor at JacquesLucke/blender 2024-10-10 01:58:12 +02:00
6d009a20bb cleanup
ee7f7b65e4 fixes
1d279846c4 fixes
16807a2f5c fix end of node
Compare 10 commits »
Jacques Lucke closed issue blender/blender#128473 2024-10-09 22:18:39 +02:00
Nodes: New node insertion on link search connects to main socket
Jacques Lucke pushed to blender-v4.3-release at blender/blender 2024-10-09 22:18:34 +02:00
9da1b8a74b Fix #128473: New node insertion on link search connects to main socket
Jacques Lucke merged pull request blender/blender#128640 2024-10-09 22:18:34 +02:00
Fix #128473: New node insertion on link search connects to main socket
Jacques Lucke commented on pull request blender/blender#128640 2024-10-09 16:08:35 +02:00
Fix #128473: New node insertion on link search connects to main socket

The build failure is likely unrelated to the patch. Can you merge blender-v4.3-release again?

Jacques Lucke commented on pull request blender/blender#127027 2024-10-09 16:07:05 +02:00
Cleanup: Geometry Nodes: Use general an attribute copy function GP-Instances conversion

Looks like this was forgotten. Mind merging main again?

It seems like this is not really necessary to have in 4.3. Any other patches for 4.3 can just use the old function.

Jacques Lucke commented on pull request blender/blender#128784 2024-10-09 16:02:02 +02:00
UI: When a tooltip only has a float value, it should not end with period

Not sure if this should be a general rule. It would be helpful if you can provide an example screenshot where it looks bad. This is also more of a ui question, not so much my area.

Jacques Lucke commented on pull request blender/blender#128640 2024-10-09 15:59:36 +02:00
Fix #128473: New node insertion on link search connects to main socket

This way, there is no modification to the DNA, though if you could spare the time to answer, why is it preferred to not add data to the DNA? Is it because it changes the way the DNA is written…

Jacques Lucke pushed to main at blender/blender 2024-10-09 15:50:16 +02:00
cf954b1d8d Cleanup: unused variable
Jacques Lucke commented on pull request blender/blender#128729 2024-10-09 15:47:16 +02:00
Refactor: BKE: use StringRef in IDProperty API
Jacques Lucke pushed to idprop-stringref at JacquesLucke/blender 2024-10-09 15:46:58 +02:00
b5a5804226 revert wrong change for IDP_AssignString
e0f2005f6a Merge branch 'main' into idprop-stringref
dad7babaae Compositor: Implement single value reduction for CPU
9e6c884394 Fix #122206: Int soft limits changed to 10000
e83d8271ac Merge branch 'blender-v4.3-release'
Compare 106 commits »
Jacques Lucke deleted branch recursive-node-declarations from JacquesLucke/blender 2024-10-09 15:46:04 +02:00
Jacques Lucke merged pull request blender/blender#128799 2024-10-09 15:46:00 +02:00
Refactor: Geometry Nodes: recursive node declarations
Jacques Lucke pushed to main at blender/blender 2024-10-09 15:45:59 +02:00
6ffc585fb8 Refactor: Geometry Nodes: recursive node declarations