[Bf-blender-cvs] [f086cf3cea9] master: Cleanup: remove redundant parenthesis

2023-02-06 Thread Campbell Barton
Commit: f086cf3cea9523a3bfe445b04d758961d6a4511e Author: Campbell Barton Date: Tue Feb 7 17:34:20 2023 +1100 Branches: master https://developer.blender.org/rBf086cf3cea9523a3bfe445b04d758961d6a4511e Cleanup: remove redundant parenthesis

[Bf-blender-cvs] [2609ca2b8e0] master: Cleanup: tweaks to cycles/metal preferences

2023-02-06 Thread Campbell Barton
Commit: 2609ca2b8e0a7c364c9b08c07320def46890055f Author: Campbell Barton Date: Tue Feb 7 17:24:13 2023 +1100 Branches: master https://developer.blender.org/rB2609ca2b8e0a7c364c9b08c07320def46890055f Cleanup: tweaks to cycles/metal preferences - Auto-format. - Use raw string for regex

[Bf-blender-cvs] [622cad70734] master: Cleanup: minor tweak to recent fix for T10438

2023-02-06 Thread Campbell Barton
Commit: 622cad7073482b100bee9e4cb725fad0b2fe13f3 Author: Campbell Barton Date: Tue Feb 7 16:11:02 2023 +1100 Branches: master https://developer.blender.org/rB622cad7073482b100bee9e4cb725fad0b2fe13f3 Cleanup: minor tweak to recent fix for T10438 Minor change to [0], prefer calling

[Bf-blender-cvs] [44daeaae7de] master: Cleanup: use arg instead of param for generated sphinx docs

2023-02-06 Thread Campbell Barton
Commit: 44daeaae7de7e80c7826a3853284a94de2583fda Author: Campbell Barton Date: Tue Feb 7 15:14:22 2023 +1100 Branches: master https://developer.blender.org/rB44daeaae7de7e80c7826a3853284a94de2583fda Cleanup: use arg instead of param for generated sphinx docs

[Bf-blender-cvs] [dbca0cc9d5c] master: Fix crash on exit under Wayland

2023-02-06 Thread Campbell Barton
Commit: dbca0cc9d5c8c87c12d2eba663aa22072379effc Author: Campbell Barton Date: Tue Feb 7 15:09:25 2023 +1100 Branches: master https://developer.blender.org/rBdbca0cc9d5c8c87c12d2eba663aa22072379effc Fix crash on exit under Wayland Order of free error from [0] caused the timer manager

[Bf-blender-cvs] [db8b5a2316d] master: PyDoc: remove deprecated dpi argument from BLF example

2023-02-06 Thread Campbell Barton
Commit: db8b5a2316d5dfe67edd8e08739901b7ea571ab6 Author: Campbell Barton Date: Tue Feb 7 15:10:59 2023 +1100 Branches: master https://developer.blender.org/rBdb8b5a2316d5dfe67edd8e08739901b7ea571ab6 PyDoc: remove deprecated dpi argument from BLF example

[Bf-blender-cvs] [af5706c9606] master: Docs: improve doc-string for WM_operator_flag_only_pass_through_on_press

2023-02-06 Thread Campbell Barton
Commit: af5706c9606970b2e0a577ee99a720e91c010bca Author: Campbell Barton Date: Tue Feb 7 14:18:59 2023 +1100 Branches: master https://developer.blender.org/rBaf5706c9606970b2e0a577ee99a720e91c010bca Docs: improve doc-string for WM_operator_flag_only_pass_through_on_press The doc-string didn't

[Bf-blender-cvs] [a99022e22dd] master: Cleanup: spelling in comments

2023-02-06 Thread Campbell Barton
Commit: a99022e22dd8876cec76aa3dd5b738efa48af9ec Author: Campbell Barton Date: Tue Feb 7 14:17:01 2023 +1100 Branches: master https://developer.blender.org/rBa99022e22dd8876cec76aa3dd5b738efa48af9ec Cleanup: spelling in comments

[Bf-blender-cvs] [d5af895419b] master: Fix missing matrix includes

2023-02-06 Thread Campbell Barton
Commit: d5af895419be354aee22d1459a3563741c65dc2e Author: Campbell Barton Date: Tue Feb 7 14:07:21 2023 +1100 Branches: master https://developer.blender.org/rBd5af895419be354aee22d1459a3563741c65dc2e Fix missing matrix includes

[Bf-blender-cvs] [2627635ff3a] master: Cleanup: use nullptr in C++

2023-02-05 Thread Campbell Barton
Commit: 2627635ff3aeb790f3d653f1a52c652066764bda Author: Campbell Barton Date: Mon Feb 6 12:46:53 2023 +1100 Branches: master https://developer.blender.org/rB2627635ff3aeb790f3d653f1a52c652066764bda Cleanup: use nullptr in C

[Bf-blender-cvs] [9f5c17f4af6] master: Cleanup: comments in code

2023-02-05 Thread Campbell Barton
Commit: 9f5c17f4af6ea54385c40f62e0337c13fc4680a5 Author: Campbell Barton Date: Mon Feb 6 12:23:01 2023 +1100 Branches: master https://developer.blender.org/rB9f5c17f4af6ea54385c40f62e0337c13fc4680a5 Cleanup: comments in code

[Bf-blender-cvs] [d6b6050e5b8] master: Cleanup: use function style casts in C++

2023-02-05 Thread Campbell Barton
Commit: d6b6050e5b8a9e2534edd9ae8963a85a26164bc7 Author: Campbell Barton Date: Mon Feb 6 12:35:51 2023 +1100 Branches: master https://developer.blender.org/rBd6b6050e5b8a9e2534edd9ae8963a85a26164bc7 Cleanup: use function style casts in C

[Bf-blender-cvs] [4fcc9f5e7e3] master: Cleanup: use back-slash doxygen commands, de-duplicate doc-string

2023-02-05 Thread Campbell Barton
Commit: 4fcc9f5e7e3039485f81345b1d376593e4f0967d Author: Campbell Barton Date: Mon Feb 6 12:18:30 2023 +1100 Branches: master https://developer.blender.org/rB4fcc9f5e7e3039485f81345b1d376593e4f0967d Cleanup: use back-slash doxygen commands, de-duplicate doc-string

