Campbell Barton ideasman42
  • Australia
  • Joined on 2005-01-30
Campbell Barton pushed to main at blender/blender-addons-contrib 2024-05-03 09:21:14 +02:00
0f400a8eb6 Extensions: correct commands in script headers
Campbell Barton commented on issue blender/blender#121381 2024-05-03 08:18:01 +02:00
Batch Rename unable to select certain data-block types

While this is working as intended, it would be good if the items weren't shown in the first place, this is more of a TODO.

Campbell Barton pushed to main at blender/blender 2024-05-03 07:51:28 +02:00
cd5dd6e454 Fix #115648: Crash on startup with an incompatible PYTHONPATH
Campbell Barton closed issue blender/blender#115648 2024-05-03 07:51:26 +02:00
New Windows install, multiple Blender versions crash: EXCEPTION_ACCESS_VIOLATION (Python 3.12.0 conflict?)
Campbell Barton commented on issue blender/blender#120898 2024-05-03 05:04:05 +02:00
Mouse cursor becomes very tiny in 3D view

@RobertS this seems most likely to be a bug in the compositor and/or graphics drivers, could you check if the issue happens in another compositor? (KDE, but checking SWAY or WESTON would also be…

Campbell Barton pushed to main at blender/blender 2024-05-03 03:34:08 +02:00
ad16a843c1 Cleanup: format, single quote enums & indentation
9918488bb1 Cleanup: use uppercase tags, following own style guide
5529a94f14 Cleanup: spelling in comments
c7de9b9f4a Reapply "GHOST/Wayland: improve the error message for protocol errors"
91b1077f7a GHOST/Wayland: expose wl_display_get_protocol_error function
Compare 5 commits »
Campbell Barton deleted branch pr-depth-fix from ideasman42/blender 2024-05-02 14:40:54 +02:00
Campbell Barton closed pull request blender/blender#121328 2024-05-02 14:38:00 +02:00
Fix #120778: Depth navigation no longer works for non-geometry objects
Campbell Barton commented on pull request blender/blender#121328 2024-05-02 14:37:57 +02:00
Fix #120778: Depth navigation no longer works for non-geometry objects

Committed fixes f15646df59afa23ed156e4929b2899aa4516f299 & 1b788f3a84b9d8a99a4c339cd72fe394aca56d80. Closing.

Campbell Barton pushed to main at blender/blender 2024-05-02 14:36:54 +02:00
1b788f3a84 Fix #120778: Depth navigation no longer works for non-geometry objects
f15646df59 Fix failure to draw onto a surface with GPv3
Compare 2 commits »
Campbell Barton closed issue blender/blender#120778 2024-05-02 14:36:53 +02:00
depth option in navigation not considering camera and light type objects.
Campbell Barton commented on pull request blender/blender#113364 2024-05-02 13:42:20 +02:00
Indicate Parent Inverse Matrix State in UI

Is it really needed for every object to store its own rotation_mode? Adding custom-properties to objects, just for a display feature. Would it be acceptable to have this as a run-time only property?

Campbell Barton commented on pull request blender/blender#113364 2024-05-02 13:34:43 +02:00
Indicate Parent Inverse Matrix State in UI

Agree _ prefix seems better than making it a public RNA property, although as there is no intention of animating, accessing this from Python ... etc, we could use a UI template and avoid RNA…

Campbell Barton commented on pull request blender/blender#113364 2024-05-02 13:30:36 +02:00
Indicate Parent Inverse Matrix State in UI

This is the first I've seen of this patch, all the RNA callbacks seem a bit heavy with the definition, callbacks ... etc, I think it's worth considering adding a UI-template that can show these…

Campbell Barton pushed to main at blender/blender 2024-05-02 08:48:00 +02:00
530999fb76 Cleanup: add missing SPDX-FileCopyrightText
f6b7464b4c Cleanup: spelling in comments
41c43c9e87 Cleanup: use const pointers
Compare 3 commits »
Campbell Barton commented on issue blender/blender#121241 2024-05-02 07:06:05 +02:00
Missing titlebar under Wayland

Thanks @Artemile, I've re-committed the change that properly supports XDG_CURRENT_DESKTOP. At the time of writing I wasn't aware of the spec: https://specifications.freedesktop.org/desktop-entry

Campbell Barton commented on issue blender/blender#120453 2024-05-02 06:03:00 +02:00
Proposal: use str.format instead of percentage formatting for core-scripts

@T-112 this is interesting & strange that f-strings are faster without the :s. Replied to the stackoverflow post with these findings.

Campbell Barton pushed to main at blender/blender 2024-05-02 04:50:25 +02:00
0a17f4a711 Extensions: add an extensions-local site-packages
Campbell Barton pushed to main at blender/blender-addons 2024-05-02 03:27:42 +02:00
c4a3862324 Cleanup: quiet warning for debug builds on startup