[Bf-blender-cvs] [f68cfd6bb07] master: Cleanup: replace C-style casts with functional casts for numeric types

2022-09-25 Thread Campbell Barton
Commit: f68cfd6bb078482c4a779a6e26a56e2734edb5b8 Author: Campbell Barton Date: Sun Sep 25 18:33:28 2022 +1000 Branches: master https://developer.blender.org/rBf68cfd6bb078482c4a779a6e26a56e2734edb5b8 Cleanup: replace C-style casts with functional casts for numeric types

[Bf-blender-cvs] [c7b247a118e] master: Cleanup: replace static_casts with functional casts for numeric types

2022-09-25 Thread Campbell Barton
Commit: c7b247a118e302a3afc6473797e53b6af28b69e2 Author: Campbell Barton Date: Sun Sep 25 18:30:50 2022 +1000 Branches: master https://developer.blender.org/rBc7b247a118e302a3afc6473797e53b6af28b69e2 Cleanup: replace static_casts with functional casts for numeric types

[Bf-blender-cvs] [891949cbb47] master: Cleanup: use 'u' prefixed integer types for brevity & cast style

2022-09-25 Thread Campbell Barton
Commit: 891949cbb47143420f4324cb60efc05ef5d70b39 Author: Campbell Barton Date: Sun Sep 25 17:04:52 2022 +1000 Branches: master https://developer.blender.org/rB891949cbb47143420f4324cb60efc05ef5d70b39 Cleanup: use 'u' prefixed integer types for brevity & cast style To use function style

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

2022-09-24 Thread Campbell Barton
Commit: c9e35c2ced92082c86f1ecb9ecd16c6230218c7c Author: Campbell Barton Date: Sun Sep 25 15:14:13 2022 +1000 Branches: master https://developer.blender.org/rBc9e35c2ced92082c86f1ecb9ecd16c6230218c7c Cleanup: remove redundant double parenthesis

[Bf-blender-cvs] [26f330ea4ca] master: Cleanup: format, spelling in comments

2022-09-24 Thread Campbell Barton
Commit: 26f330ea4ca02f2bc3e78381d90a17d9d0c66337 Author: Campbell Barton Date: Sun Sep 25 15:24:37 2022 +1000 Branches: master https://developer.blender.org/rB26f330ea4ca02f2bc3e78381d90a17d9d0c66337 Cleanup: format, spelling in comments

[Bf-blender-cvs] [865894481ce] master: Cleanup: quiet compiler warning

2022-09-24 Thread Campbell Barton
Commit: 865894481ce76325d817533c654bda2ce2e65c66 Author: Campbell Barton Date: Sun Sep 25 15:26:15 2022 +1000 Branches: master https://developer.blender.org/rB865894481ce76325d817533c654bda2ce2e65c66 Cleanup: quiet compiler warning

[Bf-blender-cvs] [fbd78a8d78f] master: Cleanup: use ELEM macro

2022-09-22 Thread Campbell Barton
Commit: fbd78a8d78f460d1ae2972538139ac1602c012f6 Author: Campbell Barton Date: Fri Sep 23 15:24:20 2022 +1000 Branches: master https://developer.blender.org/rBfbd78a8d78f460d1ae2972538139ac1602c012f6 Cleanup: use ELEM macro === M

[Bf-blender-cvs] [c655bdfa315] master: Cleanup: add string utility macros to GHOST/Wayland

2022-09-22 Thread Campbell Barton
Commit: c655bdfa3156f612b01b55b4c6e24d89fad4c748 Author: Campbell Barton Date: Fri Sep 23 15:19:23 2022 +1000 Branches: master https://developer.blender.org/rBc655bdfa3156f612b01b55b4c6e24d89fad4c748 Cleanup: add string utility macros to GHOST/Wayland Use STREQ for readability

[Bf-blender-cvs] [77ed4651ee2] master: Cleanup: float literals

2022-09-22 Thread Campbell Barton
Commit: 77ed4651ee28d9df8620c9d794d84a5893ce26ff Author: Campbell Barton Date: Fri Sep 23 15:20:24 2022 +1000 Branches: master https://developer.blender.org/rB77ed4651ee28d9df8620c9d794d84a5893ce26ff Cleanup: float literals === M

[Bf-blender-cvs] [0f6d5c9a9d4] master: Docs: minor improvements to info_advanced_blender_as_bpy wording

2022-09-22 Thread Campbell Barton
Commit: 0f6d5c9a9d4abd672ecce4812da69564d918b2fc Author: Campbell Barton Date: Fri Sep 23 15:03:15 2022 +1000 Branches: master https://developer.blender.org/rB0f6d5c9a9d4abd672ecce4812da69564d918b2fc Docs: minor improvements to info_advanced_blender_as_bpy wording

[Bf-blender-cvs] [998ace3463c] master: Cleanup: use lowercase function calls & macros in for CMake

2022-09-22 Thread Campbell Barton
Commit: 998ace3463c73a172c62418e438bddc93f78a22e Author: Campbell Barton Date: Fri Sep 23 14:33:44 2022 +1000 Branches: master https://developer.blender.org/rB998ace3463c73a172c62418e438bddc93f78a22e Cleanup: use lowercase function calls & macros in for CMake This is already the case for

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

2022-09-22 Thread Campbell Barton
Commit: add1b6ab3c91d408635b311127224dd4cc33f1ab Author: Campbell Barton Date: Fri Sep 23 14:33:43 2022 +1000 Branches: master https://developer.blender.org/rBadd1b6ab3c91d408635b311127224dd4cc33f1ab Cleanup: spelling in comments

[Bf-blender-cvs] [c1725220609] master: Fix T100141: Header Alignment of New Editors

2022-09-22 Thread Campbell Barton
Commit: c1725220609ecc790b957ba88c3027d3c1082f70 Author: Campbell Barton Date: Fri Sep 23 14:33:51 2022 +1000 Branches: master https://developer.blender.org/rBc1725220609ecc790b957ba88c3027d3c1082f70 Fix T100141: Header Alignment of New Editors Revert part of [0] which changed logic

[Bf-blender-cvs] [0e94d240808] master: Cleanup: replace int return value with bool

