Campbell Barton ideasman42
  • Australia
  • Joined on 2005-01-30
Campbell Barton pushed to main at blender/blender 2023-02-14 06:38:37 +01:00
09498264f6 Deps: build one at a time, each using all available cores on Linux
Campbell Barton pushed to main at blender/blender 2023-02-14 03:27:10 +01:00
46c34ba1f6 GNUmakefile: include install directory in 'make deps' message
Campbell Barton pushed to main at blender/blender 2023-02-14 03:20:34 +01:00
d02f863b18 Update RNA to User manual mappings
Campbell Barton pushed to main at blender/blender 2023-02-14 02:45:16 +01:00
d851c91856 PyDocs: update links in generated API docs for GITEA migration
Campbell Barton pushed to main at blender/blender 2023-02-14 02:28:34 +01:00
a6dcf6e6cb Cleanup: avoid redundant sqrt when picking reroute nodes
818c16ef1f Cleanup: pass a const argument to CustomData_get_elem_size
750e278fd1 Cleanup: line wrapping in USERPREF_PT_experimental_new_features
Compare 3 commits »
Campbell Barton pushed to main at blender/blender 2023-02-14 02:08:43 +01:00
85f8ba9db7 Cleanup: include missing header, sort CMake file lists
1ac80e8338 Cleanup: quiet unreachable-code warning, use ARRAY_SIZE macro
6dc88682ea License headers: add missing license identifier
Compare 3 commits »
Campbell Barton approved blender/blender#104418 2023-02-14 01:40:13 +01:00
Gizmo: press shift key to scale area lights uniformly

Accepting, but please update patch description before committing as this is no longer limited to area-lights.

Campbell Barton closed pull request blender/blender#104581 2023-02-14 00:53:42 +01:00
Docs: improve online manual lookup time time
Campbell Barton commented on pull request blender/blender#104581 2023-02-14 00:53:31 +01:00
Docs: improve online manual lookup time time

Thanks, committed 526f2273c6fc813ff4d1bb6066f445dfb9c88e05 with some expansion on code-comments.

Campbell Barton pushed to main at blender/blender 2023-02-14 00:34:58 +01:00
0fa34aa0ec Cleanup: spelling in comments, reference enum types in doc-strings
e928dd300b Cleanup: format
dc46465490 Cleanup: use typed enum (eDirEntry_SelectFlag) where appropriate
1d7bf4f826 BLI_utildefines: add ^= operator to ENUM_OPERATORS macro
526f2273c6 Docs: improve online manual lookup time time
Compare 5 commits »
Campbell Barton pushed to online-help-improve-time at erik85/blender 2023-02-13 10:51:28 +01:00
fb2e6d48e7 Update regex string and None check logic
55e66a13b1 Use regex to match fnmatch "special characters"
49163e0540 Online help: Improve docs search time
9f4ee75c9b Fix #80307: Underline shortcut not working in enum context menus
2e19aa1399 UI: add camera passepartout color to theme
Compare 18 commits »
Campbell Barton pushed to main at blender/blender 2023-02-12 06:36:52 +01:00
3f40962414 Cleanup: use sized int types for polyfill_2d
Campbell Barton pushed to main at blender/blender 2023-02-12 06:28:30 +01:00
32149f8d7a Tests: add polyfill2d test to ensure the result has no zero area tris
Campbell Barton pushed to main at blender/blender-dev-tools 2023-02-12 05:24:18 +01:00
d50df97812 Cleanup: use '#' prefix for issues
b82a09d830 Cleanup: remove unused imports & variables
750b0f9a2b Cleanup: use context manager for Popen (quiets pylint warning)
20ca64e4ac code_clean: fix incorrect check to exclude C files from C++ cleanups
Compare 4 commits »
Campbell Barton pushed to main at blender/blender 2023-02-12 04:57:57 +01:00
91346755ce Cleanup: use '#' prefix for issues instead of 'T'
Campbell Barton pushed to main at blender/blender 2023-02-12 04:27:33 +01:00
a02fa6c40d Cleanup: spelling in comments
10354b043f Fix crash selecting faces in wire-frame mode
Compare 2 commits »
Campbell Barton commented on pull request blender/blender#104581 2023-02-12 02:25:27 +01:00
Docs: improve online manual lookup time time

Avoid calling non_special.end() twice, either assign a variable or remove, as (not rna_id.startswith(pattern[:non_special.end()]))) on it's own works as expected without the need to check end() > 0.

Campbell Barton commented on pull request blender/blender#104581 2023-02-12 02:25:27 +01:00
Docs: improve online manual lookup time time

* should be escaped, suggest: r"^[^?\*\[]+" - with a comment for clarity.

Campbell Barton pushed to online-help-improve-time at erik85/blender 2023-02-12 02:16:31 +01:00
10a7bf6c01 Use regex to match fnmatch "special characters"
ecb8f18fa7 Online help: Improve docs search time
c7456272b1 Cleanup: EEVEE-Next: Add LIGHT_FOREACH macros to clang-format exceptions
77aa9e8809 Cleanup: GPU: Remove commented lines without any comments or purpose
d33960aead Cleanup: remove whole-archive linking for USD
Compare 15 commits »