Jacques Lucke JacquesLucke
  • Hennigsdorf near Berlin
  • Joined on 2013-11-18
Jacques Lucke commented on pull request blender/blender#104465 2023-02-08 17:33:22 +01:00
Cleanup: Use utility function to find groups in node tree

Currently this uses the term group and tree. While we generally use those terms synonymously, it would be better to be consistent within a single function declaration.

Jacques Lucke commented on pull request blender/blender#104465 2023-02-08 17:33:22 +01:00
Cleanup: Use utility function to find groups in node tree

This should internally avoid to enter the same node group multiple times. For very large node trees, with lots of nesting that could be quite heavy.

Jacques Lucke commented on issue blender/blender#104444 2023-02-08 16:32:43 +01:00
Rotation C++ API

For now it is implemented as AngleRadian to leave no doubt.

Don't have a very strong opinion, but I'm fine with AngleRadian. Currently, I don't see a need for AngleDegree so I'd just…

Jacques Lucke commented on issue blender/blender#87006 2023-02-08 16:07:05 +01:00
Geometry Node: Changing modifier input values with python no cause update

@erik85 While I'm not generally against deferring updates, it something that has to be done with great care because it's a bit against current principles of the RNA/Python API. In this specific…

Jacques Lucke commented on pull request blender/blender#104474 2023-02-08 15:59:01 +01:00
Assets: bundle essentials with Blender
Jacques Lucke created pull request blender/blender#104474 2023-02-08 15:58:12 +01:00
Assets: bundle essentials with Blender
Jacques Lucke pushed to bundled-assets at JacquesLucke/blender 2023-02-08 15:53:20 +01:00
f0ebd3d5f6 use publish directory
4525481e59 Merge branch 'main' into bundled-assets
Compare 2 commits »
Jacques Lucke created branch bundled-assets in JacquesLucke/blender 2023-02-08 15:53:20 +01:00
Jacques Lucke created pull request blender/blender#104471 2023-02-08 14:52:52 +01:00
WIP: Core: use generic copy-on-write system to avoid unnecessary data copies
Jacques Lucke pushed to temp-copy-on-write at JacquesLucke/blender 2023-02-08 14:51:57 +01:00
06e1b3f9f6 Merge branch 'main' into temp-copy-on-write-customdata
43f308f216 Make update: Ignore submodules
aab707ab70 Un-ignore modules in .gitmodules configuration
4ed8a360e9 Fix references to the main branch in the .gitmodules
4d3bfb3f41 Subdivision Surface: fix a serious performance hit when mixing CPU & GPU.
Compare 9968 commits »
Jacques Lucke created pull request blender/blender#104470 2023-02-08 14:50:54 +01:00
WIP: use generic copy-on-write system to avoid unnecessary data copies
Jacques Lucke pushed to temp-copy-on-write-customdata at JacquesLucke/blender 2023-02-08 14:48:56 +01:00
06e1b3f9f6 Merge branch 'main' into temp-copy-on-write-customdata
43f308f216 Make update: Ignore submodules
aab707ab70 Un-ignore modules in .gitmodules configuration
4ed8a360e9 Fix references to the main branch in the .gitmodules
4d3bfb3f41 Subdivision Surface: fix a serious performance hit when mixing CPU & GPU.
Compare 12 commits »
Jacques Lucke created pull request blender/blender#104469 2023-02-08 14:48:01 +01:00
WIP: Curves: initial surface collision for curves sculpt mode
Jacques Lucke pushed to temp-curves-surface-collision at JacquesLucke/blender 2023-02-08 14:45:37 +01:00
b18e5c9cac Merge branch 'main' into temp-curves-surface-collision
43f308f216 Make update: Ignore submodules
aab707ab70 Un-ignore modules in .gitmodules configuration
4ed8a360e9 Fix references to the main branch in the .gitmodules
4d3bfb3f41 Subdivision Surface: fix a serious performance hit when mixing CPU & GPU.
Compare 12 commits »
Jacques Lucke closed pull request blender/blender#104427 2023-02-08 14:44:43 +01:00
Curves: initial surface collision for curves sculpt mode
Jacques Lucke pushed to sculpt-edit-overlay at JacquesLucke/blender 2023-02-08 14:39:01 +01:00
c9f943daf7 Merge branch 'main' into sculpt-edit-overlay
43f308f216 Make update: Ignore submodules
aab707ab70 Un-ignore modules in .gitmodules configuration
4ed8a360e9 Fix references to the main branch in the .gitmodules
4d3bfb3f41 Subdivision Surface: fix a serious performance hit when mixing CPU & GPU.
Compare 12 commits »
Jacques Lucke pushed to main at JacquesLucke/blender 2023-02-08 14:37:43 +01:00
43f308f216 Make update: Ignore submodules
aab707ab70 Un-ignore modules in .gitmodules configuration
4ed8a360e9 Fix references to the main branch in the .gitmodules
4d3bfb3f41 Subdivision Surface: fix a serious performance hit when mixing CPU & GPU.
d781e52ee0 Cleanup: use enum literals, order likely case first in polyfill_2d
Compare 13 commits »