[Bf-blender-cvs] [731c3efd97b] master: Cleanup: format

2023-02-05 Thread Campbell Barton
Commit: 731c3efd97bd84f3cda4d8bb3e0dea58b12951e7 Author: Campbell Barton Date: Mon Feb 6 12:32:45 2023 +1100 Branches: master https://developer.blender.org/rB731c3efd97bd84f3cda4d8bb3e0dea58b12951e7 Cleanup: format === M

[Bf-blender-cvs] [7de1a4d1d81] master: Fix GHOST/Wayland thread-unsafe timer-manager manipulation

2023-02-05 Thread Campbell Barton
Commit: 7de1a4d1d81ffd4cd2e75d911426edc847267244 Author: Campbell Barton Date: Mon Feb 6 11:38:04 2023 +1100 Branches: master https://developer.blender.org/rB7de1a4d1d81ffd4cd2e75d911426edc847267244 Fix GHOST/Wayland thread-unsafe timer-manager manipulation Mutex locks for manipulating

[Bf-blender-cvs] [d3949a4fdb1] master: Fix GHOST/Wayland thread-unsafe key-repeat timer checks

2023-02-05 Thread Campbell Barton
Commit: d3949a4fdb1c4ebc67e6ebd3af5792a3c2a51044 Author: Campbell Barton Date: Mon Feb 6 11:09:29 2023 +1100 Branches: master https://developer.blender.org/rBd3949a4fdb1c4ebc67e6ebd3af5792a3c2a51044 Fix GHOST/Wayland thread-unsafe key-repeat timer checks Resolve a thread safety issue reported

[Bf-blender-cvs] [a97607dcfa2] master: Cleanup: use typed enum for the handler flag in wm_event_system

2023-02-05 Thread Campbell Barton
Commit: a97607dcfa25149c70972ad868fbc1eee9f88b9a Author: Campbell Barton Date: Sun Feb 5 21:21:04 2023 +1100 Branches: master https://developer.blender.org/rBa97607dcfa25149c70972ad868fbc1eee9f88b9a Cleanup: use typed enum for the handler flag in wm_event_system

[Bf-blender-cvs] [b7034e7280f] master: Cleanup: use boolean instead of int, use const arguments, variable

2023-02-05 Thread Campbell Barton
Commit: b7034e7280f510d3d50531c35917d74491db9c02 Author: Campbell Barton Date: Sun Feb 5 21:26:45 2023 +1100 Branches: master https://developer.blender.org/rBb7034e7280f510d3d50531c35917d74491db9c02 Cleanup: use boolean instead of int, use const arguments, variable

[Bf-blender-cvs] [f1314f3d5b4] master: Cleanup: make WM_HANDLER_* action flags local to wm_event_system

2023-02-05 Thread Campbell Barton
Commit: f1314f3d5b4bdc11fc4ce52f1585413d051533eb Author: Campbell Barton Date: Sun Feb 5 21:10:01 2023 +1100 Branches: master https://developer.blender.org/rBf1314f3d5b4bdc11fc4ce52f1585413d051533eb Cleanup: make WM_HANDLER_* action flags local to wm_event_system

[Bf-blender-cvs] [d6cd7d1138b] master: WM: correct the return flag from wm_handler_fileselect_do

2023-02-05 Thread Campbell Barton
Commit: d6cd7d1138bbddfe9a9d8e39295163023ac861a4 Author: Campbell Barton Date: Sun Feb 5 21:03:19 2023 +1100 Branches: master https://developer.blender.org/rBd6cd7d1138bbddfe9a9d8e39295163023ac861a4 WM: correct the return flag from wm_handler_fileselect_do In the unlikely case an area could

[Bf-blender-cvs] [2fb0c20f531] master: Cleanup: remove unreachable return values

2023-02-03 Thread Campbell Barton
Commit: 2fb0c20f5315e5819b7d50eb0e37586b87c895fd Author: Campbell Barton Date: Fri Feb 3 20:02:25 2023 +1100 Branches: master https://developer.blender.org/rB2fb0c20f5315e5819b7d50eb0e37586b87c895fd Cleanup: remove unreachable return values

[Bf-blender-cvs] [11d8965da10] master: Cleanup: quiet undeclared variable warning

2023-02-02 Thread Campbell Barton
Commit: 11d8965da1030f9f18e1c80f74bed9cacf0f3c1a Author: Campbell Barton Date: Fri Feb 3 15:10:58 2023 +1100 Branches: master https://developer.blender.org/rB11d8965da1030f9f18e1c80f74bed9cacf0f3c1a Cleanup: quiet undeclared variable warning

[Bf-blender-cvs] [c468aeefb5b] master: PyAPI: updates to bl_ui.generic_ui_list which didn't follow conventions

2023-02-02 Thread Campbell Barton
Commit: c468aeefb5b17b43f12e0bb69b60641721033e8a Author: Campbell Barton Date: Fri Feb 3 14:52:16 2023 +1100 Branches: master https://developer.blender.org/rBc468aeefb5b17b43f12e0bb69b60641721033e8a PyAPI: updates to bl_ui.generic_ui_list which didn't follow conventions - Replace type

[Bf-blender-cvs] [266d8de6876] master: Cleanup: spelling in comments

2023-02-02 Thread Campbell Barton
Commit: 266d8de6876cd1f2ae4624aedaacee93024e33f4 Author: Campbell Barton Date: Fri Feb 3 12:41:01 2023 +1100 Branches: master https://developer.blender.org/rB266d8de6876cd1f2ae4624aedaacee93024e33f4 Cleanup: spelling in comments

[Bf-blender-cvs] [96ea0dd458b] master: Cleanup: spelling in comments

2023-02-01 Thread Campbell Barton
Commit: 96ea0dd458b2c2a4cf33a919f8933748979a7354 Author: Campbell Barton Date: Thu Feb 2 13:59:21 2023 +1100 Branches: master https://developer.blender.org/rB96ea0dd458b2c2a4cf33a919f8933748979a7354 Cleanup: spelling in comments

[Bf-blender-cvs] [31a64002798] master: Fix error referencing transition context which doesn't exist

