Campbell Barton ideasman42
  • Australia
  • Joined on 2005-01-30
Campbell Barton commented on pull request blender/blender#128279 2024-10-02 06:23:43 +02:00
Python API: Add link/append pre/post handlers.
  • XXX is more for warnings, this isn't something to resolve or fix, so it could be NOTE: cannot use ....
Campbell Barton commented on issue blender/blender#128420 2024-10-02 06:08:33 +02:00
Assert creating a new empty file

I had to symlink the files so they would be found, but I assumed it was because I don't use make install and instead symlink the paths into the build directory.

Campbell Barton commented on issue blender/blender#128420 2024-10-01 14:05:29 +02:00
Assert creating a new empty file

This points to an assert from 1dca5af712524ca48759d5114aa3bff629d9aab5, any ideas @mont29

Campbell Barton opened issue blender/blender#128420 2024-10-01 13:44:13 +02:00
Regression: assert creating a new empty file
Campbell Barton pushed to main at blender/blender 2024-10-01 08:13:49 +02:00
729004390d Cleanup: quiet pylint warnings for extensions
Campbell Barton pushed to main at blender/blender 2024-10-01 07:39:57 +02:00
38c30c5c43 Extensions: resolve test failing
08203a6048 Core: don't save an empty recent files (when no file exists)
Compare 2 commits »
Campbell Barton pushed to main at blender/blender 2024-10-01 06:03:34 +02:00
a7ab81d927 PyAPI: remove use of BaseException
22cdf8da1e Extensions: only apply SSL workaround for Python older than 3.12.6
Compare 2 commits »
Campbell Barton closed pull request blender/blender#128400 2024-10-01 05:20:32 +02:00
WIP: PyAPI: remove use of BaseException
Campbell Barton commented on pull request blender/blender#128400 2024-10-01 04:02:25 +02:00
WIP: PyAPI: remove use of BaseException
Campbell Barton created pull request blender/blender#128400 2024-10-01 04:02:09 +02:00
WIP: PyAPI: remove use of BaseException
Campbell Barton pushed to pr-no-base-exception at ideasman42/blender 2024-10-01 04:01:27 +02:00
dd14ce94d5 PyAPI: remove use of BaseException
Campbell Barton created branch pr-no-base-exception in ideasman42/blender 2024-10-01 03:59:31 +02:00
Campbell Barton pushed to pr-no-base-exception at ideasman42/blender 2024-10-01 03:59:31 +02:00
22ce4d82b0 PyAPI: remove use of BaseException
81511dd420 Separate CMake list for the tool icon files
8f90a6aa97 Need to force update (too many changes to space_toolsystem_toolbar.py)
9f072ecefb Cleanup: remove unused exception values
58fe7c9b22 Cleanup: remove unused imports, exception values
Compare 10 commits »
Campbell Barton commented on pull request blender/blender#125378 2024-10-01 03:47:20 +02:00
WIP: UI: Use SVG Icons for Tools

@ideasman42

We have time to plan and do this as best as possible. I don't think I could do this within 4.3 because of the additional work needed to tweak the SVG files so that their…

Campbell Barton commented on issue blender/blender#122090 2024-10-01 03:11:59 +02:00
X11: Fly Navigation shortcut fails using ¬ character on UK layout

@SimonThommes

  • What keyboard layout are you using?
  • (if possible), could you check if this works under Wayland?
Campbell Barton pushed to main at blender/blender 2024-10-01 02:58:42 +02:00
9f072ecefb Cleanup: remove unused exception values
58fe7c9b22 Cleanup: remove unused imports, exception values
4c36f9a566 Cleanup: simplify attribute access
0afce08c20 Cleanup: use Python format specifiers
6cbdf0223b Cleanup: defer imports on startup
Compare 7 commits »
Campbell Barton commented on pull request blender/blender#128224 2024-10-01 02:53:39 +02:00
Abandoned: Refactor join_triangles operator

I mean remove use of ELEM_TAG entirely.

The reason the current tagging is done as it is - allows bmesh operators to be combind, where their internal tags don't conflict with eachother, using…

Campbell Barton commented on pull request blender/blender#128224 2024-10-01 01:36:50 +02:00
Abandoned: Refactor join_triangles operator

The macro name isn't all that descriptive, suggest something like:

Campbell Barton commented on pull request blender/blender#128224 2024-10-01 01:36:48 +02:00
Abandoned: Refactor join_triangles operator

By convention, #ifndef NDEBUG is used instead of checking for _DEBUG.