Campbell Barton ideasman42
  • Australia
  • Joined on 2005-01-30
Campbell Barton commented on pull request blender/blender#128076 2024-09-26 12:57:00 +02:00
GPU: Change GLSL include directive

Overall, if this works, the change is small & isolated enough that any improvements can be made in main (accepting).

Campbell Barton closed issue blender/blender#128092 2024-09-26 09:56:32 +02:00
PySide6 shiboken6 conflict
Campbell Barton commented on issue blender/blender#128092 2024-09-26 09:56:28 +02:00
PySide6 shiboken6 conflict

This is a bug in pyside6 which has been fixed in newer versions, see:

https://code.qt.io/cgit/pyside/pyside-setup.git/commit/examples?id=4ae03194755beb2e941b66c2c2503efb1ed77fca

closing.

Campbell Barton pushed to main at blender/blender 2024-09-26 09:09:56 +02:00
32c6f9bbd0 Cleanup: use PyModule_AddObjectRef where appropriate
Campbell Barton pushed to main at blender/blender 2024-09-26 07:17:00 +02:00
473bd60164 Cleanup: clarify arguments using const or r_ prefixed return args
Campbell Barton closed pull request blender/blender#128158 2024-09-26 06:49:30 +02:00
WIP: Cleanup: clarify arguments using const or r_ prefixed return args
Campbell Barton pushed to main at blender/blender 2024-09-26 06:08:09 +02:00
60e96e40b9 Cleanup: various non-functional changes
Campbell Barton created pull request blender/blender#128158 2024-09-26 05:56:32 +02:00
WIP: Cleanup: clarify arguments using const or r_ prefixed return args
Campbell Barton closed pull request blender/blender#128153 2024-09-26 05:55:06 +02:00
Transform: avoid redundant edit-mode snap occlusion check
Campbell Barton commented on pull request blender/blender#128153 2024-09-26 05:55:03 +02:00
Transform: avoid redundant edit-mode snap occlusion check

@mano-wii pointed out an issue with the patch:

  • This patch makes it possible to snap an edit-mode vertex onto an object mode vertex (behind the mesh). which should not be possible, abandoning.
Campbell Barton pushed to pr-const-or-return-args at ideasman42/blender 2024-09-26 05:53:12 +02:00
33137c15cd Cleanup: clarify arguments using const or r_ prefixed return args
Campbell Barton pushed to pr-const-or-return-args at ideasman42/blender 2024-09-26 05:51:35 +02:00
Campbell Barton created branch pr-const-or-return-args in ideasman42/blender 2024-09-26 05:51:35 +02:00
Campbell Barton created pull request blender/blender#128153 2024-09-26 04:37:44 +02:00
Transform: prevent edit-mode snap occlusion checks when not needed
Campbell Barton pushed to pr-snap-occlude-plane-ignore at ideasman42/blender 2024-09-26 04:34:07 +02:00
00f95cc73f Transform: prevent edit-mode snap occlusion checks when not needed
Campbell Barton pushed to pr-snap-occlude-plane-ignore at ideasman42/blender 2024-09-26 04:31:19 +02:00
5070236d49 Fix #128074: Edit mode geometry occludes itself with X-ray, 1.0 alpha
c8b6b0c8d8 Cleanup: access the object mode directly in poll functions
c6782f53b7 Docs: add note to avoid incorrect use of XRAY_ENABLED
b0d37b4267 Fix #128074: Edit Mesh being occluded for snapping even in Xray
Compare 4 commits »
Campbell Barton created branch pr-snap-occlude-plane-ignore in ideasman42/blender 2024-09-26 04:31:18 +02:00
Campbell Barton pushed to main at blender/blender 2024-09-26 04:29:23 +02:00
c8b6b0c8d8 Cleanup: access the object mode directly in poll functions
Campbell Barton pushed to main at blender/blender 2024-09-26 03:52:06 +02:00
c6782f53b7 Docs: add note to avoid incorrect use of XRAY_ENABLED