2023-02-01 Thread Campbell Barton
Commit: 31a640027982614758ad1af5e77e766f1e4e6e9f Author: Campbell Barton Date: Thu Feb 2 13:33:08 2023 +1100 Branches: master https://developer.blender.org/rB31a640027982614758ad1af5e77e766f1e4e6e9f Fix error referencing transition context which doesn't exist Regression in [0] added reference

[Bf-blender-cvs] [e515f81318b] master: Cleanup: move swapping objects in a collection to a utility function

2023-01-31 Thread Campbell Barton
Commit: e515f81318b14646d321fcad35ecfec5e070edb2 Author: Campbell Barton Date: Wed Feb 1 14:18:32 2023 +1100 Branches: master https://developer.blender.org/rBe515f81318b14646d321fcad35ecfec5e070edb2 Cleanup: move swapping objects in a collection to a utility function Including this logic

[Bf-blender-cvs] [57efef26359] master: Fix generating geometry icons for meshes without vertex colors

2023-01-30 Thread Campbell Barton
Commit: 57efef2635910de33bd6844e57fce22028985c84 Author: Campbell Barton Date: Tue Jan 31 16:45:33 2023 +1100 Branches: master https://developer.blender.org/rB57efef2635910de33bd6844e57fce22028985c84 Fix generating geometry icons for meshes without vertex colors

[Bf-blender-cvs] [79c82fc1c58] master: Cleanup: trailing space

2023-01-30 Thread Campbell Barton
Commit: 79c82fc1c581b81eba9d5acc6a57ea970bfcab5a Author: Campbell Barton Date: Tue Jan 31 15:49:04 2023 +1100 Branches: master https://developer.blender.org/rB79c82fc1c581b81eba9d5acc6a57ea970bfcab5a Cleanup: trailing space === M

[Bf-blender-cvs] [27b4916b1a9] master: Cleanup: spelling in comments

2023-01-30 Thread Campbell Barton
Commit: 27b4916b1a903f4d6322cb0f7dfcc9f189bbc9b5 Author: Campbell Barton Date: Tue Jan 31 14:22:22 2023 +1100 Branches: master https://developer.blender.org/rB27b4916b1a903f4d6322cb0f7dfcc9f189bbc9b5 Cleanup: spelling in comments Also minor changes in comments: - Reference BLENDER_HISTORY_FILE

[Bf-blender-cvs] [b18b53eae00] master: CMake: add missing headers

2023-01-30 Thread Campbell Barton
Commit: b18b53eae00d3069751ad3c23df15a1a8d3396a1 Author: Campbell Barton Date: Tue Jan 31 14:22:26 2023 +1100 Branches: master https://developer.blender.org/rBb18b53eae00d3069751ad3c23df15a1a8d3396a1 CMake: add missing headers

[Bf-blender-cvs] [4f1800d70aa] master: Docs: note that delimiting by winding could be supported

2023-01-30 Thread Campbell Barton
Commit: 4f1800d70aa256c0af8f6cbca305ed986b4c40ab Author: Campbell Barton Date: Tue Jan 31 14:22:25 2023 +1100 Branches: master https://developer.blender.org/rB4f1800d70aa256c0af8f6cbca305ed986b4c40ab Docs: note that delimiting by winding could be supported Some users requested this behavior

[Bf-blender-cvs] [6c8c8c20c73] master: Cleanup: quiet mypy type checking warnings

2023-01-30 Thread Campbell Barton
Commit: 6c8c8c20c73877caa7a5327025adea465f25b57a Author: Campbell Barton Date: Tue Jan 31 14:22:24 2023 +1100 Branches: master https://developer.blender.org/rB6c8c8c20c73877caa7a5327025adea465f25b57a Cleanup: quiet mypy type checking warnings

[Bf-blender-cvs] [fe5c3a0ab38] master: GNUmakefile: add convenience target 'check_wiki_file_structure'

2023-01-27 Thread Campbell Barton
Commit: fe5c3a0ab382fd0f3f980ce9bcfcf4c42a185602 Author: Campbell Barton Date: Sat Jan 28 16:41:12 2023 +1100 Branches: master https://developer.blender.org/rBfe5c3a0ab382fd0f3f980ce9bcfcf4c42a185602 GNUmakefile: add convenience target 'check_wiki_file_structure' This target ensures https

[Bf-blender-cvs] [564673b8ea2] master: Fix T71137: curve minimum twist producing wrong geometry

2023-01-25 Thread Campbell Barton
Commit: 564673b8ea2860cc0d0b3a0f673a315693d3f5eb Author: Campbell Barton Date: Thu Jan 26 16:05:21 2023 +1100 Branches: master https://developer.blender.org/rB564673b8ea2860cc0d0b3a0f673a315693d3f5eb Fix T71137: curve minimum twist producing wrong geometry Only one point should be used

[Bf-blender-cvs] [c1beaea80f9] master: Fix T103587: Redo panel doesn't appear for spin operator

2023-01-25 Thread Campbell Barton
Commit: c1beaea80f97026442a2b81e51ea80ce9dfc492d Author: Campbell Barton Date: Thu Jan 26 11:01:32 2023 +1100 Branches: master https://developer.blender.org/rBc1beaea80f97026442a2b81e51ea80ce9dfc492d Fix T103587: Redo panel doesn't appear for spin operator Regression in [0] which cleared

[Bf-blender-cvs] [72c012ab4a3] master: Python: enable user site-packages without --python-use-system-env

2023-01-24 Thread Campbell Barton
Commit: 72c012ab4a3d2a7f7f59334f4912402338c82e3c Author: Campbell Barton Date: Wed Jan 25 12:41:59 2023 +1100 Branches: master https://developer.blender.org/rB72c012ab4a3d2a7f7f59334f4912402338c82e3c Python: enable user site-packages without --python-use-system-env User site-packages were

[Bf-blender-cvs] [7416021bf72] master: Command Line Arguments: all errors now print to the stderr

2023-01-24 Thread Campbell Barton
Commit: 7416021bf720f6f8a16a044e11be69d17e1680de Author: Campbell Barton Date: Wed Jan 25 12:20:48 2023 +1100 Branches: master https://developer.blender.org/rB7416021bf720f6f8a16a044e11be69d17e1680de Command Line Arguments: all errors now print to the stderr This was done by some callbacks

[Bf-blender-cvs] [6c310acccc5] master: help now includes a GPU section & improve --gpu-backend error