2022-09-22 Thread Campbell Barton
Commit: 0e94d240808cd01127b757566afa3b4a10b75e13 Author: Campbell Barton Date: Fri Sep 23 14:33:47 2022 +1000 Branches: master https://developer.blender.org/rB0e94d240808cd01127b757566afa3b4a10b75e13 Cleanup: replace int return value with bool

[Bf-blender-cvs] [3edd87f0099] master: Cleanup: format

2022-09-22 Thread Campbell Barton
Commit: 3edd87f0099923742ed5a60e23ebfcdd539fb76e Author: Campbell Barton Date: Fri Sep 23 14:33:42 2022 +1000 Branches: master https://developer.blender.org/rB3edd87f0099923742ed5a60e23ebfcdd539fb76e Cleanup: format === M

[Bf-blender-cvs] [cda2dc721dc] master: Cleanup: compiler warnings

2022-09-22 Thread Campbell Barton
Commit: cda2dc721dce9db9ea94b059ccd1cc7a3ae73aa6 Author: Campbell Barton Date: Fri Sep 23 14:33:41 2022 +1000 Branches: master https://developer.blender.org/rBcda2dc721dce9db9ea94b059ccd1cc7a3ae73aa6 Cleanup: compiler warnings

[Bf-blender-cvs] [187d8ba3621] master: Cleanup: avoid unnecessary access to context.space_data

2022-09-22 Thread Campbell Barton
Commit: 187d8ba36211f5cd9f2da8fc05f1d8acdc153e0c Author: Campbell Barton Date: Fri Sep 23 14:33:46 2022 +1000 Branches: master https://developer.blender.org/rB187d8ba36211f5cd9f2da8fc05f1d8acdc153e0c Cleanup: avoid unnecessary access to context.space_data

[Bf-blender-cvs] [dc06bf2cb6b] master: Fix crash loading fonts that fail to be read

2022-09-22 Thread Campbell Barton
Commit: dc06bf2cb6b1289cdb90b960b8f125f99e57946b Author: Campbell Barton Date: Thu Sep 22 22:07:58 2022 +1000 Branches: master https://developer.blender.org/rBdc06bf2cb6b1289cdb90b960b8f125f99e57946b Fix crash loading fonts that fail to be read Null pointer dereference since [0] when font's

[Bf-blender-cvs] [3185c3bc742] master: Cleanup: use an array of modifier keys for GHOST/Wayland

2022-09-21 Thread Campbell Barton
Commit: 3185c3bc742e12080a5f482b4239b3ebe068ac64 Author: Campbell Barton Date: Thu Sep 22 12:35:02 2022 +1000 Branches: master https://developer.blender.org/rB3185c3bc742e12080a5f482b4239b3ebe068ac64 Cleanup: use an array of modifier keys for GHOST/Wayland Support iterating over modifiers

[Bf-blender-cvs] [ef063751595] master: GHOST: assert when unknown keys are passed to the ModifierKeys API

2022-09-21 Thread Campbell Barton
Commit: ef063751595109efd098b990cc364bd67ca9e2a9 Author: Campbell Barton Date: Thu Sep 22 11:52:49 2022 +1000 Branches: master https://developer.blender.org/rBef063751595109efd098b990cc364bd67ca9e2a9 GHOST: assert when unknown keys are passed to the ModifierKeys API

[Bf-blender-cvs] [967fe75bb6a] master: Cleanup: remove redundant includes from GHOST_SystemPathsUnix

2022-09-21 Thread Campbell Barton
Commit: 967fe75bb6af36733241c1ecad335034aa692e18 Author: Campbell Barton Date: Thu Sep 22 11:26:49 2022 +1000 Branches: master https://developer.blender.org/rB967fe75bb6af36733241c1ecad335034aa692e18 Cleanup: remove redundant includes from GHOST_SystemPathsUnix

[Bf-blender-cvs] [7ce09ef48f5] master: Cleanup: remove unused modifier state checks from getModifierKeys

2022-09-21 Thread Campbell Barton
Commit: 7ce09ef48f5f00588030c825aba29f6fd4df83cc Author: Campbell Barton Date: Thu Sep 22 11:51:22 2022 +1000 Branches: master https://developer.blender.org/rB7ce09ef48f5f00588030c825aba29f6fd4df83cc Cleanup: remove unused modifier state checks from getModifierKeys Also remove unused numpad

[Bf-blender-cvs] [243e28b73b8] blender-v3.3-release: PyAPI: Support Python 3.9 (for VFX platform support)

2022-09-21 Thread Campbell Barton
Commit: 243e28b73b888fd578530cc637d511ab0b1cafe3 Author: Campbell Barton Date: Wed Sep 21 22:02:41 2022 +1000 Branches: blender-v3.3-release https://developer.blender.org/rB243e28b73b888fd578530cc637d511ab0b1cafe3 PyAPI: Support Python 3.9 (for VFX platform support) Support Python 3.9, part

[Bf-blender-cvs] [78b7a1c3a8b] master: PyAPI: disable IMB color management methods for stand-alone mathutils

2022-09-21 Thread Campbell Barton
Commit: 78b7a1c3a8b982d0081c9071e5b1d90444f902b8 Author: Campbell Barton Date: Wed Sep 21 23:52:10 2022 +1000 Branches: master https://developer.blender.org/rB78b7a1c3a8b982d0081c9071e5b1d90444f902b8 PyAPI: disable IMB color management methods for stand-alone mathutils Allow building

[Bf-blender-cvs] [ec2938c71a5] blender-v3.3-release: Cleanup: quiet missing-variable-declarations warning

2022-09-21 Thread Campbell Barton
Commit: ec2938c71a52382f86ae4ba051fe65f74e16f9e4 Author: Campbell Barton Date: Tue Sep 13 10:35:01 2022 +1000 Branches: blender-v3.3-release https://developer.blender.org/rBec2938c71a52382f86ae4ba051fe65f74e16f9e4 Cleanup: quiet missing-variable-declarations warning

[Bf-blender-cvs] [ea79dab0621] master: Docs: add notes about wmWindow.eventstate & modifier key checks

2022-09-21 Thread Campbell Barton
Commit: ea79dab0621a0ef992d6289a95e72329279f6383 Author: Campbell Barton Date: Wed Sep 21 16:41:49 2022 +1000 Branches: master https://developer.blender.org/rBea79dab0621a0ef992d6289a95e72329279f6383 Docs: add notes about wmWindow.eventstate & modifier key checks There were undocume

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

