Campbell Barton ideasman42
  • Australia
  • Joined on 2005-01-30
Campbell Barton commented on pull request blender/blender#104424 2023-03-17 10:56:23 +01:00
Mesh: Replace MLoop struct with generic attributes

*minor*: assignment to int *poly_verts = &fd->corner_verts_[poly.loopstart]; can be kept here.

Campbell Barton commented on pull request blender/blender#104424 2023-03-17 10:56:23 +01:00
Mesh: Replace MLoop struct with generic attributes

*picky*: reverse prefix/suffix, inconsistent with existing naming.

Campbell Barton pushed to main at blender/blender 2023-03-17 07:19:01 +01:00
e853a67efc Cleanup: use BKE_blendfile_* for functions defined in BKE_blendfile.h
3b8a050fc1 Cleanup: use function-style casts, ELEM & STREQ macros
976b17e415 Cleanup: remove redundant casts
b6b0bc4531 Cleanup: spelling in comments
Compare 4 commits »
Campbell Barton pushed to main at blender/blender 2023-03-17 04:55:55 +01:00
01a29ebaeb Merge branch 'blender-v3.5-release'
c169f67dc1 Fix #103263: Touchpad gestures changing pivot point of rotation/zooming
Compare 2 commits »
Campbell Barton closed issue blender/blender#103263 2023-03-17 04:55:54 +01:00
Touchpad gestures changing pivot point of rotation/zooming
Campbell Barton pushed to blender-v3.5-release at blender/blender 2023-03-17 04:51:51 +01:00
c169f67dc1 Fix #103263: Touchpad gestures changing pivot point of rotation/zooming
Campbell Barton pushed to main at blender/blender 2023-03-16 07:21:08 +01:00
ebad816057 Merge branch 'blender-v3.5-release'
d3e37d3ed2 Fix #105224: Node editor NDOF pan changes RGB colors
Compare 2 commits »
Campbell Barton closed issue blender/blender#105224 2023-03-16 07:21:08 +01:00
Panning with NDOF device in Shader Editor changes colors in RGB node
Campbell Barton pushed to blender-v3.5-release at blender/blender 2023-03-16 07:19:28 +01:00
d3e37d3ed2 Fix #105224: Node editor NDOF pan changes RGB colors
Campbell Barton opened issue blender/blender#105818 2023-03-16 06:47:45 +01:00
Crash changing material color (with ASAN enabled)
Campbell Barton commented on pull request blender/blender#104876 2023-03-16 03:59:41 +01:00
Python: Support multiple custom script directories in Preferences

is it possible to join the extensions convo with Brecht & Francesco?

Currently this is mostly discussion, the proposal isn't yet ready to receive feedback.

Campbell Barton closed issue blender/blender#105705 2023-03-16 03:55:39 +01:00
Wayland: doesn't calculate mouse distance if exceeds monitor with Wayfire
Campbell Barton commented on issue blender/blender#105705 2023-03-16 03:55:38 +01:00
Wayland: doesn't calculate mouse distance if exceeds monitor with Wayfire

As Blender works with most Wayland compositors (sway/river/gnome/KDE), it seems highly likely that Wayfire is ignoring the hint for restoring the cursor location (`zwp_locked_pointer_v1_set_cursor_…

Campbell Barton closed issue blender/blender#101253 2023-03-16 03:41:18 +01:00
Input drop: Scroll wheel scrolls only registers with the second consecutive scroll in the same direction.
Campbell Barton commented on issue blender/blender#101253 2023-03-16 03:41:16 +01:00
Input drop: Scroll wheel scrolls only registers with the second consecutive scroll in the same direction.

Closing this issue as there has been no response from the user, also - if this were a common issue - many users would have run into this already.

Campbell Barton commented on issue blender/blender#104272 2023-03-16 03:21:38 +01:00
Wayland: Inverted (natural) option ignored on (resolved upstream)

This problem exists because the "Natural" touch-pad setting cannot be detected, so the axis-inverted argument is always false.

Checking on this again, Wayland added support detecting inverted…

Campbell Barton approved blender/blender#104678 2023-03-16 02:44:05 +01:00
UI: File Save Incremental Operator

Accepting, as we can consider the issue of recent files filling up the "open recent" menu can be handled separately, @JulianEisel can double check with artists in the studio if this is worth considering a blocking issue or not.

Campbell Barton pushed to main at blender/blender 2023-03-16 01:48:07 +01:00
896360de1f Cleanup: remove GCC warning pragma
Campbell Barton pushed to main at blender/blender 2023-03-16 01:29:35 +01:00
42380ea996 Cleanup: use static declaration, quiet undeclared warning
64304b4e27 Fix invalid enum passed to BKE_id_attribute_search
Compare 2 commits »
Campbell Barton commented on pull request blender/blender#104876 2023-03-15 23:52:31 +01:00
Python: Support multiple custom script directories in Preferences

From a meeting with Brecht and Francesco we're looking into larger changes to how extensions (including scripts) are handled, this will likely involve re-arranging the script layout.

To avoid…