2023-01-24 Thread Campbell Barton
Commit: 6c310a557fbe50503abe1366bfa1ba080847 Author: Campbell Barton Date: Wed Jan 25 11:56:04 2023 +1100 Branches: master https://developer.blender.org/rB6c310a557fbe50503abe1366bfa1ba080847 help now includes a GPU section & improve --gpu-backend error - Include available GPU back

[Bf-blender-cvs] [821dee6de42] master: CMake: de-duplicate option(..) for platform specific defaults

2023-01-24 Thread Campbell Barton
Commit: 821dee6de42e5586847b993a2f0bd5ffdac508b5 Author: Campbell Barton Date: Wed Jan 25 11:53:50 2023 +1100 Branches: master https://developer.blender.org/rB821dee6de42e5586847b993a2f0bd5ffdac508b5 CMake: de-duplicate option(..) for platform specific defaults Use a variable for the default

[Bf-blender-cvs] [adcb0edca0e] master: Cleanup: clang-tidy, replace defines with enum, redundant parenthesis

2023-01-24 Thread Campbell Barton
Commit: adcb0edca0e25002981faa3db17e65f7f3dfa2a6 Author: Campbell Barton Date: Wed Jan 25 11:51:21 2023 +1100 Branches: master https://developer.blender.org/rBadcb0edca0e25002981faa3db17e65f7f3dfa2a6 Cleanup: clang-tidy, replace defines with enum, redundant parenthesis

[Bf-blender-cvs] [9c71f5807ff] master: Cleanup: remove unused argument, warnings

2023-01-24 Thread Campbell Barton
Commit: 9c71f5807ff0542c347b0c0d31da1c58ac32ea42 Author: Campbell Barton Date: Wed Jan 25 11:03:17 2023 +1100 Branches: master https://developer.blender.org/rB9c71f5807ff0542c347b0c0d31da1c58ac32ea42 Cleanup: remove unused argument, warnings

[Bf-blender-cvs] [0c2b2cdb78c] master: BLI_filelist: minor changes to bli_builddir behavior

2023-01-24 Thread Campbell Barton
Commit: 0c2b2cdb78c4a03386b36ab69491fa4f0cd22993 Author: Campbell Barton Date: Wed Jan 25 10:48:59 2023 +1100 Branches: master https://developer.blender.org/rB0c2b2cdb78c4a03386b36ab69491fa4f0cd22993 BLI_filelist: minor changes to bli_builddir behavior - Don't call exit() when memory

[Bf-blender-cvs] [d3967ce27c0] master: Cleanup: use early return in bli_builddir, reduce right shift

2023-01-24 Thread Campbell Barton
Commit: d3967ce27c04b0e49a2c5daaa605c543b87266f3 Author: Campbell Barton Date: Wed Jan 25 10:48:56 2023 +1100 Branches: master https://developer.blender.org/rBd3967ce27c04b0e49a2c5daaa605c543b87266f3 Cleanup: use early return in bli_builddir, reduce right shift

[Bf-blender-cvs] [b51034b9cad] master: Asset system: use native slash for AssetLibraryIndex.indices_base_path

2023-01-24 Thread Campbell Barton
Commit: b51034b9cad3dc148b7377180c81a3350651c04a Author: Campbell Barton Date: Wed Jan 25 09:53:38 2023 +1100 Branches: master https://developer.blender.org/rBb51034b9cad3dc148b7377180c81a3350651c04a Asset system: use native slash for AssetLibraryIndex.indices_base_path When constructing run

[Bf-blender-cvs] [d446809f964] master: Cleanup: remove unused argument

2023-01-24 Thread Campbell Barton
Commit: d446809f964291d54c5311f5f8720f00cb6df27b Author: Campbell Barton Date: Wed Jan 25 09:53:35 2023 +1100 Branches: master https://developer.blender.org/rBd446809f964291d54c5311f5f8720f00cb6df27b Cleanup: remove unused argument

[Bf-blender-cvs] [b8cb962fb2e] master: Cleanup: perform string join & allocation in a single step

2023-01-24 Thread Campbell Barton
Commit: b8cb962fb2ea902d3c50a37f18ff7477ec04f071 Author: Campbell Barton Date: Wed Jan 25 09:53:36 2023 +1100 Branches: master https://developer.blender.org/rBb8cb962fb2ea902d3c50a37f18ff7477ec04f071 Cleanup: perform string join & allocation in a single

[Bf-blender-cvs] [246485b213f] master: BLI_path: make BLI_path_slash_is_native_compat into a public function

2023-01-24 Thread Campbell Barton
Commit: 246485b213fa5cdab17f2dd4f9b307070080df0c Author: Campbell Barton Date: Wed Jan 25 00:21:11 2023 +1100 Branches: master https://developer.blender.org/rB246485b213fa5cdab17f2dd4f9b307070080df0c BLI_path: make BLI_path_slash_is_native_compat into a public function

[Bf-blender-cvs] [4815d0706fb] master: Fix T103385: Asset Browser Thumbnails take long time to load

2023-01-24 Thread Campbell Barton
Commit: 4815d0706fb57d6e4f897dbb4e9aba9d2323cdce Author: Campbell Barton Date: Wed Jan 25 00:21:13 2023 +1100 Branches: master https://developer.blender.org/rB4815d0706fb57d6e4f897dbb4e9aba9d2323cdce Fix T103385: Asset Browser Thumbnails take long time to load Regression in [0] caused

[Bf-blender-cvs] [36a82314a0f] master: Fix T71137: curve minimum twist producing wrong geometry

2023-01-23 Thread Campbell Barton
Commit: 36a82314a0f5de65b54f6d8343a2899ed4e37010 Author: Campbell Barton Date: Tue Jan 24 16:28:22 2023 +1100 Branches: master https://developer.blender.org/rB36a82314a0f5de65b54f6d8343a2899ed4e37010 Fix T71137: curve minimum twist producing wrong geometry Only one point should be used

[Bf-blender-cvs] [6279042d215] master: Cleanup: use const, doc-string for BevList.poly & rename args