2022-09-20 Thread Campbell Barton
Commit: 5517c848bdf18df758466c0c6c8b7389f9df558a Author: Campbell Barton Date: Wed Sep 21 11:57:20 2022 +1000 Branches: master https://developer.blender.org/rB5517c848bdf18df758466c0c6c8b7389f9df558a Cleanup: spelling in comments

[Bf-blender-cvs] [f97728248ec] master: Fix module search path for Python on initialization

2022-09-20 Thread Campbell Barton
Commit: f97728248ec95f4db5b0152dd3ba770135656e39 Author: Campbell Barton Date: Wed Sep 21 11:59:16 2022 +1000 Branches: master https://developer.blender.org/rBf97728248ec95f4db5b0152dd3ba770135656e39 Fix module search path for Python on initialization Initializing the sys.path on startup

[Bf-blender-cvs] [e9bdf8ebc37] master: Cleanup: unused variable warning

2022-09-20 Thread Campbell Barton
Commit: e9bdf8ebc3774f8f866ec9562b4552c98c7fd22f Author: Campbell Barton Date: Wed Sep 21 11:54:54 2022 +1000 Branches: master https://developer.blender.org/rBe9bdf8ebc3774f8f866ec9562b4552c98c7fd22f Cleanup: unused variable warning

[Bf-blender-cvs] [2bf872dfb5a] temp-T97352-3d-texturing-seam-bleeding-b2: Fix T101180: console HOME key doesn't work

2022-09-20 Thread Campbell Barton
Commit: 2bf872dfb5af0d1b25ca288c8fcdcc0e342018d0 Author: Campbell Barton Date: Mon Sep 19 15:47:06 2022 +1000 Branches: temp-T97352-3d-texturing-seam-bleeding-b2 https://developer.blender.org/rB2bf872dfb5af0d1b25ca288c8fcdcc0e342018d0 Fix T101180: console HOME key doesn't work Regression in [0

[Bf-blender-cvs] [7ee6d8fc12e] temp-T97352-3d-texturing-seam-bleeding-b2: Cleanup: use doxy sections

2022-09-20 Thread Campbell Barton
Commit: 7ee6d8fc12e66de0458dfa789471e24eef8d4346 Author: Campbell Barton Date: Mon Sep 19 14:51:01 2022 +1000 Branches: temp-T97352-3d-texturing-seam-bleeding-b2 https://developer.blender.org/rB7ee6d8fc12e66de0458dfa789471e24eef8d4346 Cleanup: use doxy sections

[Bf-blender-cvs] [f2f0907003d] temp-T97352-3d-texturing-seam-bleeding-b2: Cleanup: spelling

2022-09-20 Thread Campbell Barton
Commit: f2f0907003d9558dc38007ebb84accd2ac2c1a8a Author: Campbell Barton Date: Mon Sep 19 14:47:27 2022 +1000 Branches: temp-T97352-3d-texturing-seam-bleeding-b2 https://developer.blender.org/rBf2f0907003d9558dc38007ebb84accd2ac2c1a8a Cleanup: spelling

[Bf-blender-cvs] [ee4565cdee3] temp-T97352-3d-texturing-seam-bleeding-b2: GHOST/Wayland: correct flag for checking pressed keys

2022-09-20 Thread Campbell Barton
Commit: ee4565cdee31aa7d9f6f66abeef4fdbe9eabaa34 Author: Campbell Barton Date: Mon Sep 19 16:29:29 2022 +1000 Branches: temp-T97352-3d-texturing-seam-bleeding-b2 https://developer.blender.org/rBee4565cdee31aa7d9f6f66abeef4fdbe9eabaa34 GHOST/Wayland: correct flag for checking pressed keys Check

[Bf-blender-cvs] [2af06f86970] temp-T97352-3d-texturing-seam-bleeding-b2: Cleanup: prefer 'arg' over 'params' for sphinx documentation

2022-09-20 Thread Campbell Barton
Commit: 2af06f86970e1c58416700c5a8dc3a85dca75c89 Author: Campbell Barton Date: Mon Sep 19 14:22:31 2022 +1000 Branches: temp-T97352-3d-texturing-seam-bleeding-b2 https://developer.blender.org/rB2af06f86970e1c58416700c5a8dc3a85dca75c89 Cleanup: prefer 'arg' over 'params' for sphinx documentation

[Bf-blender-cvs] [02e96078c1a] temp-T97352-3d-texturing-seam-bleeding-b2: Fix OS-key events repeating on GHOST/Win32

2022-09-20 Thread Campbell Barton
Commit: 02e96078c1a041ee1285a516e580ee5c9ece50b7 Author: Campbell Barton Date: Sun Sep 18 11:02:34 2022 +1000 Branches: temp-T97352-3d-texturing-seam-bleeding-b2 https://developer.blender.org/rB02e96078c1a041ee1285a516e580ee5c9ece50b7 Fix OS-key events repeating on GHOST/Win32 Holding the OS

[Bf-blender-cvs] [48bcd3de8f8] temp-T97352-3d-texturing-seam-bleeding-b2: GHOST: support left/right OS-key

2022-09-20 Thread Campbell Barton
Commit: 48bcd3de8f8c5fd54c439d3dec8559773ea1d4b2 Author: Campbell Barton Date: Sun Sep 18 10:31:14 2022 +1000 Branches: temp-T97352-3d-texturing-seam-bleeding-b2 https://developer.blender.org/rB48bcd3de8f8c5fd54c439d3dec8559773ea1d4b2 GHOST: support left/right OS-key Handling the OS key now

[Bf-blender-cvs] [c781a33209c] temp-T97352-3d-texturing-seam-bleeding-b2: PyDoc: correct parameter doc-strings & exception message

2022-09-20 Thread Campbell Barton
Commit: c781a33209cd66f57b2fc56c2a009587fecb349b Author: Campbell Barton Date: Sat Sep 17 22:17:05 2022 +1000 Branches: temp-T97352-3d-texturing-seam-bleeding-b2 https://developer.blender.org/rBc781a33209cd66f57b2fc56c2a009587fecb349b PyDoc: correct parameter doc-strings & exception mes

[Bf-blender-cvs] [2ce295ebee1] temp-T97352-3d-texturing-seam-bleeding-b2: WM: refactor modifier hold/release logic when activating a window

