Campbell Barton ideasman42
  • Australia
  • Joined on 2005-01-30
Campbell Barton pushed to main at blender/blender 2024-09-30 05:41:46 +02:00
9b8b03d8e6 Mesh: comments for a code-blocks which can leak memory
Campbell Barton pushed to main at blender/blender 2024-09-30 05:29:17 +02:00
c852f7402e Fix #128226: Memory leak selecting meshes in multi-object edit-mode
Campbell Barton closed issue blender/blender#128226 2024-09-30 05:29:16 +02:00
Memory leak selecting meshes in multi-object edit-mode
Campbell Barton pushed to main at ideasman42/.profile 2024-09-30 04:42:11 +02:00
48b51a7cce Weekly report
d125abf5f2 Weekly report
Compare 2 commits »
Campbell Barton opened issue blender/blender#128346 2024-09-30 04:32:15 +02:00
Outliner delay refreshing makes search results fail to display
Campbell Barton commented on issue blender/blender#127287 2024-09-30 04:23:39 +02:00
Symbolic links in Blender projects doesn't work anymore with the new Ubuntu 'noble'

To my knowledge Blender should not have any "special" treatment of symlinks, they should work and as far as I know have worked for years. It seems likely something on your local setup caused the…

Campbell Barton pushed to main at blender/blender 2024-09-29 07:01:19 +02:00
9c8c786a05 Fix error in studiolight preview
Campbell Barton merged pull request blender/blender#128233 2024-09-27 15:54:54 +02:00
Attributes: support setting the active attribute to "None"
Campbell Barton pushed to main at blender/blender 2024-09-27 15:54:44 +02:00
e21b424eee Attributes: support setting the active attribute to "None"
Campbell Barton closed issue blender/blender#127691 2024-09-27 15:54:42 +02:00
Crash when active attribute is none
Campbell Barton commented on pull request blender/blender#128233 2024-09-27 15:46:04 +02:00
Attributes: support setting the active attribute to "None"

Ugh, reads badly to me too, although is in this context reads a bit strangely too, this reads better to me:

"Active attribute index or -1 when none are active"

Campbell Barton pushed to pr-fix-127691 at ideasman42/blender 2024-09-27 15:45:12 +02:00
2b6394dcf6 Improve wording
b41ab244f4 Attributes: support setting the active attribute to "None"
a9dee36974 Cleanup: remove unused variables, imports
fd59591fdc UI: Use proper icon for Grease Pencil selectors
481c8fd5a7 Vulkan: Memory leak in immediate mode during exit
Compare 15 commits »
Campbell Barton pushed to main at blender/blender 2024-09-27 15:39:21 +02:00
a9dee36974 Cleanup: remove unused variables, imports
Campbell Barton suggested changes for blender/blender#125378 2024-09-27 14:16:23 +02:00
WIP: UI: Use SVG Icons for Tools

Requesting to keep file based tool icon loading that both blender & add-ons can use (as we have now).

Campbell Barton commented on pull request blender/blender#125378 2024-09-27 14:07:47 +02:00
WIP: UI: Use SVG Icons for Tools

I don't think the tool icons should be part of the icons enum/API.

Campbell Barton commented on pull request blender/blender#128228 2024-09-27 11:17:22 +02:00
Fix #128226: Memory leak generating mesh data outside depsgraph eval

Looking into a fix that is less likely to have unforeseen consequences.

This patch simply overwrites ob->runtime->data_eval. As long as the depsgraph isn't storing pointers to `ob->runtime->da…

Campbell Barton commented on pull request blender/blender#128228 2024-09-27 10:31:30 +02:00
Fix #128226: Memory leak generating mesh data outside depsgraph eval

Wouldn't this clear the evaluated mesh done by the "typical" depsgraph evaluationh when one requests a cage mesh?

Yes, although this is already happening (see editbmesh_build_data call to…

Campbell Barton commented on pull request blender/blender#127744 2024-09-27 09:15:37 +02:00
Fix #127691: Crash assigning null to active attribute

Submitted an alternate patch which supports clearing the active layer: #128233.

Campbell Barton created pull request blender/blender#128233 2024-09-27 09:09:13 +02:00
Attributes: support setting the active attribute to "None"