2023-01-23 Thread Campbell Barton
Commit: 6279042d215eaf4b5b2b09df1224349980f48b21 Author: Campbell Barton Date: Tue Jan 24 16:38:04 2023 +1100 Branches: master https://developer.blender.org/rB6279042d215eaf4b5b2b09df1224349980f48b21 Cleanup: use const, doc-string for BevList.poly & rename args It wasn't c

[Bf-blender-cvs] [67c48314baa] master: Revert "Fix T71137: curve minimum twist producing wrong geometry"

2023-01-23 Thread Campbell Barton
Commit: 67c48314baa54011464de979b25126afcd28dec2 Author: Campbell Barton Date: Tue Jan 24 15:33:47 2023 +1100 Branches: master https://developer.blender.org/rB67c48314baa54011464de979b25126afcd28dec2 Revert "Fix T71137: curve minimum twist producing wrong geometry" This reve

[Bf-blender-cvs] [f5c081dafc7] master: Fix T104033: UV edges not selecting when selecting faces

2023-01-23 Thread Campbell Barton
Commit: f5c081dafc79041dab7985a66f4546a30149121b Author: Campbell Barton Date: Mon Jan 23 20:23:55 2023 +1100 Branches: master https://developer.blender.org/rBf5c081dafc79041dab7985a66f4546a30149121b Fix T104033: UV edges not selecting when selecting faces Regression in [0] replaced edge

[Bf-blender-cvs] [64dbfe714bb] master: Fix T99963: Fallback actions are used in RCS on left click

2023-01-22 Thread Campbell Barton
Commit: 64dbfe714bbae4b4dc0ee2b179243fe1a821d89d Author: Campbell Barton Date: Mon Jan 23 17:31:47 2023 +1100 Branches: master https://developer.blender.org/rB64dbfe714bbae4b4dc0ee2b179243fe1a821d89d Fix T99963: Fallback actions are used in RCS on left click The right mouse-select action

[Bf-blender-cvs] [eca4b991d8b] master: Cleanup: use function style casts

2023-01-22 Thread Campbell Barton
Commit: eca4b991d8b57f721827d76d78073fb5017df61f Author: Campbell Barton Date: Mon Jan 23 17:31:46 2023 +1100 Branches: master https://developer.blender.org/rBeca4b991d8b57f721827d76d78073fb5017df61f Cleanup: use function style casts

[Bf-blender-cvs] [ab0be6ec248] master: Cleanup: quiet clang warnings

2023-01-22 Thread Campbell Barton
Commit: ab0be6ec2482da9c6495c4d8af992d01c44a2fbd Author: Campbell Barton Date: Mon Jan 23 17:31:44 2023 +1100 Branches: master https://developer.blender.org/rBab0be6ec2482da9c6495c4d8af992d01c44a2fbd Cleanup: quiet clang warnings

[Bf-blender-cvs] [537db96fb7e] master: GHOST/NDOF: don't send button events when there is no active window

2023-01-22 Thread Campbell Barton
Commit: 537db96fb7e35c3dbc731df3546a842f7ec606a4 Author: Campbell Barton Date: Sun Jan 22 21:06:10 2023 +1100 Branches: master https://developer.blender.org/rB537db96fb7e35c3dbc731df3546a842f7ec606a4 GHOST/NDOF: don't send button events when there is no active window NDOF events without

[Bf-blender-cvs] [4fcbfcfc96c] master: Cleanup: GCC compiler warning

2023-01-22 Thread Campbell Barton
Commit: 4fcbfcfc96c0a3fe0a12eadcdfc56525e51eec2a Author: Campbell Barton Date: Sun Jan 22 20:48:16 2023 +1100 Branches: master https://developer.blender.org/rB4fcbfcfc96c0a3fe0a12eadcdfc56525e51eec2a Cleanup: GCC compiler warning

[Bf-blender-cvs] [00ac2ddca23] master: Fix T103722: Stuck modifiers for wheel events over unfocused windows

2023-01-22 Thread Campbell Barton
Commit: 00ac2ddca23ee7391da775563edb5685ccbf6a33 Author: Campbell Barton Date: Sun Jan 22 20:48:17 2023 +1100 Branches: master https://developer.blender.org/rB00ac2ddca23ee7391da775563edb5685ccbf6a33 Fix T103722: Stuck modifiers for wheel events over unfocused windows Regression in [0] caused

[Bf-blender-cvs] [65f68ee023e] master: Cleanup: compiler warnings

2023-01-21 Thread Campbell Barton
Commit: 65f68ee023ea344783050a2b36788ee18cccdf8a Author: Campbell Barton Date: Sat Jan 21 23:09:20 2023 +1100 Branches: master https://developer.blender.org/rB65f68ee023ea344783050a2b36788ee18cccdf8a Cleanup: compiler warnings

[Bf-blender-cvs] [cbd15d387f8] master: GHOST/Wayland: don't send activate/deactivate on pointer enter/leave

2023-01-21 Thread Campbell Barton
Commit: cbd15d387f8418d85048a3051e64e510a18d10a9 Author: Campbell Barton Date: Sat Jan 21 23:09:22 2023 +1100 Branches: master https://developer.blender.org/rBcbd15d387f8418d85048a3051e64e510a18d10a9 GHOST/Wayland: don't send activate/deactivate on pointer enter/leave This isn't correct

[Bf-blender-cvs] [5218391701b] master: Fix assertion in UV path select

2023-01-20 Thread Campbell Barton
Commit: 5218391701b7a49f24c93078994aa44d82e1c1c2 Author: Campbell Barton Date: Fri Jan 20 22:29:07 2023 +1100 Branches: master https://developer.blender.org/rB5218391701b7a49f24c93078994aa44d82e1c1c2 Fix assertion in UV path select Existing path selection & new path picking included wit

[Bf-blender-cvs] [453e47eb423] master: Cleanup: suppress clang-tidy warning

2023-01-20 Thread Campbell Barton
Commit: 453e47eb423306af5f6929ad79e7e6d17c7c656d Author: Campbell Barton Date: Fri Jan 20 22:30:25 2023 +1100 Branches: master https://developer.blender.org/rB453e47eb423306af5f6929ad79e7e6d17c7c656d Cleanup: suppress clang-tidy warning

[Bf-blender-cvs] [721bd5e6cf2] master: Fix invalid swapBuffer calls & outdated window decorations on Wayland