2022-09-20 Thread Campbell Barton
Commit: 2ce295ebee10033a8a24812b845bf1cfbc87389a Author: Campbell Barton Date: Sat Sep 17 23:26:15 2022 +1000 Branches: temp-T97352-3d-texturing-seam-bleeding-b2 https://developer.blender.org/rB2ce295ebee10033a8a24812b845bf1cfbc87389a WM: refactor modifier hold/release logic when activating

[Bf-blender-cvs] [b2dc1f93475] temp-T97352-3d-texturing-seam-bleeding-b2: WM: send a modifier press when activating a window with modifier held

2022-09-20 Thread Campbell Barton
Commit: b2dc1f93475f690697ec1faa5af87a6930eaa9b0 Author: Campbell Barton Date: Sat Sep 17 23:54:23 2022 +1000 Branches: temp-T97352-3d-texturing-seam-bleeding-b2 https://developer.blender.org/rBb2dc1f93475f690697ec1faa5af87a6930eaa9b0 WM: send a modifier press when activating a window

[Bf-blender-cvs] [81eab10983a] temp-T97352-3d-texturing-seam-bleeding-b2: Cleanup: spelling, punctuation & repeated words in comments

2022-09-20 Thread Campbell Barton
Commit: 81eab10983a95f17d0579c657b55b7dfd13e101b Author: Campbell Barton Date: Sat Sep 17 14:46:50 2022 +1000 Branches: temp-T97352-3d-texturing-seam-bleeding-b2 https://developer.blender.org/rB81eab10983a95f17d0579c657b55b7dfd13e101b Cleanup: spelling, punctuation & repeated words in comm

[Bf-blender-cvs] [42fc0fbff72] temp-T97352-3d-texturing-seam-bleeding-b2: Cleanup: format

2022-09-20 Thread Campbell Barton
Commit: 42fc0fbff7245b5220572deb0999bf8f63ae97f4 Author: Campbell Barton Date: Sat Sep 17 15:12:56 2022 +1000 Branches: temp-T97352-3d-texturing-seam-bleeding-b2 https://developer.blender.org/rB42fc0fbff7245b5220572deb0999bf8f63ae97f4 Cleanup: format

[Bf-blender-cvs] [d901c2bcb6b] temp-T97352-3d-texturing-seam-bleeding-b2: Cleanup: compiler warnings

2022-09-20 Thread Campbell Barton
Commit: d901c2bcb6bec459120cfca67ad130c3ce52bdae Author: Campbell Barton Date: Sat Sep 17 15:12:42 2022 +1000 Branches: temp-T97352-3d-texturing-seam-bleeding-b2 https://developer.blender.org/rBd901c2bcb6bec459120cfca67ad130c3ce52bdae Cleanup: compiler warnings

[Bf-blender-cvs] [c279a0d931a] master: GHOST/Wayland: refactor modifier handling on window activation

2022-09-20 Thread Campbell Barton
Commit: c279a0d931afab9dab9b7f5516d24fbe304d2103 Author: Campbell Barton Date: Tue Sep 20 15:56:09 2022 +1000 Branches: master https://developer.blender.org/rBc279a0d931afab9dab9b7f5516d24fbe304d2103 GHOST/Wayland: refactor modifier handling on window activation GHOST_SystemWayland

[Bf-blender-cvs] [09308c4b6a2] master: CMake: fail to build with unsupported versions of wayland-scanner

2022-09-19 Thread Campbell Barton
Commit: 09308c4b6a2b5fa7d5d74e55f484bfd1ca18c273 Author: Campbell Barton Date: Tue Sep 20 12:53:06 2022 +1000 Branches: master https://developer.blender.org/rB09308c4b6a2b5fa7d5d74e55f484bfd1ca18c273 CMake: fail to build with unsupported versions of wayland-scanner When

[Bf-blender-cvs] [9c35f103c0d] master: Cleanup: quiet warning

2022-09-19 Thread Campbell Barton
Commit: 9c35f103c0d7eaa1ddd0b0c54be9c681a7c39dc3 Author: Campbell Barton Date: Tue Sep 20 12:53:05 2022 +1000 Branches: master https://developer.blender.org/rB9c35f103c0d7eaa1ddd0b0c54be9c681a7c39dc3 Cleanup: quiet warning === M

[Bf-blender-cvs] [710b8b79295] master: GNUmakefile: fix error showing final message with the 'dash' shell

2022-09-19 Thread Campbell Barton
Commit: 710b8b79295896024e401178440a75b41bce32f6 Author: Campbell Barton Date: Tue Sep 20 12:53:03 2022 +1000 Branches: master https://developer.blender.org/rB710b8b79295896024e401178440a75b41bce32f6 GNUmakefile: fix error showing final message with the 'dash' shell The bpy module check wasn't

[Bf-blender-cvs] [52a5c80313c] blender-v2.93-release: Fix T100191: Crash with the wave modifier using normals in edit-mode

2022-09-19 Thread Campbell Barton
Commit: 52a5c80313c206eb7c1b31af3079bffdda4b09c6 Author: Campbell Barton Date: Fri Aug 12 21:45:21 2022 +1000 Branches: blender-v2.93-release https://developer.blender.org/rB52a5c80313c206eb7c1b31af3079bffdda4b09c6 Fix T100191: Crash with the wave modifier using normals in edit-mode

[Bf-blender-cvs] [2c407cfb8fd] master: GHOST/Wayland: correct flag for checking pressed keys

2022-09-19 Thread Campbell Barton
Commit: 2c407cfb8fd40c1b56c22467531ee91bd4549ea7 Author: Campbell Barton Date: Mon Sep 19 16:29:29 2022 +1000 Branches: master https://developer.blender.org/rB2c407cfb8fd40c1b56c22467531ee91bd4549ea7 GHOST/Wayland: correct flag for checking pressed keys Check modifier keys using

[Bf-blender-cvs] [ea35c237fc6] master: Fix T101180: console HOME key doesn't work

2022-09-18 Thread Campbell Barton
Commit: ea35c237fc61bf1e111b8b7a82e99a7e56b88c2e Author: Campbell Barton Date: Mon Sep 19 15:47:06 2022 +1000 Branches: master https://developer.blender.org/rBea35c237fc61bf1e111b8b7a82e99a7e56b88c2e Fix T101180: console HOME key doesn't work Regression in [0], re-order the key-map so the home

