Campbell Barton ideasman42
  • Australia
  • Joined on 2005-01-30
Campbell Barton commented on pull request blender/blender#130577 2024-11-20 11:23:51 +01:00
Fix error discarding Python wheels with non-exact version match

This was an oversight in limiting wheel versions, I wasn't aware the spesific versions could use a generic C-ABI.

Campbell Barton commented on issue blender/blender#113684 2024-11-18 03:57:51 +01:00
Wayland and Xwayland mouse pointer stuttering

According to the GNOME issue, Mutter 47 (GNOME47) should improve this situation.

Campbell Barton deleted branch fix-sphinx-doc-gen-syntax-error from nutti/blender 2024-11-10 13:50:54 +01:00
Campbell Barton closed pull request blender/blender#130085 2024-11-10 13:50:39 +01:00
Fix: sphinx_doc_gen.py syntax error while generating PyDoc
Campbell Barton commented on pull request blender/blender#130085 2024-11-10 13:50:36 +01:00
Fix: sphinx_doc_gen.py syntax error while generating PyDoc

Thanks, not sure how this got in as I tested the output, must have made some edit before committing.

Campbell Barton pushed to blender-v4.3-release at blender/blender 2024-11-10 13:36:15 +01:00
1c8669f8c9 Fix: sphinx_doc_gen.py syntax error while generating PyDoc
Campbell Barton closed pull request blender/blender#130041 2024-11-10 04:54:53 +01:00
Fix #129925: SLIM UV unwrap with holes
Campbell Barton commented on pull request blender/blender#130041 2024-11-10 04:54:50 +01:00
Fix #129925: SLIM UV unwrap with holes

Thanks, committed the fix.

Campbell Barton pushed to main at ideasman42/.profile 2024-11-10 04:53:42 +01:00
dc0683643e Weekly report
Campbell Barton pushed to main at blender/blender 2024-11-10 04:50:47 +01:00
86c5c4af6e Merge branch 'blender-v4.3-release'
9b3108462f Fix #129925: SLIM UV unwrap with holes
Compare 2 commits »
Campbell Barton closed issue blender/blender#129925 2024-11-10 04:50:45 +01:00
Minimum Stretch unwrap fails on meshes with holes
Campbell Barton pushed to blender-v4.3-release at blender/blender 2024-11-10 04:47:40 +01:00
9b3108462f Fix #129925: SLIM UV unwrap with holes
Campbell Barton commented on pull request blender/blender#129814 2024-11-10 04:38:14 +01:00
API docs: Split 'Gotchas' page, add some info about python instances and subclasses.

*picky* seems a bit verbose, could be: info_gotchas_internal_data_and_python_objects.rst ?

Campbell Barton created pull request blender/blender#130079 2024-11-10 03:29:39 +01:00
Fix #129578: Crash setting pose mode using Context.temp_override(..)
Campbell Barton created branch pr-42-lts-confict-resolve in ideasman42/blender 2024-11-10 03:27:02 +01:00
Campbell Barton pushed to pr-42-lts-confict-resolve at ideasman42/blender 2024-11-10 03:27:02 +01:00
d6e51637f2 Fix #129578: Crash setting pose mode using Context.temp_override(..)
6c43383791 Fix #129719: Compositor produces black on Intel GPUs
d56f2c2a32 Fix #129183: Blender freezes permanently when pausing animation with multiframe on
1b3198999e Fix 'missing files' operator not reporting which ID is using the missing filepath.
2ebfbed8e8 Fix #128079: Grease Pencil stroke direction overlay missing on 4.2 LTS
Compare 10 commits »
Campbell Barton closed pull request blender/blender#130031 2024-11-09 04:02:44 +01:00
Fix PyDoc: Invalid signature when a function does not have any arguments
Campbell Barton commented on pull request blender/blender#130031 2024-11-09 04:02:41 +01:00
Fix PyDoc: Invalid signature when a function does not have any arguments

Thanks, committed.