2023-01-19 Thread Campbell Barton
Commit: 721bd5e6cf2328230ae9f7104e5380f21b5e9e7f Author: Campbell Barton Date: Fri Jan 20 17:58:02 2023 +1100 Branches: master https://developer.blender.org/rB721bd5e6cf2328230ae9f7104e5380f21b5e9e7f Fix invalid swapBuffer calls & outdated window decorations on Wayland Swap-buffers was b

[Bf-blender-cvs] [844cca99843] master: Cleanup: spelling in comments

2023-01-19 Thread Campbell Barton
Commit: 844cca998435b5e37b2d9c607c24efc21929d8e0 Author: Campbell Barton Date: Fri Jan 20 15:19:32 2023 +1100 Branches: master https://developer.blender.org/rB844cca998435b5e37b2d9c607c24efc21929d8e0 Cleanup: spelling in comments

[Bf-blender-cvs] [1e8cc72f85f] master: Cleanup: corrections, clarification to do comments

2023-01-19 Thread Campbell Barton
Commit: 1e8cc72f85f0c759696176011ce13f0e7475d0a4 Author: Campbell Barton Date: Fri Jan 20 15:20:02 2023 +1100 Branches: master https://developer.blender.org/rB1e8cc72f85f0c759696176011ce13f0e7475d0a4 Cleanup: corrections, clarification to do comments

[Bf-blender-cvs] [06c836c9114] master: WM: rename safe areas preset add operator

2023-01-19 Thread Campbell Barton
Commit: 06c836c9114ed2a19de750aeedfc3623f14a961d Author: Campbell Barton Date: Fri Jan 20 14:42:51 2023 +1100 Branches: master https://developer.blender.org/rB06c836c9114ed2a19de750aeedfc3623f14a961d WM: rename safe areas preset add operator The name SAFE_AREAS_OT_preset_add lead to "

[Bf-blender-cvs] [b73814c65cb] master: Cleanup: use function style casts for C++

2023-01-19 Thread Campbell Barton
Commit: b73814c65cbe8fef6ef5f8ae16d4d1fd4ecbcf20 Author: Campbell Barton Date: Fri Jan 20 13:22:00 2023 +1100 Branches: master https://developer.blender.org/rBb73814c65cbe8fef6ef5f8ae16d4d1fd4ecbcf20 Cleanup: use function style casts for C

[Bf-blender-cvs] [d0010d48c7f] master: Cleanup: add ED_uvedit_get_aspect_y utility function

2023-01-19 Thread Campbell Barton
Commit: d0010d48c7f4edff2fdc0591d71c832c9d546964 Author: Campbell Barton Date: Fri Jan 20 13:12:28 2023 +1100 Branches: master https://developer.blender.org/rBd0010d48c7f4edff2fdc0591d71c832c9d546964 Cleanup: add ED_uvedit_get_aspect_y utility function This avoids having to perform the aspect

[Bf-blender-cvs] [a0706d6cf00] master: Fix T102680: UV Pick shortest Path wrong for multi-object editing

2023-01-19 Thread Campbell Barton
Commit: a0706d6cf813568c05ebae1dfabf9c721002 Author: Campbell Barton Date: Fri Jan 20 12:51:50 2023 +1100 Branches: master https://developer.blender.org/rBa0706d6cf813568c05ebae1dfabf9c721002 Fix T102680: UV Pick shortest Path wrong for multi-object editing Path selection support from

[Bf-blender-cvs] [92734d868b1] master: PyDoc: resolve bpy.types & bpy.ops expanding sub-modules inline

2023-01-19 Thread Campbell Barton
Commit: 92734d868b1b046298bbcbdca4ab2039ec922e63 Author: Campbell Barton Date: Fri Jan 20 13:50:15 2023 +1100 Branches: master https://developer.blender.org/rB92734d868b1b046298bbcbdca4ab2039ec922e63 PyDoc: resolve bpy.types & bpy.ops expanding sub-modules inline The bpy.types

[Bf-blender-cvs] [ebb519652ce] master: Object: add functionality to access the object as an index for operators

2023-01-19 Thread Campbell Barton
Commit: ebb519652cecad93867f13c4c21bd8ef58f15909 Author: Campbell Barton Date: Fri Jan 20 12:46:06 2023 +1100 Branches: master https://developer.blender.org/rBebb519652cecad93867f13c4c21bd8ef58f15909 Object: add functionality to access the object as an index for operators Add

[Bf-blender-cvs] [2907227db2c] master: Fix T103880: Crash with Line Art Grease-Pencil modifier

2023-01-19 Thread Campbell Barton
Commit: 2907227db2c91a55d9b55f5d06e82f0547200bb9 Author: Campbell Barton Date: Thu Jan 19 20:33:44 2023 +1100 Branches: master https://developer.blender.org/rB2907227db2c91a55d9b55f5d06e82f0547200bb9 Fix T103880: Crash with Line Art Grease-Pencil modifier The line art modifier added

[Bf-blender-cvs] [66dee44088e] master: CMake: quiet references to undeclared variable warnings

2023-01-18 Thread Campbell Barton
Commit: 66dee44088e9d46cffb4731faf1e76fda3396b10 Author: Campbell Barton Date: Thu Jan 19 17:07:23 2023 +1100 Branches: master https://developer.blender.org/rB66dee44088e9d46cffb4731faf1e76fda3396b10 CMake: quiet references to undeclared variable warnings These warnings can reveal errors

[Bf-blender-cvs] [66595e29e21] master: Cleanup: remove/comment unused code, simplify casts

2023-01-18 Thread Campbell Barton
Commit: 66595e29e21b1c8b4397b8deaa91b07b5e1d9810 Author: Campbell Barton Date: Thu Jan 19 17:07:29 2023 +1100 Branches: master https://developer.blender.org/rB66595e29e21b1c8b4397b8deaa91b07b5e1d9810 Cleanup: remove/comment unused code, simplify casts Remove simple counters where they aren't

[Bf-blender-cvs] [bc502f3b190] master: CMake: add WITH_LIBS_PRECOMPILED option (UNIX only)