[Bf-blender-cvs] [6b8b2c8e7f6] master: Cleanup: use doxy sections

2022-09-18 Thread Campbell Barton
Commit: 6b8b2c8e7f6313f282da13bf8dc112cd2d515bcc Author: Campbell Barton Date: Mon Sep 19 14:51:01 2022 +1000 Branches: master https://developer.blender.org/rB6b8b2c8e7f6313f282da13bf8dc112cd2d515bcc Cleanup: use doxy sections

[Bf-blender-cvs] [6424fbca949] master: Cleanup: spelling

2022-09-18 Thread Campbell Barton
Commit: 6424fbca949e90991b0d6056b482b5ab6ba1fd11 Author: Campbell Barton Date: Mon Sep 19 14:47:27 2022 +1000 Branches: master https://developer.blender.org/rB6424fbca949e90991b0d6056b482b5ab6ba1fd11 Cleanup: spelling === M

[Bf-blender-cvs] [4baa6e57bd4] master: Cleanup: prefer 'arg' over 'params' for sphinx documentation

2022-09-18 Thread Campbell Barton
Commit: 4baa6e57bd4240e0dab1e2a1b426698ca4d593bc Author: Campbell Barton Date: Mon Sep 19 14:22:31 2022 +1000 Branches: master https://developer.blender.org/rB4baa6e57bd4240e0dab1e2a1b426698ca4d593bc Cleanup: prefer 'arg' over 'params' for sphinx documentation While both are supported, 'arg

[Bf-blender-cvs] [0950e6fae68] master: GHOST: support left/right OS-key

2022-09-17 Thread Campbell Barton
Commit: 0950e6fae6800cd847d1c74e35489e46b0c48229 Author: Campbell Barton Date: Sun Sep 18 10:31:14 2022 +1000 Branches: master https://developer.blender.org/rB0950e6fae6800cd847d1c74e35489e46b0c48229 GHOST: support left/right OS-key Handling the OS key now match other modifiers in GHOST which

[Bf-blender-cvs] [8c878ddd347] master: Fix OS-key events repeating on GHOST/Win32

2022-09-17 Thread Campbell Barton
Commit: 8c878ddd347c33eee663e7eb48474e59e0997f10 Author: Campbell Barton Date: Sun Sep 18 11:02:34 2022 +1000 Branches: master https://developer.blender.org/rB8c878ddd347c33eee663e7eb48474e59e0997f10 Fix OS-key events repeating on GHOST/Win32 Holding the OS (Windows) key on Win32 used key

[Bf-blender-cvs] [d74c16ba811] master: WM: refactor modifier hold/release logic when activating a window

2022-09-17 Thread Campbell Barton
Commit: d74c16ba81145490ce6977572d9c5a5fd2adc7f8 Author: Campbell Barton Date: Sat Sep 17 23:26:15 2022 +1000 Branches: master https://developer.blender.org/rBd74c16ba81145490ce6977572d9c5a5fd2adc7f8 WM: refactor modifier hold/release logic when activating a window Initial support for matching

[Bf-blender-cvs] [44272fdd23e] master: WM: send a modifier press when activating a window with modifier held

2022-09-17 Thread Campbell Barton
Commit: 44272fdd23e3b4d023d9dfa91401a33bcef427e7 Author: Campbell Barton Date: Sat Sep 17 23:54:23 2022 +1000 Branches: master https://developer.blender.org/rB44272fdd23e3b4d023d9dfa91401a33bcef427e7 WM: send a modifier press when activating a window with modifier held Previously

[Bf-blender-cvs] [57e4b6aefb3] master: PyDoc: correct parameter doc-strings & exception message

2022-09-17 Thread Campbell Barton
Commit: 57e4b6aefb360a64db1238dc30151f1f03d810f6 Author: Campbell Barton Date: Sat Sep 17 22:17:05 2022 +1000 Branches: master https://developer.blender.org/rB57e4b6aefb360a64db1238dc30151f1f03d810f6 PyDoc: correct parameter doc-strings & exception mes

[Bf-blender-cvs] [b37954d03c5] master: Cleanup: format

2022-09-16 Thread Campbell Barton
Commit: b37954d03c5de2b131a35fbb4088e8dbf3f4ba2f Author: Campbell Barton Date: Sat Sep 17 15:12:56 2022 +1000 Branches: master https://developer.blender.org/rBb37954d03c5de2b131a35fbb4088e8dbf3f4ba2f Cleanup: format === M

[Bf-blender-cvs] [34a6952067c] master: Cleanup: compiler warnings

2022-09-16 Thread Campbell Barton
Commit: 34a6952067c55678ad3f20449c2f54187d44dd87 Author: Campbell Barton Date: Sat Sep 17 15:12:42 2022 +1000 Branches: master https://developer.blender.org/rB34a6952067c55678ad3f20449c2f54187d44dd87 Cleanup: compiler warnings

[Bf-blender-cvs] [d9930d5fd00] master: Cleanup: spelling, punctuation & repeated words in comments

2022-09-16 Thread Campbell Barton
Commit: d9930d5fd0018fba9bd8bdda63cfd319c99c1884 Author: Campbell Barton Date: Sat Sep 17 14:46:50 2022 +1000 Branches: master https://developer.blender.org/rBd9930d5fd0018fba9bd8bdda63cfd319c99c1884 Cleanup: spelling, punctuation & repeated words in comm

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

2022-09-16 Thread Campbell Barton
Commit: 95f05a6a4ba66ed5533ad6d35ac92cdbe3aa0690 Author: Campbell Barton Date: Fri Sep 16 18:13:19 2022 +1000 Branches: master https://developer.blender.org/rB95f05a6a4ba66ed5533ad6d35ac92cdbe3aa0690 Cleanup: spelling in comments

[Bf-blender-cvs] [13c4af66fcd] master: Cleanup: format

2022-09-16 Thread Campbell Barton
Commit: 13c4af66fcd77a8ca2de78b3530fd252033a649d Author: Campbell Barton Date: Fri Sep 16 18:13:21 2022 +1000 Branches: master https://developer.blender.org/rB13c4af66fcd77a8ca2de78b3530fd252033a649d Cleanup: format === M

[Bf-blender-cvs] [8bf0714d506] master: make_source_archive: exclude hidden git files

