Block a user
Python API: Add link/append pre/post handlers.
XXX
is more for warnings, this isn't something to resolve or fix, so it could beNOTE: cannot use ...
.
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.
Assert creating a new empty file
This points to an assert from 1dca5af712524ca48759d5114aa3bff629d9aab5, any ideas @mont29
Regression: assert creating a new empty file
38c30c5c43
Extensions: resolve test failing
08203a6048
Core: don't save an empty recent files (when no file exists)
a7ab81d927
PyAPI: remove use of BaseException
22cdf8da1e
Extensions: only apply SSL workaround for Python older than 3.12.6
WIP: PyAPI: remove use of BaseException
WIP: PyAPI: remove use of BaseException
Campbell Barton
created branch pr-no-base-exception in 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
WIP: UI: Use SVG Icons for Tools
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…
X11: Fly Navigation shortcut fails using
¬
character on UK layout
- What keyboard layout are you using?
- (if possible), could you check if this works under Wayland?
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
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…
Abandoned: Refactor join_triangles operator
The macro name isn't all that descriptive, suggest something like:
Abandoned: Refactor join_triangles operator
By convention, #ifndef NDEBUG
is used instead of checking for _DEBUG
.