2023-01-18 Thread Campbell Barton
Commit: bc502f3b19099a97748cf6f91f2e213915d613c0 Author: Campbell Barton Date: Thu Jan 19 17:07:24 2023 +1100 Branches: master https://developer.blender.org/rBbc502f3b19099a97748cf6f91f2e213915d613c0 CMake: add WITH_LIBS_PRECOMPILED option (UNIX only) This makes it convenient to build blender

[Bf-blender-cvs] [c2120b8c4f3] master: CMake: suppress missing-variable-declarations warnings with Clang

2023-01-18 Thread Campbell Barton
Commit: c2120b8c4f31988ea4b7ff3235da12bba644f1fb Author: Campbell Barton Date: Thu Jan 19 17:07:19 2023 +1100 Branches: master https://developer.blender.org/rBc2120b8c4f31988ea4b7ff3235da12bba644f1fb CMake: suppress missing-variable-declarations warnings with Clang Code generated by wayland

[Bf-blender-cvs] [8b7d2d8eb20] master: CMake: use BULLET_LIBRARIES for both extern_bullet and system libraries

2023-01-18 Thread Campbell Barton
Commit: 8b7d2d8eb2055ffe26ec242524788706b0817a4c Author: Campbell Barton Date: Thu Jan 19 17:07:21 2023 +1100 Branches: master https://developer.blender.org/rB8b7d2d8eb2055ffe26ec242524788706b0817a4c CMake: use BULLET_LIBRARIES for both extern_bullet and system libraries There was no need

[Bf-blender-cvs] [9676dce3171] master: Cleanup: CMake indentation

2023-01-18 Thread Campbell Barton
Commit: 9676dce3171eb57a0f27512a07f09766959bb656 Author: Campbell Barton Date: Thu Jan 19 17:07:17 2023 +1100 Branches: master https://developer.blender.org/rB9676dce3171eb57a0f27512a07f09766959bb656 Cleanup: CMake indentation

[Bf-blender-cvs] [978a7459f12] master: CMake: support multi-line strings for the help_features target

2023-01-18 Thread Campbell Barton
Commit: 978a7459f121c2a1491687ccc83b0caddc7d6d1f Author: Campbell Barton Date: Thu Jan 19 17:07:20 2023 +1100 Branches: master https://developer.blender.org/rB978a7459f121c2a1491687ccc83b0caddc7d6d1f CMake: support multi-line strings for the help_features target

[Bf-blender-cvs] [60d9de767db] master: Cleanup: remove redundant forward declarations for structs

2023-01-17 Thread Campbell Barton
Commit: 60d9de767db6f14b274fd2ecf5462097bd119b49 Author: Campbell Barton Date: Wed Jan 18 18:41:13 2023 +1100 Branches: master https://developer.blender.org/rB60d9de767db6f14b274fd2ecf5462097bd119b49 Cleanup: remove redundant forward declarations for structs

[Bf-blender-cvs] [ca3e19f4c52] master: Fixes for 'make check_pep8' target

2023-01-17 Thread Campbell Barton
Commit: ca3e19f4c529fd2389f5da56ab039163778ec1e1 Author: Campbell Barton Date: Wed Jan 18 18:27:49 2023 +1100 Branches: master https://developer.blender.org/rBca3e19f4c529fd2389f5da56ab039163778ec1e1 Fixes for 'make check_pep8' target - Skip files in dirs starting with '.' (`.git` was being

[Bf-blender-cvs] [9e5e2aa775a] master: Cleanup: rename Mesh/Curve/MetaBall loc/size/texflag

2023-01-17 Thread Campbell Barton
Commit: 9e5e2aa775a9d7082ee2a1da8468cd5f46760caa Author: Campbell Barton Date: Wed Jan 18 17:17:32 2023 +1100 Branches: master https://developer.blender.org/rB9e5e2aa775a9d7082ee2a1da8468cd5f46760caa Cleanup: rename Mesh/Curve/MetaBall loc/size/texflag Struct members loc/size were misleading

[Bf-blender-cvs] [07af7e22666] master: Cleanup: remove unused MetaBalle.disp & rot

2023-01-17 Thread Campbell Barton
Commit: 07af7e2266676f2493b593d0c69e8668571dd0cf Author: Campbell Barton Date: Wed Jan 18 17:17:31 2023 +1100 Branches: master https://developer.blender.org/rB07af7e2266676f2493b593d0c69e8668571dd0cf Cleanup: remove unused MetaBalle.disp &

[Bf-blender-cvs] [988bc3dddf7] master: Cleanup: keep dna_rename_defs sorted

2023-01-17 Thread Campbell Barton
Commit: 988bc3dddf741ee95d154e0049eb96fb48006c12 Author: Campbell Barton Date: Wed Jan 18 17:17:29 2023 +1100 Branches: master https://developer.blender.org/rB988bc3dddf741ee95d154e0049eb96fb48006c12 Cleanup: keep dna_rename_defs sorted

[Bf-blender-cvs] [1c470dbd721] master: Cleanup: replace BLI_findptr with BKE_collection_has_object

2023-01-17 Thread Campbell Barton
Commit: 1c470dbd7219a0edc2c06323b8144f9a22c50b72 Author: Campbell Barton Date: Wed Jan 18 15:43:20 2023 +1100 Branches: master https://developer.blender.org/rB1c470dbd7219a0edc2c06323b8144f9a22c50b72 Cleanup: replace BLI_findptr with BKE_collection_has_object Also swap the order of checks

[Bf-blender-cvs] [44dd3308a5b] master: DNA: move Collection members into their own Runtime struct

2023-01-17 Thread Campbell Barton
Commit: 44dd3308a5b66fbd9bc4dc39304690f64da8d971 Author: Campbell Barton Date: Wed Jan 18 13:47:00 2023 +1100 Branches: master https://developer.blender.org/rB44dd3308a5b66fbd9bc4dc39304690f64da8d971 DNA: move Collection members into their own Runtime struct Also add static assert

[Bf-blender-cvs] [b380d250538] master: Cleanup: define COLLECTION_FLAG_ALL_RUNTIME, use in file read/write

2023-01-17 Thread Campbell Barton
Commit: b380d25053801670502d3d1a7f9e9ff4eeb44811 Author: Campbell Barton Date: Wed Jan 18 14:16:36 2023 +1100 Branches: master https://developer.blender.org/rBb380d25053801670502d3d1a7f9e9ff4eeb44811 Cleanup: define COLLECTION_FLAG_ALL_RUNTIME, use in file read/write