2022-09-15 Thread Campbell Barton
Commit: 8bf0714d5067942defca027908b5dff05645fbc8 Author: Campbell Barton Date: Fri Sep 16 15:34:53 2022 +1000 Branches: master https://developer.blender.org/rB8bf0714d5067942defca027908b5dff05645fbc8 make_source_archive: exclude hidden git files

[Bf-blender-cvs] [d255c8e9f7c] master: Cleanup: format

2022-09-15 Thread Campbell Barton
Commit: d255c8e9f7cd1de5c91751bad5f6f025f425147b Author: Campbell Barton Date: Fri Sep 16 11:53:40 2022 +1000 Branches: master https://developer.blender.org/rBd255c8e9f7cd1de5c91751bad5f6f025f425147b Cleanup: format === M

[Bf-blender-cvs] [a8eeec7b35b] master: Cleanup: typos in 427d669f625e1408e3b4509ab5aae19fc8b0bbc1

2022-09-15 Thread Campbell Barton
Commit: a8eeec7b35b974c73dff2faca77117e1a58ce974 Author: Campbell Barton Date: Fri Sep 16 11:35:49 2022 +1000 Branches: master https://developer.blender.org/rBa8eeec7b35b974c73dff2faca77117e1a58ce974 Cleanup: typos in 427d669f625e1408e3b4509ab5aae19fc8b0bbc1

[Bf-blender-cvs] [427d669f625] master: make_bpy_wheel: various minor improvements

2022-09-15 Thread Campbell Barton
Commit: 427d669f625e1408e3b4509ab5aae19fc8b0bbc1 Author: Campbell Barton Date: Fri Sep 16 11:24:14 2022 +1000 Branches: master https://developer.blender.org/rB427d669f625e1408e3b4509ab5aae19fc8b0bbc1 make_bpy_wheel: various minor improvements - Add doc-string with example usage shown

[Bf-blender-cvs] [83425647963] master: Cleanup: suppress type warnings for make_bpy_wheel & make_utils

2022-09-15 Thread Campbell Barton
Commit: 8342564796346b297c40a1fc1f57e6b8e10798c0 Author: Campbell Barton Date: Fri Sep 16 10:49:49 2022 +1000 Branches: master https://developer.blender.org/rB8342564796346b297c40a1fc1f57e6b8e10798c0 Cleanup: suppress type warnings for make_bpy_wheel & make_utils 'make check_mypy' now

[Bf-blender-cvs] [3eae1bfe35f] master: Cleanup: quiet sign-conversion warning in OFFSETOF_STRUCT_AFTER

2022-09-15 Thread Campbell Barton
Commit: 3eae1bfe35fef3e28870f7688b105dfaacd11ca0 Author: Campbell Barton Date: Thu Sep 15 17:59:42 2022 +1000 Branches: master https://developer.blender.org/rB3eae1bfe35fef3e28870f7688b105dfaacd11ca0 Cleanup: quiet sign-conversion warning in OFFSETOF_STRUCT_AFTER BLI_strict_flags.h raised

[Bf-blender-cvs] [5d699584422] master: Correct over allocation in 0e172e9732a1cab2aba324ce10ce304df7b69338

2022-09-15 Thread Campbell Barton
Commit: 5d69958442216b926b7d64f259099cd00beea376 Author: Campbell Barton Date: Thu Sep 15 17:10:39 2022 +1000 Branches: master https://developer.blender.org/rB5d69958442216b926b7d64f259099cd00beea376 Correct over allocation in 0e172e9732a1cab2aba324ce10ce304df7b69338

[Bf-blender-cvs] [718d545ff88] master: Cleanup: minor improvement to boundary check

2022-09-15 Thread Campbell Barton
Commit: 718d545ff88f3092f4bd6baef3e3d5642109da0c Author: Campbell Barton Date: Thu Sep 15 16:42:37 2022 +1000 Branches: master https://developer.blender.org/rB718d545ff88f3092f4bd6baef3e3d5642109da0c Cleanup: minor improvement to boundary check Use a byte flag instead of counting polys using

[Bf-blender-cvs] [0e172e9732a] master: Fix T95649: Corrective Smooth can cause vertices to jump

2022-09-15 Thread Campbell Barton
Commit: 0e172e9732a1cab2aba324ce10ce304df7b69338 Author: Campbell Barton Date: Wed Apr 27 11:24:25 2022 +1000 Branches: master https://developer.blender.org/rB0e172e9732a1cab2aba324ce10ce304df7b69338 Fix T95649: Corrective Smooth can cause vertices to jump Calculate a tangent per loop, apply

[Bf-blender-cvs] [2c53970bbfa] master: Cleanup: use doxy sections, remove outdated comment

2022-09-14 Thread Campbell Barton
Commit: 2c53970bbfa44f58d436e9ca286875fa3919e364 Author: Campbell Barton Date: Thu Sep 15 15:27:21 2022 +1000 Branches: master https://developer.blender.org/rB2c53970bbfa44f58d436e9ca286875fa3919e364 Cleanup: use doxy sections, remove outdated comment

[Bf-blender-cvs] [27e17fed283] master: PyDoc: hide overly long titles from the side-bar

2022-09-14 Thread Campbell Barton
Commit: 27e17fed283b0e039c41a05447ef1b8a867b1b7e Author: Campbell Barton Date: Thu Sep 15 14:31:06 2022 +1000 Branches: master https://developer.blender.org/rB27e17fed283b0e039c41a05447ef1b8a867b1b7e PyDoc: hide overly long titles from the side-bar The side-bar included both title

[Bf-blender-cvs] [4bbb043bc57] master: Cleanup: spelling in comments, comment blocks

2022-09-14 Thread Campbell Barton
Commit: 4bbb043bc57f1dc27aa46624cd4d11b063070bac Author: Campbell Barton Date: Thu Sep 15 10:03:46 2022 +1000 Branches: master https://developer.blender.org/rB4bbb043bc57f1dc27aa46624cd4d11b063070bac Cleanup: spelling in comments, comment blocks

[Bf-blender-cvs] [5cd08e373b5] master: CMake: exclude '.github' from addons in the install target

2022-09-14 Thread Campbell Barton
Commit: 5cd08e373b5b37223222ae6a68cfe970839e7800 Author: Campbell Barton Date: Thu Sep 15 09:47:06 2022 +1000 Branches: master https://developer.blender.org/rB5cd08e373b5b37223222ae6a68cfe970839e7800 CMake: exclude '.github' from addons in the install target This file is only used

