Campbell Barton ideasman42
  • Australia
  • Joined on 2005-01-30
Campbell Barton created pull request blender/blender#106475 2023-04-03 03:45:48 +02:00
WIP: updated code-layout diagram
Campbell Barton pushed to pr-code-layout-diagram at ideasman42/blender 2023-04-03 03:41:37 +02:00
Campbell Barton pushed to pr-code-layout-diagram at ideasman42/blender 2023-04-03 03:40:20 +02:00
cde99075e8 GHOST/Wayland: add fractional-scale interface support
75127f9b09 Build: upgrade wayland protocols to 1.31
a9d15ee8a0 Cleanup: pass rect as a constant pointer
498287bca0 Cleanup: Geometry Nodes: Split modifier property update function
Compare 10 commits »
Campbell Barton created branch pr-code-layout-diagram in ideasman42/blender 2023-04-03 03:40:20 +02:00
Campbell Barton deleted branch pr-ghost-capability-flag-cleanup from ideasman42/blender 2023-03-31 05:29:56 +02:00
Campbell Barton commented on issue blender/blender#76428 2023-03-31 04:10:21 +02:00
GHOST/Wayland Support

(KDE/WLROOTS based compositors are working already without fractional_scale_v1)

"Working" in the sense that they will render only in integer scale and then downscale and thus…

Campbell Barton pushed to main at blender/blender 2023-03-31 04:05:41 +02:00
cde99075e8 GHOST/Wayland: add fractional-scale interface support
75127f9b09 Build: upgrade wayland protocols to 1.31
a9d15ee8a0 Cleanup: pass rect as a constant pointer
Compare 3 commits »
Campbell Barton pushed to main at blender/blender 2023-03-30 08:37:21 +02:00
0fcecc5c1e Cleanup: use methods to convert to/from window scale
Campbell Barton pushed to main at blender/blender 2023-03-30 00:54:17 +02:00
a62f6c8290 Fix out-of-bounds array access when building with GHOST_OPENGL_ALPHA
Campbell Barton pushed to main at blender/blender 2023-03-29 11:06:32 +02:00
bb2c89b20d Fix #106251: "Shift to extend" doesn't work in 3D View Collections panel
Campbell Barton closed issue blender/blender#106251 2023-03-29 11:06:32 +02:00
Regression: object.hide_collection "Shift to extend" doesn't work in 3D View Collections panel
Campbell Barton closed issue blender/blender#105895 2023-03-29 08:49:28 +02:00
Wayland: tiny mouse cursor with 125% fractional scaling
Campbell Barton pushed to main at blender/blender 2023-03-29 08:49:28 +02:00
c0a252b833 Fix #105895: UI scaled down with 125% fractional scaling on Wayland
68d146d57d Fix error in WM_capabilities_flag (all capabilities were set)
Compare 2 commits »
Campbell Barton reopened issue blender/blender#105895 2023-03-29 07:40:10 +02:00
Wayland: tiny mouse cursor with 125% fractional scaling
Campbell Barton commented on issue blender/blender#105895 2023-03-29 07:40:07 +02:00
Wayland: tiny mouse cursor with 125% fractional scaling

It turns out fractional scaling wasn't working on other non-gnome compositors such as RIVER. It was especially noticeable with a fractional scale of 1.01 for e.g. where the interface was scaled…

Campbell Barton commented on pull request blender/blender#104876 2023-03-29 06:33:11 +02:00
Python: Support multiple custom script directories in Preferences

Here's the WIP planning for the extension project which would relocate addons into multiple extensions directories: #106254

Campbell Barton commented on pull request blender/blender#104457 2023-03-29 06:27:33 +02:00
Python: Add range and instance drawing to GPUBatch

Cleared the "Python API" project, I'm not sure how else to stop this showing up on the project's workboard.

Campbell Barton opened issue blender/blender#106254 2023-03-29 06:15:47 +02:00
WIP: Blender Extensions Project
Campbell Barton pushed to main at blender/blender 2023-03-29 05:45:16 +02:00
2bc331981d Cleanup: function style casts, remove UNUSED(..) & use nullptr in C++
1ddbe7cadd Cleanup: move doc-strings into headers, remove duplicates
ce659dbc4e Cleanup: use doxygen sections
35f770a689 Cleanup: duplicate words in comments
Compare 4 commits »