Campbell Barton ideasman42
  • Australia
  • Joined on 2005-01-30
Campbell Barton commented on pull request blender/blender#106606 2023-04-06 02:42:09 +02:00
Fix #106314: warn user when paste-uvs fails to find match

While checking the patch I think it would be good to let the user know if any changes were made. Returning OPERATOR_CANCELLED when no changes are made also avoids an unnecessary undo-push.

Campbell Barton pushed to main at blender/blender 2023-04-06 02:30:43 +02:00
2e878690e5 WM: include the GHOST backend in bug report when non-default
Campbell Barton pushed to main at blender/blender 2023-04-06 00:32:35 +02:00
b626f1fd18 Cleanup: use ".cc" & ".hh" extensions for intern/ghost
Campbell Barton pushed to pr-ghost-cpp-to-cc at ideasman42/blender 2023-04-06 00:26:49 +02:00
d1bbb32cb4 Fix #106602: Cyclic link in versioning code
Compare 2 commits »
Campbell Barton commented on pull request blender/blender#106604 2023-04-05 23:55:04 +02:00
WIP: use cc/hh for intern/ghost
Campbell Barton commented on pull request blender/blender#106604 2023-04-05 23:54:30 +02:00
WIP: use cc/hh for intern/ghost
Campbell Barton created pull request blender/blender#106604 2023-04-05 23:47:54 +02:00
WIP: use cc/hh for intern/ghost
Campbell Barton pushed to pr-ghost-cpp-to-cc at ideasman42/blender 2023-04-05 23:46:25 +02:00
302e858273 Fix #104507: Show Splash if New Version
8f8548e964 Fix libs harvesting for Embree as a dynamic library
70edef1311 Cycles: Fix Metal use-after-free bug
92c9c1d400 Fix #106568: Overlay: Resolve motion path rendering in Metal
Compare 10 commits »
Campbell Barton created branch pr-ghost-cpp-to-cc in ideasman42/blender 2023-04-05 23:46:24 +02:00
Campbell Barton suggested changes for blender/blender#105088 2023-04-05 12:41:22 +02:00
UI: Region polling support

Overall this patch seems fine, one request inline.

Campbell Barton commented on pull request blender/blender#105088 2023-04-05 12:41:21 +02:00
UI: Region polling support

As this function runs a lot I think it would be best to take screen variables directly, e.g. (wm, area, region) arguments and not set the context.

Campbell Barton pushed to main at blender/blender 2023-04-05 12:12:14 +02:00
075d92184b Cleanup: correct comment, quiet warnings
Campbell Barton pushed to main at blender/blender 2023-04-05 09:54:19 +02:00
2c446d2de3 Cleanup: use bool for render pipeline & related API's
7e99470a85 Fix headless render silently failing when called from Python
Compare 2 commits »
Campbell Barton pushed to main at blender/blender-addons 2023-04-05 07:41:06 +02:00
1c7b3dda2a Cleanup: autopep8 for 3DS i/o
4fcb14804c File headers: use SPDX license identifiers
Compare 2 commits »
Campbell Barton suggested changes for blender/blender#106581 2023-04-05 06:53:29 +02:00
UI: Text Object International Case Change

Requested changed in reply.

Campbell Barton pushed to main at blender/blender 2023-04-05 06:40:12 +02:00
440cccecdc Cleanup: spelling in comments
Campbell Barton pushed to main at blender/blender 2023-04-05 06:24:24 +02:00
d683665095 Cleanup: compiler warnings
Campbell Barton closed issue blender/blender#104272 2023-04-05 06:09:29 +02:00
Wayland: Inverted (natural) option ignored on (resolved upstream)
Campbell Barton commented on issue blender/blender#104272 2023-04-05 06:08:26 +02:00
Wayland: Inverted (natural) option ignored on (resolved upstream)

Wayland 1.22 has been released, Linux libraries have been updated. Closing.