Campbell Barton ideasman42
  • Australia
  • Joined on 2005-01-30
Campbell Barton pushed to blender-v4.3-release at blender/blender 2024-10-14 12:50:41 +02:00
f8a29ccab5 Update autopep8 1.6.0 -> 2.3.1, remove outdated "toml" module
Campbell Barton pushed to main at ideasman42/.profile 2024-10-14 12:48:23 +02:00
ac71aec198 Weekly report
Campbell Barton pushed to main at ideasman42/.profile 2024-10-14 12:44:29 +02:00
7624160b52 Weekly report
24e34e2a81 Weekly report
Compare 2 commits »
Campbell Barton opened issue blender/blender#128991 2024-10-14 12:23:59 +02:00
GreasePencilStrokeSlice accepts assignments of arbitrary attributes
Campbell Barton commented on issue blender/blender#122090 2024-10-14 11:25:18 +02:00
X11: Fly Navigation shortcut fails using ¬ character on UK layout

The notsign ¬ is working in Blender for me. Even though it warns in the console.

ERROR (wm.event): source/blender/windowmanager/intern/wm_event_system.cc:5957 wm_event_add_ghostevent:…
Campbell Barton commented on issue blender/blender#128958 2024-10-14 04:43:41 +02:00
Crash using Minimum Stretch --> Use Subdivision Option

Caused by 31a67805fe73c12419778aa1d67ee3c091402f8c.

CC @HooglyBoogly.

Campbell Barton pushed to main at blender/blender 2024-10-14 03:13:02 +02:00
bd299cad72 Cleanup: quiet unused argument warnings
Campbell Barton pushed to main at blender/blender 2024-10-14 03:08:19 +02:00
f5e271b2ba Merge branch 'blender-v4.3-release'
77b523d317 Fix #128920: Crash calculating geometry nodes that use UV unwrap
Compare 2 commits »
Campbell Barton closed issue blender/blender#128920 2024-10-14 03:08:17 +02:00
Open the attached file cause Blender crash
Campbell Barton pushed to blender-v4.3-release at blender/blender 2024-10-14 02:50:04 +02:00
77b523d317 Fix #128920: Crash calculating geometry nodes that use UV unwrap
Campbell Barton commented on issue blender/blender#122090 2024-10-14 01:58:43 +02:00
X11: Fly Navigation shortcut fails using ¬ character on UK layout

In the PR !128880, there are some details this report misses.

The layout setxkbmap -layout gb is working here, the PR mentions the pc layout which I don't have on my system (Arch Linux),…

Campbell Barton suggested changes for blender/blender#126436 2024-10-14 00:56:13 +02:00
Fix #123683: Rename extension repository module directory when renaming module

Missing check the directory exists.

Campbell Barton commented on pull request blender/blender#126436 2024-10-14 00:55:43 +02:00
Fix #123683: Rename extension repository module directory when renaming module

As noted in previous review, renaming must check the destination directory already exists.

Campbell Barton closed issue blender/blender#128912 2024-10-14 00:53:33 +02:00
module 'bpy_extras' has no attribute 'image_utils'
Campbell Barton commented on issue blender/blender#128912 2024-10-14 00:53:29 +02:00
module 'bpy_extras' has no attribute 'image_utils'

As noted by @Mysteryem

This isn't a bug as the module needs to be explicitly imported.

Campbell Barton pushed to main at blender/blender 2024-10-12 13:53:01 +02:00
1bc3c24f45 Cleanup: use const args, variable
3350eeba62 Merge branch 'blender-v4.3-release'
15be0030f6 Cleanup: various non-functional C++ changes
57ca937a7c Fix #128714: GPv3: Don't erase behind the camera
Compare 4 commits »
Campbell Barton pushed to blender-v4.3-release at blender/blender 2024-10-12 13:47:42 +02:00
15be0030f6 Cleanup: various non-functional C++ changes
Campbell Barton pushed to main at blender/blender 2024-10-11 15:30:51 +02:00
2aa8d3cb4a Merge branch 'blender-v4.3-release'
094f7235bb Cleanup: replace own Py_INCREF_RET with CPython's Py_NewRef
Compare 2 commits »
Campbell Barton pushed to blender-v4.3-release at blender/blender 2024-10-11 15:28:31 +02:00
094f7235bb Cleanup: replace own Py_INCREF_RET with CPython's Py_NewRef