[Bf-blender-cvs] [39c341bf4ab] master: Cleanup: remove redundant braces from assert & raise

2022-09-14 Thread Campbell Barton
Commit: 39c341bf4ab9582edc26227447634cae2004baa6 Author: Campbell Barton Date: Wed Sep 14 16:18:59 2022 +1000 Branches: master https://developer.blender.org/rB39c341bf4ab9582edc26227447634cae2004baa6 Cleanup: remove redundant braces from assert & raise autopep8 v1.7 added a space after as

[Bf-blender-cvs] [260b75a952f] master: PyDoc: add an "Advanced" section to document WITH_PYTHON_MODULE

2022-09-13 Thread Campbell Barton
Commit: 260b75a952f40961d3e06c9a7f48ec9b696bf169 Author: Campbell Barton Date: Wed Sep 14 15:11:50 2022 +1000 Branches: master https://developer.blender.org/rB260b75a952f40961d3e06c9a7f48ec9b696bf169 PyDoc: add an "Advanced" section to document WITH_PYTHON_MODULE Document the use ca

[Bf-blender-cvs] [d26220d97ab] master: Fix reports printing twice when called from Python in background-mode

2022-09-13 Thread Campbell Barton
Commit: d26220d97ab13f39b791468728a6089500d22caa Author: Campbell Barton Date: Wed Sep 14 14:06:44 2022 +1000 Branches: master https://developer.blender.org/rBd26220d97ab13f39b791468728a6089500d22caa Fix reports printing twice when called from Python in background-mode Calling operators

[Bf-blender-cvs] [7bd60d40efb] master: CMake: warn when "bpy" installs into the site-packages from LIBDIR

2022-09-13 Thread Campbell Barton
Commit: 7bd60d40efbfaa3a18d3cfee409a1a3d1fa6c11d Author: Campbell Barton Date: Wed Sep 14 14:06:41 2022 +1000 Branches: master https://developer.blender.org/rB7bd60d40efbfaa3a18d3cfee409a1a3d1fa6c11d CMake: warn when "bpy" installs into the site-packages from LIBDIR Using "../l

[Bf-blender-cvs] [f74fa63b5a5] master: Cleanup: skip argument freeing when built as a Python module

2022-09-13 Thread Campbell Barton
Commit: f74fa63b5a5bd6d835abd51985430e0fa4e7fc2a Author: Campbell Barton Date: Wed Sep 14 14:06:39 2022 +1000 Branches: master https://developer.blender.org/rBf74fa63b5a5bd6d835abd51985430e0fa4e7fc2a Cleanup: skip argument freeing when built as a Python module

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

2022-09-13 Thread Campbell Barton
Commit: f78219c9a8b17afd0222920bb3afb992132cbb11 Author: Campbell Barton Date: Tue Sep 13 18:00:44 2022 +1000 Branches: master https://developer.blender.org/rBf78219c9a8b17afd0222920bb3afb992132cbb11 Cleanup: spelling in comments

[Bf-blender-cvs] [146e67b2bde] master: CMake: exclude BLI_args when building as a Python module

2022-09-13 Thread Campbell Barton
Commit: 146e67b2bde8edd2b53ec5d0a9a30fa4046b5724 Author: Campbell Barton Date: Tue Sep 13 18:03:29 2022 +1000 Branches: master https://developer.blender.org/rB146e67b2bde8edd2b53ec5d0a9a30fa4046b5724 CMake: exclude BLI_args when building as a Python module

[Bf-blender-cvs] [d92e14af1f7] master: Cleanup: typo in variable name

2022-09-13 Thread Campbell Barton
Commit: d92e14af1f73800c9afdce6ecc79cf0346c87bef Author: Campbell Barton Date: Tue Sep 13 18:01:50 2022 +1000 Branches: master https://developer.blender.org/rBd92e14af1f73800c9afdce6ecc79cf0346c87bef Cleanup: typo in variable name

[Bf-blender-cvs] [4d69b6f525a] master: Cleanup: use u-prefixed integer types (for brevity)

2022-09-13 Thread Campbell Barton
Commit: 4d69b6f525a4f02a24141e61f16e90455f3f0a30 Author: Campbell Barton Date: Tue Sep 13 16:29:06 2022 +1000 Branches: master https://developer.blender.org/rB4d69b6f525a4f02a24141e61f16e90455f3f0a30 Cleanup: use u-prefixed integer types (for brevity

[Bf-blender-cvs] [75f9b691e20] master: Docs: improve explanation for why CLG_exit shouldn't be called early

2022-09-13 Thread Campbell Barton
Commit: 75f9b691e209bc3d09383d733b11a08d2bcfdbc3 Author: Campbell Barton Date: Tue Sep 13 16:01:39 2022 +1000 Branches: master https://developer.blender.org/rB75f9b691e209bc3d09383d733b11a08d2bcfdbc3 Docs: improve explanation for why CLG_exit shouldn't be called early

[Bf-blender-cvs] [5ffa829a0ed] master: Cleanup: improve titles for CMake sections, line length

2022-09-12 Thread Campbell Barton
Commit: 5ffa829a0ed4f1886ecb9d4425afaadb13783e46 Author: Campbell Barton Date: Tue Sep 13 13:46:51 2022 +1000 Branches: master https://developer.blender.org/rB5ffa829a0ed4f1886ecb9d4425afaadb13783e46 Cleanup: improve titles for CMake sections, line length Also use same convention for comments

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

2022-09-12 Thread Campbell Barton
Commit: 1a08a263884af2a9fba44107fcddbc70f336b02b Author: Campbell Barton Date: Tue Sep 13 13:24:44 2022 +1000 Branches: master https://developer.blender.org/rB1a08a263884af2a9fba44107fcddbc70f336b02b Cleanup: spelling in comments

[Bf-blender-cvs] [91892608803] master: Python: update defaults for "make bpy"

2022-09-12 Thread Campbell Barton
Commit: 918926088031cff58a9543ea5edd17dc7d9cd428 Author: Campbell Barton Date: Tue Sep 13 13:24:47 2022 +1000 Branches: master https://developer.blender.org/rB918926088031cff58a9543ea5edd17dc7d9cd428 Python: update defaults for "make bpy" This was a kind of "lite" targe