[Bf-blender-cvs] [fd2bf32dc7d] master: Cleanup: use memset instead of clearing individual runtime members

2023-01-17 Thread Campbell Barton
Commit: fd2bf32dc7d15d34dc1b99dae1a8605f25db1951 Author: Campbell Barton Date: Wed Jan 18 14:10:29 2023 +1100 Branches: master https://developer.blender.org/rBfd2bf32dc7d15d34dc1b99dae1a8605f25db1951 Cleanup: use memset instead of clearing individual runtime members

[Bf-blender-cvs] [9789835db86] master: Docs: improve ID property doc-strings

2023-01-16 Thread Campbell Barton
Commit: 9789835db8690098b392c160c2abd34f4d8e17e2 Author: Campbell Barton Date: Tue Jan 17 11:51:07 2023 +1100 Branches: master https://developer.blender.org/rB9789835db8690098b392c160c2abd34f4d8e17e2 Docs: improve ID property doc-strings Add some clarifications and reference enum types from

[Bf-blender-cvs] [962c3cf6b19] master: Cleanup: remove unused IDProperty members

2023-01-16 Thread Campbell Barton
Commit: 962c3cf6b190a570ba6d2c5efdaca952f48b3299 Author: Campbell Barton Date: Tue Jan 17 12:00:34 2023 +1100 Branches: master https://developer.blender.org/rB962c3cf6b190a570ba6d2c5efdaca952f48b3299 Cleanup: remove unused IDProperty members Remove: - IDPropertyTemplate.matrix_or_vector

[Bf-blender-cvs] [5cbc8ce3b14] master: Fix ASAN error when Wayland fell back to X11

2023-01-15 Thread Campbell Barton
Commit: 5cbc8ce3b14558cf208f30cc01aea55e00816003 Author: Campbell Barton Date: Mon Jan 16 15:15:47 2023 +1100 Branches: master https://developer.blender.org/rB5cbc8ce3b14558cf208f30cc01aea55e00816003 Fix ASAN error when Wayland fell back to X11 An alternative fix to [0] which caused an error

[Bf-blender-cvs] [a294c353701] master: Docs: expand on doc-string for seam_connected_recursive

2023-01-15 Thread Campbell Barton
Commit: a294c353701f26d81b3f87ae4d9c8d2d55c88ebf Author: Campbell Barton Date: Mon Jan 16 14:49:49 2023 +1100 Branches: master https://developer.blender.org/rBa294c353701f26d81b3f87ae4d9c8d2d55c88ebf Docs: expand on doc-string for seam_connected_recursive Also use const UVs where possible

[Bf-blender-cvs] [6a7ecec6e10] master: Cleanup: avoid returning large structs from functions

2023-01-15 Thread Campbell Barton
Commit: 6a7ecec6e101faf3392e88dc07e2c1e2251ece1a Author: Campbell Barton Date: Mon Jan 16 14:20:46 2023 +1100 Branches: master https://developer.blender.org/rB6a7ecec6e101faf3392e88dc07e2c1e2251ece1a Cleanup: avoid returning large structs from functions Return BezTriple as a const pointer from

[Bf-blender-cvs] [cc5fefffe61] master: Cleanup: quiet array-bounds warning in GCC 12.2

2023-01-15 Thread Campbell Barton
Commit: cc5fefffe61c96646760af833d17bab580969d8e Author: Campbell Barton Date: Mon Jan 16 14:05:49 2023 +1100 Branches: master https://developer.blender.org/rBcc5fefffe61c96646760af833d17bab580969d8e Cleanup: quiet array-bounds warning in GCC 12.2

[Bf-blender-cvs] [2467becade7] master: Cleanup: spelling in comments

2023-01-15 Thread Campbell Barton
Commit: 2467becade76fafa4a6c5d3031048d3d8767b774 Author: Campbell Barton Date: Mon Jan 16 13:57:10 2023 +1100 Branches: master https://developer.blender.org/rB2467becade76fafa4a6c5d3031048d3d8767b774 Cleanup: spelling in comments

[Bf-blender-cvs] [33c30af7425] master: Cleanup: comments in struct declarations

2023-01-15 Thread Campbell Barton
Commit: 33c30af74256445c7cc2fece1b4ddfdd9a8233b3 Author: Campbell Barton Date: Mon Jan 16 12:41:11 2023 +1100 Branches: master https://developer.blender.org/rB33c30af74256445c7cc2fece1b4ddfdd9a8233b3 Cleanup: comments in struct declarations Use a consistent style for declaring the names

[Bf-blender-cvs] [eeb6a3dc056] master: Clenaup: comments places awkwardly before code

2023-01-15 Thread Campbell Barton
Commit: eeb6a3dc056ffd64d1f9034f017beda02388dd47 Author: Campbell Barton Date: Mon Jan 16 13:25:05 2023 +1100 Branches: master https://developer.blender.org/rBeeb6a3dc056ffd64d1f9034f017beda02388dd47 Clenaup: comments places awkwardly before code

[Bf-blender-cvs] [e1aef2e87e9] master: Cleanup: suppress '-Warray-bounds' warnings

2023-01-15 Thread Campbell Barton
Commit: e1aef2e87e9bbfa6a2ccd419e8525f3fc0b86b07 Author: Campbell Barton Date: Mon Jan 16 09:55:41 2023 +1100 Branches: master https://developer.blender.org/rBe1aef2e87e9bbfa6a2ccd419e8525f3fc0b86b07 Cleanup: suppress '-Warray-bounds' warnings Changes to overlay_shader.cc workaround a bug

[Bf-blender-cvs] [6d07b459f29] master: Cleanup: compare to GPU_SHADER_CFG_CLIPPED when checking configurations

2023-01-15 Thread Campbell Barton
Commit: 6d07b459f2981b0d7eae0e89cca80366d3bbbfcb Author: Campbell Barton Date: Mon Jan 16 10:21:32 2023 +1100 Branches: master https://developer.blender.org/rB6d07b459f2981b0d7eae0e89cca80366d3bbbfcb Cleanup: compare to GPU_SHADER_CFG_CLIPPED when checking configurations Don't assume a non

  1   2   3   4   5   6   7   8   9   10   >