[Bf-blender-cvs] [060da0858b8] master: CMake: omit WITH_INSTALL_PORTABLE from bpy_module.cmake

2022-09-12 Thread Campbell Barton
Commit: 060da0858b82aa957373bba51d52cf0bcb694b27 Author: Campbell Barton Date: Tue Sep 13 13:24:52 2022 +1000 Branches: master https://developer.blender.org/rB060da0858b82aa957373bba51d52cf0bcb694b27 CMake: omit WITH_INSTALL_PORTABLE from bpy_module.cmake Since this was added, Linux libraries

[Bf-blender-cvs] [c05ff54795a] master: Cleanup: remove unused function

2022-09-12 Thread Campbell Barton
Commit: c05ff54795af36e04d6e9a5450d65ea8633ca48e Author: Campbell Barton Date: Tue Sep 13 13:24:42 2022 +1000 Branches: master https://developer.blender.org/rBc05ff54795af36e04d6e9a5450d65ea8633ca48e Cleanup: remove unused function

[Bf-blender-cvs] [41212c1d443] master: CMake: omit WITH_INSTALL_PORTABLE from the 'lite' configuration

2022-09-12 Thread Campbell Barton
Commit: 41212c1d4430a2b3c27164434bf9d1412d445c52 Author: Campbell Barton Date: Tue Sep 13 13:24:50 2022 +1000 Branches: master https://developer.blender.org/rB41212c1d4430a2b3c27164434bf9d1412d445c52 CMake: omit WITH_INSTALL_PORTABLE from the 'lite' configuration As portable is already

[Bf-blender-cvs] [90fb212a935] master: Docs: improve BKE_object_defgroup_flip_map doc-string

2022-09-12 Thread Campbell Barton
Commit: 90fb212a9353f2cbdcd7884a92807c6eba54d8a9 Author: Campbell Barton Date: Tue Sep 13 13:24:45 2022 +1000 Branches: master https://developer.blender.org/rB90fb212a9353f2cbdcd7884a92807c6eba54d8a9 Docs: improve BKE_object_defgroup_flip_map doc-string

[Bf-blender-cvs] [03885fe1208] master: Makefile: support 'make bpy lite' / 'make bpy release'

2022-09-12 Thread Campbell Barton
Commit: 03885fe1208361330bc58de4beb5502e4fe22f5d Author: Campbell Barton Date: Tue Sep 13 13:24:49 2022 +1000 Branches: master https://developer.blender.org/rB03885fe1208361330bc58de4beb5502e4fe22f5d Makefile: support 'make bpy lite' / 'make bpy release' Re-order configuration loading so 'bpy

[Bf-blender-cvs] [b3e9ef19247] master: Fix building WITH_GHOST_WAYLAND, WITH_OPENXR (without X11)

2022-09-12 Thread Campbell Barton
Commit: b3e9ef1924783f3684f6e0c1b4cd588191340adf Author: Campbell Barton Date: Tue Sep 13 10:35:22 2022 +1000 Branches: master https://developer.blender.org/rBb3e9ef1924783f3684f6e0c1b4cd588191340adf Fix building WITH_GHOST_WAYLAND, WITH_OPENXR (without X11) The pre-processor blocks contained

[Bf-blender-cvs] [ebcf004ecfa] master: Cleanup: quiet missing-variable-declarations warning

2022-09-12 Thread Campbell Barton
Commit: ebcf004ecfa659b27a4f63260ead10495985374b Author: Campbell Barton Date: Tue Sep 13 10:35:01 2022 +1000 Branches: master https://developer.blender.org/rBebcf004ecfa659b27a4f63260ead10495985374b Cleanup: quiet missing-variable-declarations warning

[Bf-blender-cvs] [2c731751009] master: Cleanup: missing declaration warning

2022-09-12 Thread Campbell Barton
Commit: 2c731751009a736d9cf6ee800de7a69fb55194d5 Author: Campbell Barton Date: Tue Sep 13 09:41:27 2022 +1000 Branches: master https://developer.blender.org/rB2c731751009a736d9cf6ee800de7a69fb55194d5 Cleanup: missing declaration warning

[Bf-blender-cvs] [c9a83804264] master: Cleanup: remove unused ImBuf.next/prev pointers

2022-09-11 Thread Campbell Barton
Commit: c9a8380426462686e3281ed5ee504a4a8f553d6b Author: Campbell Barton Date: Mon Sep 12 11:20:22 2022 +1000 Branches: master https://developer.blender.org/rBc9a8380426462686e3281ed5ee504a4a8f553d6b Cleanup: remove unused ImBuf.next/prev pointers

[Bf-blender-cvs] [f884a34cae6] master: Cleanup: replace BLI_snprintf with BLI_path_join

2022-09-11 Thread Campbell Barton
Commit: f884a34cae6323327b181ebaa217758cc938fd29 Author: Campbell Barton Date: Mon Sep 12 10:10:54 2022 +1000 Branches: master https://developer.blender.org/rBf884a34cae6323327b181ebaa217758cc938fd29 Cleanup: replace BLI_snprintf with BLI_path_join Also use a larger buffer to account

[Bf-blender-cvs] [cf9c0a4b506] master: Tests: add tests for leading (relative) slashes for BLI_path_join

2022-09-11 Thread Campbell Barton
Commit: cf9c0a4b506e85a4158ec68413c60e8af1de4a0a Author: Campbell Barton Date: Mon Sep 12 10:39:24 2022 +1000 Branches: master https://developer.blender.org/rBcf9c0a4b506e85a4158ec68413c60e8af1de4a0a Tests: add tests for leading (relative) slashes for BLI_path_join Also note that leading

[Bf-blender-cvs] [8cb3b49e514] master: Cleanup: replace strncpy with BLI_strncpy

2022-09-10 Thread Campbell Barton
Commit: 8cb3b49e51469b9689bfa44b85349149e17699dc Author: Campbell Barton Date: Sat Sep 10 16:51:15 2022 +1000 Branches: master https://developer.blender.org/rB8cb3b49e51469b9689bfa44b85349149e17699dc Cleanup: replace strncpy with BLI_strncpy Also replace strncpy+strcat with BLI_string_join

<    2   3   4   5   6   7   8   9   10   11   >