[Bf-blender-cvs] [0a7c485b668] master: Cleanup: remove redundant memset on calloc'ed array

2023-01-15 Thread Campbell Barton
Commit: 0a7c485b6681b046e5268f6901b4a10fc7189626 Author: Campbell Barton Date: Sun Jan 15 23:55:06 2023 +1100 Branches: master https://developer.blender.org/rB0a7c485b6681b046e5268f6901b4a10fc7189626 Cleanup: remove redundant memset on calloc'ed array

[Bf-blender-cvs] [bec86c5d15d] master: Cleanup: remove unused arguments

2023-01-15 Thread Campbell Barton
Commit: bec86c5d15deb8e27ceaf980e776b6a9b23cfaf8 Author: Campbell Barton Date: Sun Jan 15 23:52:50 2023 +1100 Branches: master https://developer.blender.org/rBbec86c5d15deb8e27ceaf980e776b6a9b23cfaf8 Cleanup: remove unused arguments

[Bf-blender-cvs] [fc9c818531d] master: Fix missing view layer sync in recent change to ED_view3d_datamask

2023-01-15 Thread Campbell Barton
Commit: fc9c818531d8684d8fc35e0ee91f46afff507f0e Author: Campbell Barton Date: Sun Jan 15 22:16:15 2023 +1100 Branches: master https://developer.blender.org/rBfc9c818531d8684d8fc35e0ee91f46afff507f0e Fix missing view layer sync in recent change to ED_view3d_datamask Call

[Bf-blender-cvs] [8c7df5fa72e] master: Fix invalid arguments to memcpy in IMB_rectfill_area_replace

2023-01-15 Thread Campbell Barton
Commit: 8c7df5fa72ee486c1be02a423491b1fb06ead416 Author: Campbell Barton Date: Sun Jan 15 23:45:56 2023 +1100 Branches: master https://developer.blender.org/rB8c7df5fa72ee486c1be02a423491b1fb06ead416 Fix invalid arguments to memcpy in IMB_rectfill_area_replace Passing the pointer to the array

[Bf-blender-cvs] [82bd020a304] master: CMake: suppress GCC warnings stringop-overread & stringop-overflow

2023-01-15 Thread Campbell Barton
Commit: 82bd020a3047d43817c06b5d012e52eca0bfd298 Author: Campbell Barton Date: Sun Jan 15 23:29:02 2023 +1100 Branches: master https://developer.blender.org/rB82bd020a3047d43817c06b5d012e52eca0bfd298 CMake: suppress GCC warnings stringop-overread & stringop-overflow As noted in comm

[Bf-blender-cvs] [c158dd560e5] master: WM: reduce CPU use while idle in ED_view3d_datamask

2023-01-12 Thread Campbell Barton
Commit: c158dd560e5399d8bfa7386790e7b43c9f91db8e Author: Campbell Barton Date: Fri Jan 13 17:48:54 2023 +1100 Branches: master https://developer.blender.org/rBc158dd560e5399d8bfa7386790e7b43c9f91db8e WM: reduce CPU use while idle in ED_view3d_datamask When idle, each 3D view made two calls

[Bf-blender-cvs] [bbe7183cd39] master: GHOST/Wayland: fix threaded event handling

2023-01-12 Thread Campbell Barton
Commit: bbe7183cd39de1417f27d2558bb717dd1aa1081d Author: Campbell Barton Date: Fri Jan 13 17:48:50 2023 +1100 Branches: master https://developer.blender.org/rBbbe7183cd39de1417f27d2558bb717dd1aa1081d GHOST/Wayland: fix threaded event handling The previous fix from T100855 [0] no longer works

[Bf-blender-cvs] [0c2a3054ba9] master: Fix high CPU use when idle under Wayland

2023-01-12 Thread Campbell Barton
Commit: 0c2a3054ba92494fb1a63ceea3bf441093fd5b03 Author: Campbell Barton Date: Fri Jan 13 17:48:52 2023 +1100 Branches: master https://developer.blender.org/rB0c2a3054ba92494fb1a63ceea3bf441093fd5b03 Fix high CPU use when idle under Wayland Recently the event handling thread for Wayland

[Bf-blender-cvs] [09a26f26e8a] master: Cleanup: missing-declarations warnings

2023-01-12 Thread Campbell Barton
Commit: 09a26f26e8a289d80efcba4824211981a0739365 Author: Campbell Barton Date: Thu Jan 12 20:21:22 2023 +1100 Branches: master https://developer.blender.org/rB09a26f26e8a289d80efcba4824211981a0739365 Cleanup: missing-declarations warnings Also remove duplicate doc-string

[Bf-blender-cvs] [866b24ac886] master: Cleanup: use continue in loop to reduce right-shift

2023-01-11 Thread Campbell Barton
Commit: 866b24ac886e77b388e5262587778cf6ee434b2a Author: Campbell Barton Date: Wed Jan 11 21:08:15 2023 +1100 Branches: master https://developer.blender.org/rB866b24ac886e77b388e5262587778cf6ee434b2a Cleanup: use continue in loop to reduce right-shift

[Bf-blender-cvs] [cff2807affc] master: Fix T103719: missing shortcuts info for some tool-settings

2023-01-11 Thread Campbell Barton
Commit: cff2807affc60fe94e87df19f00c51c5c70713df Author: Campbell Barton Date: Wed Jan 11 20:55:33 2023 +1100 Branches: master https://developer.blender.org/rBcff2807affc60fe94e87df19f00c51c5c70713df Fix T103719: missing shortcuts info for some tool-settings Tool settings can be accessed from

[Bf-blender-cvs] [d3e8d63a8c4] master: Fix error in StringRef equality

2023-01-11 Thread Campbell Barton
Commit: d3e8d63a8c455d09ff3660cc158a28439d5eb06d Author: Campbell Barton Date: Wed Jan 11 20:00:59 2023 +1100 Branches: master https://developer.blender.org/rBd3e8d63a8c455d09ff3660cc158a28439d5eb06d Fix error in StringRef equality Regression in [0] wasn't correct as it's important for empty

[Bf-blender-cvs] [68c6fc6d385] master: Fix T103267: No shortcuts shown in the Pose Assets context menu

2023-01-11 Thread Campbell Barton
Commit: 68c6fc6d385aa69dde36a9d46bdc4773b1cab621 Author: Campbell Barton Date: Wed Jan 11 19:14:35 2023 +1100 Branches: master https://developer.blender.org/rB68c6fc6d385aa69dde36a9d46bdc4773b1cab621 Fix T103267: No shortcuts shown in the Pose Assets context menu Support displaying shortcuts

[Bf-blender-cvs] [f88e7885694] master: Pose Slide: set the value of "release_confirm" from the event when unset

2023-01-11 Thread Campbell Barton
Commit: f88e78856945e7c916bb5fa191c5e403834487b6 Author: Campbell Barton Date: Wed Jan 11 17:58:12 2023 +1100 Branches: master https://developer.blender.org/rBf88e78856945e7c916bb5fa191c5e403834487b6 Pose Slide: set the value of "release_confirm" from the event when unset Needed to f

[Bf-blender-cvs] [d8d20e0e59c] master: UI: include 'drag-' prefix in the short-cut text for menu items

2023-01-11 Thread Campbell Barton
Commit: d8d20e0e59c9856c6ba47ce9c9f0c843d32f48c4 Author: Campbell Barton Date: Wed Jan 11 17:54:12 2023 +1100 Branches: master https://developer.blender.org/rBd8d20e0e59c9856c6ba47ce9c9f0c843d32f48c4 UI: include 'drag-' prefix in the short-cut text for menu items This was already done

[Bf-blender-cvs] [86464cfcef2] master: Fix error converting UV's to MLoopUV

2023-01-10 Thread Campbell Barton
Commit: 86464cfcef2c982ae532b47553207be13f3d3815 Author: Campbell Barton Date: Wed Jan 11 13:57:51 2023 +1100 Branches: master https://developer.blender.org/rB86464cfcef2c982ae532b47553207be13f3d3815 Fix error converting UV's to MLoopUV Logic to skip UV layers that are part of the MLoopUV

[Bf-blender-cvs] [28d38e876ff] master: Cleanup: rename face_corners to loop for internal layer operations

2023-01-10 Thread Campbell Barton
Commit: 28d38e876fff564be10b341a5d0f81c13d24f7ed Author: Campbell Barton Date: Wed Jan 11 13:53:22 2023 +1100 Branches: master https://developer.blender.org/rB28d38e876fff564be10b341a5d0f81c13d24f7ed Cleanup: rename face_corners to loop for internal layer operations Follows naming used

[Bf-blender-cvs] [bd7a1d5de60] master: Docs: improve doc-string for UI_BUT_HAS_SEP_CHAR & UI_SEP_CHAR

2023-01-10 Thread Campbell Barton
Commit: bd7a1d5de60956e726f73e9a2fcf44547b2211ca Author: Campbell Barton Date: Wed Jan 11 13:39:13 2023 +1100 Branches: master https://developer.blender.org/rBbd7a1d5de60956e726f73e9a2fcf44547b2211ca Docs: improve doc-string for UI_BUT_HAS_SEP_CHAR & UI_SEP_

[Bf-blender-cvs] [12a26b8fe39] master: Cleanup: format

2023-01-10 Thread Campbell Barton
Commit: 12a26b8fe392d8801794e9873f47bcecdb624328 Author: Campbell Barton Date: Wed Jan 11 13:03:49 2023 +1100 Branches: master https://developer.blender.org/rB12a26b8fe392d8801794e9873f47bcecdb624328 Cleanup: format === M

[Bf-blender-cvs] [494c3ba063d] master: Cleanup: quiet warning mixing enum/int & replace NULL with nullptr

2023-01-10 Thread Campbell Barton
Commit: 494c3ba063d89781b085291ccebb5741bdb90ab7 Author: Campbell Barton Date: Wed Jan 11 13:03:51 2023 +1100 Branches: master https://developer.blender.org/rB494c3ba063d89781b085291ccebb5741bdb90ab7 Cleanup: quiet warning mixing enum/int & replace NULL with nul

[Bf-blender-cvs] [8367f2bffc5] master: Cleanup: function style casts for C++

2023-01-10 Thread Campbell Barton
Commit: 8367f2bffc58a8f591ed2e6d67f6dd625dc5041c Author: Campbell Barton Date: Wed Jan 11 13:03:53 2023 +1100 Branches: master https://developer.blender.org/rB8367f2bffc58a8f591ed2e6d67f6dd625dc5041c Cleanup: function style casts for C

[Bf-blender-cvs] [9f283bee7ec] master: BLI_string_ref: avoid passing null to strncmp (quiet ASAN warning)

2023-01-10 Thread Campbell Barton
Commit: 9f283bee7ecfedabc7a6b46fb9f2cece6b3e31ec Author: Campbell Barton Date: Wed Jan 11 13:03:48 2023 +1100 Branches: master https://developer.blender.org/rB9f283bee7ecfedabc7a6b46fb9f2cece6b3e31ec BLI_string_ref: avoid passing null to strncmp (quiet ASAN warning) The existing logic to avoid

[Bf-blender-cvs] [bd9602036a1] master: Fix pose-slide failing with array custom properties

2023-01-10 Thread Campbell Barton
Commit: bd9602036a182df778228a838c67feaf3e9299c4 Author: Campbell Barton Date: Wed Jan 11 13:03:46 2023 +1100 Branches: master https://developer.blender.org/rBbd9602036a182df778228a838c67feaf3e9299c4 Fix pose-slide failing with array custom properties Pose slide would attempt to use non-array

[Bf-blender-cvs] [50d6af1e0e8] master: Fix invalid string comparison

2023-01-10 Thread Campbell Barton
Commit: 50d6af1e0e8f98a2dd0ba6245026c18da7b3cedb Author: Campbell Barton Date: Wed Jan 11 13:03:44 2023 +1100 Branches: master https://developer.blender.org/rB50d6af1e0e8f98a2dd0ba6245026c18da7b3cedb Fix invalid string comparison Error from recent addition

[Bf-blender-cvs] [b7f5e4b1b61] master: Fix building on MSVC

2023-01-10 Thread Campbell Barton
Commit: b7f5e4b1b61653a8c50f6593df74b4aa4995ff6f Author: Campbell Barton Date: Tue Jan 10 19:04:07 2023 +1100 Branches: master https://developer.blender.org/rBb7f5e4b1b61653a8c50f6593df74b4aa4995ff6f Fix building on MSVC Empty struct introduced in dad9f45561a1cd129d86cbdd93b883dcaef0df26

[Bf-blender-cvs] [ed663219965] master: GHOST/Wayland: simplify logic for disconnecting monitors under Wayland

2023-01-09 Thread Campbell Barton
Commit: ed663219965bd79e410df23a1dd2b52decd9efa0 Author: Campbell Barton Date: Tue Jan 10 17:43:20 2023 +1100 Branches: master https://developer.blender.org/rBed663219965bd79e410df23a1dd2b52decd9efa0 GHOST/Wayland: simplify logic for disconnecting monitors under Wayland The T103586 fix

[Bf-blender-cvs] [dad9f45561a] master: Cleanup: move run-time members of SurfaceModifierData into a struct

2023-01-09 Thread Campbell Barton
Commit: dad9f45561a1cd129d86cbdd93b883dcaef0df26 Author: Campbell Barton Date: Tue Jan 10 17:07:30 2023 +1100 Branches: master https://developer.blender.org/rBdad9f45561a1cd129d86cbdd93b883dcaef0df26 Cleanup: move run-time members of SurfaceModifierData into a struct Using run-time members

[Bf-blender-cvs] [6ef8db35e7a] master: Cleanup: clarify naming for deformed vertex positions & normals

2023-01-09 Thread Campbell Barton
Commit: 6ef8db35e7a8104a81c0fb5c8522c3e93fb4f75d Author: Campbell Barton Date: Tue Jan 10 16:39:53 2023 +1100 Branches: master https://developer.blender.org/rB6ef8db35e7a8104a81c0fb5c8522c3e93fb4f75d Cleanup: clarify naming for deformed vertex positions & normals Edit-mesh duplicator l

[Bf-blender-cvs] [fdcbad37be9] master: Fix window creation with Hi-DPI exiting under Wayland

2023-01-09 Thread Campbell Barton
Commit: fdcbad37be96572ff138591444e6bba2f2aae921 Author: Campbell Barton Date: Tue Jan 10 16:27:11 2023 +1100 Branches: master https://developer.blender.org/rBfdcbad37be96572ff138591444e6bba2f2aae921 Fix window creation with Hi-DPI exiting under Wayland Wayland requires the windows surface

[Bf-blender-cvs] [d48f95d31c9] master: Cleanup: use vert_ prefix for positions of FaceDupliData_Mesh

2023-01-09 Thread Campbell Barton
Commit: d48f95d31c939e0c3f2c186c3f2ce092b76f3ec9 Author: Campbell Barton Date: Tue Jan 10 16:34:39 2023 +1100 Branches: master https://developer.blender.org/rBd48f95d31c939e0c3f2c186c3f2ce092b76f3ec9 Cleanup: use vert_ prefix for positions of FaceDupliData_Mesh Match VertexDupliData_Mesh

[Bf-blender-cvs] [b5390a4aeeb] master: Fix assert on blend file load when seek fails

2023-01-09 Thread Campbell Barton
Commit: b5390a4aeeb71671d282e244b422a7e065abfff5 Author: Campbell Barton Date: Mon Jan 9 22:03:14 2023 +1100 Branches: master https://developer.blender.org/rBb5390a4aeeb71671d282e244b422a7e065abfff5 Fix assert on blend file load when seek fails Only assert seek worked as expected when

[Bf-blender-cvs] [59ce3b8f6b1] master: Cleanup: doxygen comment use

2023-01-08 Thread Campbell Barton
Commit: 59ce3b8f6b1cec9ed76929e56093ac2813fb6aed Author: Campbell Barton Date: Mon Jan 9 18:56:17 2023 +1100 Branches: master https://developer.blender.org/rB59ce3b8f6b1cec9ed76929e56093ac2813fb6aed Cleanup: doxygen comment use Avoid '\note' outside of doxygen comments

[Bf-blender-cvs] [63c985e0f71] master: Cleanup: format

2023-01-08 Thread Campbell Barton
Commit: 63c985e0f71baabad138d75e3cf26c72c84ce917 Author: Campbell Barton Date: Mon Jan 9 18:56:54 2023 +1100 Branches: master https://developer.blender.org/rB63c985e0f71baabad138d75e3cf26c72c84ce917 Cleanup: format === M

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

2023-01-08 Thread Campbell Barton
Commit: 02226e90692831637d511f666ca93f2ef57d7ab7 Author: Campbell Barton Date: Mon Jan 9 17:39:35 2023 +1100 Branches: master https://developer.blender.org/rB02226e90692831637d511f666ca93f2ef57d7ab7 Cleanup: spelling in comments

[Bf-blender-cvs] [0e0139b3046] master: Cleanup: quiet warning for unused pose_propagate_fcurve

2023-01-08 Thread Campbell Barton
Commit: 0e0139b30467c90fd37efa7692123e359b74d4a5 Author: Campbell Barton Date: Mon Jan 9 17:34:53 2023 +1100 Branches: master https://developer.blender.org/rB0e0139b30467c90fd37efa7692123e359b74d4a5 Cleanup: quiet warning for unused pose_propagate_fcurve

[Bf-blender-cvs] [8d0c98740ad] master: Cleanup: remove unused OffsetGpencilModifierData.object

2023-01-05 Thread Campbell Barton
Commit: 8d0c98740ad3aab973933b001b6578a4afa53119 Author: Campbell Barton Date: Fri Jan 6 14:03:33 2023 +1100 Branches: master https://developer.blender.org/rB8d0c98740ad3aab973933b001b6578a4afa53119 Cleanup: remove unused OffsetGpencilModifierData.object Added as part of D15106

[Bf-blender-cvs] [706b13959e1] master: Cleanup: use double-quotes for non-enum strings

2023-01-05 Thread Campbell Barton
Commit: 706b13959e18c757223d29e6aa22137adb2a Author: Campbell Barton Date: Fri Jan 6 13:52:57 2023 +1100 Branches: master https://developer.blender.org/rB706b13959e18c757223d29e6aa22137adb2a Cleanup: use double-quotes for non-enum strings

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

2023-01-05 Thread Campbell Barton
Commit: 14fc02f91d8d4ca9116f4397e8dd6251f815fdec Author: Campbell Barton Date: Fri Jan 6 13:57:21 2023 +1100 Branches: master https://developer.blender.org/rB14fc02f91d8d4ca9116f4397e8dd6251f815fdec Cleanup: spelling in comments

[Bf-blender-cvs] [cb7f97891d5] master: Cleanup: quiet shadow variable warning, unused variable

2023-01-05 Thread Campbell Barton
Commit: cb7f97891d561f7477c39cc2300f838b3677ddc2 Author: Campbell Barton Date: Fri Jan 6 13:52:56 2023 +1100 Branches: master https://developer.blender.org/rBcb7f97891d561f7477c39cc2300f838b3677ddc2 Cleanup: quiet shadow variable warning, unused variable

[Bf-blender-cvs] [bfb0b1deccc] master: Cleanup: pass matrix & vector by const reference instead of value

2023-01-04 Thread Campbell Barton
Commit: bfb0b1deccc2c66f9924a3686b5363144bd3e40c Author: Campbell Barton Date: Thu Jan 5 18:10:11 2023 +1100 Branches: master https://developer.blender.org/rBbfb0b1deccc2c66f9924a3686b5363144bd3e40c Cleanup: pass matrix & vector by const reference instead of v

[Bf-blender-cvs] [77c3e0895d0] master: Cleanup: quiet -Wcomma warnings with clang

2023-01-04 Thread Campbell Barton
Commit: 77c3e0895d004f8cdbfdfdb8b21432967701ab87 Author: Campbell Barton Date: Thu Jan 5 17:02:43 2023 +1100 Branches: master https://developer.blender.org/rB77c3e0895d004f8cdbfdfdb8b21432967701ab87 Cleanup: quiet -Wcomma warnings with clang

[Bf-blender-cvs] [7690872ce4b] master: Cleanup: quiet missing-declaration warnings

2023-01-04 Thread Campbell Barton
Commit: 7690872ce4bc322c0fc209bd9e1aba0cb8789290 Author: Campbell Barton Date: Thu Jan 5 16:44:33 2023 +1100 Branches: master https://developer.blender.org/rB7690872ce4bc322c0fc209bd9e1aba0cb8789290 Cleanup: quiet missing-declaration warnings

[Bf-blender-cvs] [cbd12e730af] master: Fix T103586: Crash removing monitor under Wayland & WLROOTS compositors

2023-01-03 Thread Campbell Barton
Commit: cbd12e730af55d16dfcf3c9aa8ff5f3e6bc8d0ec Author: Campbell Barton Date: Wed Jan 4 15:57:38 2023 +1100 Branches: master https://developer.blender.org/rBcbd12e730af55d16dfcf3c9aa8ff5f3e6bc8d0ec Fix T103586: Crash removing monitor under Wayland & WLROOTS compositors WLROOTS composi

[Bf-blender-cvs] [cdd07ddb931] master: Cleanup: move doc-string to header

2023-01-03 Thread Campbell Barton
Commit: cdd07ddb9319b2760c14d08a3788ae423459899e Author: Campbell Barton Date: Wed Jan 4 16:06:42 2023 +1100 Branches: master https://developer.blender.org/rBcdd07ddb9319b2760c14d08a3788ae423459899e Cleanup: move doc-string to header

[Bf-blender-cvs] [50dbedf0d89] master: GHOST/Wayland: add missing call to destroy xdg_output

2023-01-03 Thread Campbell Barton
Commit: 50dbedf0d899378407f52df4c3cd933041914ae9 Author: Campbell Barton Date: Wed Jan 4 15:49:12 2023 +1100 Branches: master https://developer.blender.org/rB50dbedf0d899378407f52df4c3cd933041914ae9 GHOST/Wayland: add missing call to destroy xdg_output Match logic from SDL

[Bf-blender-cvs] [896ad9d5d0d] master: Cleanup: avoid F-string use in startup scripts

2023-01-02 Thread Campbell Barton
Commit: 896ad9d5d0dba73a27664988497f97b8b087f257 Author: Campbell Barton Date: Tue Jan 3 13:24:53 2023 +1100 Branches: master https://developer.blender.org/rB896ad9d5d0dba73a27664988497f97b8b087f257 Cleanup: avoid F-string use in startup scripts

[Bf-blender-cvs] [aad8f1a41bf] master: Cleanup: use compliant YAML for '.clang-format'

2023-01-02 Thread Campbell Barton
Commit: aad8f1a41bf3c50e657788c39020111c09683253 Author: Campbell Barton Date: Tue Jan 3 11:51:40 2023 +1100 Branches: master https://developer.blender.org/rBaad8f1a41bf3c50e657788c39020111c09683253 Cleanup: use compliant YAML for '.clang-format' While clang-format could read the configuration

[Bf-blender-cvs] [e39ca9d1e3c] master: Cleanup: use function style casts for integer types in C++

2023-01-02 Thread Campbell Barton
Commit: e39ca9d1e3c584a7ee1805a5d18332b6517384af Author: Campbell Barton Date: Tue Jan 3 11:04:16 2023 +1100 Branches: master https://developer.blender.org/rBe39ca9d1e3c584a7ee1805a5d18332b6517384af Cleanup: use function style casts for integer types in C++ Also remove redundant parenthesis

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

2023-01-02 Thread Campbell Barton
Commit: bc2220733aeeaeeaa3e767511ed19ba00c4834ef Author: Campbell Barton Date: Tue Jan 3 10:19:27 2023 +1100 Branches: master https://developer.blender.org/rBbc2220733aeeaeeaa3e767511ed19ba00c4834ef Cleanup: spelling in comments

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

2023-01-02 Thread Campbell Barton
Commit: fd068e92f1f4d6033c5f88a64b1ebef296e6d061 Author: Campbell Barton Date: Tue Jan 3 11:14:55 2023 +1100 Branches: master https://developer.blender.org/rBfd068e92f1f4d6033c5f88a64b1ebef296e6d061 Cleanup: use the ELEM macro

[Bf-blender-cvs] [75cd1fdc0a1] master: Cleanup: format

2023-01-02 Thread Campbell Barton
Commit: 75cd1fdc0a16630dfe33a42d0c4026bbbfb3c29c Author: Campbell Barton Date: Tue Jan 3 11:03:50 2023 +1100 Branches: master https://developer.blender.org/rB75cd1fdc0a16630dfe33a42d0c4026bbbfb3c29c Cleanup: format === M

[Bf-blender-cvs] [0f2b1f9ec90] master: Cleanup: add missing header to CMake

2023-01-02 Thread Campbell Barton
Commit: 0f2b1f9ec9013369beb73d95a02b1e5518a05b0e Author: Campbell Barton Date: Tue Jan 3 11:37:51 2023 +1100 Branches: master https://developer.blender.org/rB0f2b1f9ec9013369beb73d95a02b1e5518a05b0e Cleanup: add missing header to CMake

[Bf-blender-cvs] [9a18a9bfce4] master: Cleanup: warnings from descriptions ending with a full-stop

2023-01-02 Thread Campbell Barton
Commit: 9a18a9bfce4eb9a6cfd0d3172f7931b31f0d9414 Author: Campbell Barton Date: Tue Jan 3 10:25:38 2023 +1100 Branches: master https://developer.blender.org/rB9a18a9bfce4eb9a6cfd0d3172f7931b31f0d9414 Cleanup: warnings from descriptions ending with a full-stop

[Bf-blender-cvs] [0e5dab08313] master: Cleanup: move doc-string into header

2023-01-02 Thread Campbell Barton
Commit: 0e5dab08313c66f70dec9f1dc3637a3b51780310 Author: Campbell Barton Date: Tue Jan 3 10:22:19 2023 +1100 Branches: master https://developer.blender.org/rB0e5dab08313c66f70dec9f1dc3637a3b51780310 Cleanup: move doc-string into header

[Bf-blender-cvs] [74171ff3b06] geometry-nodes-simulation: CMake: warn Linux references old linux_centos7_x86_64 paths

2022-12-19 Thread Campbell Barton
Commit: 74171ff3b067fe594005afaa975f472547c2651f Author: Campbell Barton Date: Fri Dec 16 23:00:52 2022 +1100 Branches: geometry-nodes-simulation https://developer.blender.org/rB74171ff3b067fe594005afaa975f472547c2651f CMake: warn Linux references old linux_centos7_x86_64 paths When

[Bf-blender-cvs] [5d1ed47d6c0] geometry-nodes-simulation: Fix T103253: Infinite drag of number buttons is broken on WIN32

2022-12-19 Thread Campbell Barton
Commit: 5d1ed47d6c0761bc62723ec4da6cadd662fb3c2e Author: Campbell Barton Date: Fri Dec 16 18:37:44 2022 +1100 Branches: geometry-nodes-simulation https://developer.blender.org/rB5d1ed47d6c0761bc62723ec4da6cadd662fb3c2e Fix T103253: Infinite drag of number buttons is broken on WIN32 Recent

[Bf-blender-cvs] [0d18005d2be] geometry-nodes-simulation: Cleanup: indentation in CMake files

2022-12-19 Thread Campbell Barton
Commit: 0d18005d2becb0dd36d93555f878196c5d25ff99 Author: Campbell Barton Date: Fri Dec 16 23:47:35 2022 +1100 Branches: geometry-nodes-simulation https://developer.blender.org/rB0d18005d2becb0dd36d93555f878196c5d25ff99 Cleanup: indentation in CMake files

[Bf-blender-cvs] [06525747c02] geometry-nodes-simulation: Build: resolve failure to copy indirect dependencies for USD on Linux

2022-12-19 Thread Campbell Barton
Commit: 06525747c0248f1b02ba4520d5b60a6ed0f05a46 Author: Campbell Barton Date: Fri Dec 16 23:28:28 2022 +1100 Branches: geometry-nodes-simulation https://developer.blender.org/rB06525747c0248f1b02ba4520d5b60a6ed0f05a46 Build: resolve failure to copy indirect dependencies for USD on Linux Even

[Bf-blender-cvs] [bb8cbf0c108] geometry-nodes-simulation: UI: don't change mouse cursor while it's grabbed

2022-12-19 Thread Campbell Barton
Commit: bb8cbf0c10823cb4c3b1f7f84278aae4ad1448a5 Author: Campbell Barton Date: Fri Dec 16 17:22:09 2022 +1100 Branches: geometry-nodes-simulation https://developer.blender.org/rBbb8cbf0c10823cb4c3b1f7f84278aae4ad1448a5 UI: don't change mouse cursor while it's grabbed The paint cursor

[Bf-blender-cvs] [54942e5ea65] geometry-nodes-simulation: Fix T102792: Sculpt cursor jumps to random place

2022-12-19 Thread Campbell Barton
Commit: 54942e5ea65e66ae4dbacdbfc26b83c31bf75e46 Author: Campbell Barton Date: Fri Dec 16 18:37:47 2022 +1100 Branches: geometry-nodes-simulation https://developer.blender.org/rB54942e5ea65e66ae4dbacdbfc26b83c31bf75e46 Fix T102792: Sculpt cursor jumps to random place Restrict the condition

[Bf-blender-cvs] [b3386868fe2] geometry-nodes-simulation: Build: correct extension type for SNDFILE

2022-12-19 Thread Campbell Barton
Commit: b3386868fe29591904796d7c251b549558cc6900 Author: Campbell Barton Date: Fri Dec 16 15:35:20 2022 +1100 Branches: geometry-nodes-simulation https://developer.blender.org/rBb3386868fe29591904796d7c251b549558cc6900 Build: correct extension type for SNDFILE

[Bf-blender-cvs] [af7c34716bd] geometry-nodes-simulation: Fix active/default color names not being editable

2022-12-19 Thread Campbell Barton
Commit: af7c34716bd439b4669d969b530bd3d535de5227 Author: Campbell Barton Date: Fri Dec 16 12:30:56 2022 +1100 Branches: geometry-nodes-simulation https://developer.blender.org/rBaf7c34716bd439b4669d969b530bd3d535de5227 Fix active/default color names not being editable Revert [0] and enable

[Bf-blender-cvs] [c9bd78890af] geometry-nodes-simulation: Build: remove opus workaround for sndfile

2022-12-19 Thread Campbell Barton
Commit: c9bd78890afe555e5886e555e2e28cfb8786434f Author: Campbell Barton Date: Fri Dec 16 15:33:15 2022 +1100 Branches: geometry-nodes-simulation https://developer.blender.org/rBc9bd78890afe555e5886e555e2e28cfb8786434f Build: remove opus workaround for sndfile For some reason SNDFILE now

[Bf-blender-cvs] [a3a132ea744] geometry-nodes-simulation: Build: upgrade pre-built libraries for Linux

2022-12-19 Thread Campbell Barton
Commit: a3a132ea74461b9ee40ac827c40017818a591afa Author: Campbell Barton Date: Thu Dec 15 18:09:40 2022 +1100 Branches: geometry-nodes-simulation https://developer.blender.org/rBa3a132ea74461b9ee40ac827c40017818a591afa Build: upgrade pre-built libraries for Linux Replace ../lib

[Bf-blender-cvs] [bb9b2b556fb] geometry-nodes-simulation: Cleanup: remove unused active name set callback functions

2022-12-19 Thread Campbell Barton
Commit: bb9b2b556fb2761f63c9148f2918582f4359a41b Author: Campbell Barton Date: Fri Dec 16 10:50:18 2022 +1100 Branches: geometry-nodes-simulation https://developer.blender.org/rBbb9b2b556fb2761f63c9148f2918582f4359a41b Cleanup: remove unused active name set callback functions

[Bf-blender-cvs] [5a761a47e1c] master: Cleanup: replace StringIO seek() & read() with a call to getvalue()

2022-12-17 Thread Campbell Barton
Commit: 5a761a47e1ccb4f6760d2b556b481ef9cc5938ca Author: Campbell Barton Date: Sun Dec 18 14:18:01 2022 +1100 Branches: master https://developer.blender.org/rB5a761a47e1ccb4f6760d2b556b481ef9cc5938ca Cleanup: replace StringIO seek() & read() with a call to getv

[Bf-blender-cvs] [e07c5a14c99] master: Cleanup: sort cmake file lists

2022-12-16 Thread Campbell Barton
Commit: e07c5a14c9948bbbfd87d69805d770c080eb8891 Author: Campbell Barton Date: Sat Dec 17 16:00:40 2022 +1100 Branches: master https://developer.blender.org/rBe07c5a14c9948bbbfd87d69805d770c080eb8891 Cleanup: sort cmake file lists

[Bf-blender-cvs] [0cc573c8c42] master: Cleanup: white space around comment blocks

2022-12-16 Thread Campbell Barton
Commit: 0cc573c8c42ab96ed8cab23606fa22d3b959da08 Author: Campbell Barton Date: Sat Dec 17 15:58:30 2022 +1100 Branches: master https://developer.blender.org/rB0cc573c8c42ab96ed8cab23606fa22d3b959da08 Cleanup: white space around comment blocks

[Bf-blender-cvs] [a0a7db9f704] master: Cleanup: duplicate words in comments

2022-12-16 Thread Campbell Barton
Commit: a0a7db9f704d28673b73e124874d5571adc5eb42 Author: Campbell Barton Date: Sat Dec 17 14:11:11 2022 +1100 Branches: master https://developer.blender.org/rBa0a7db9f704d28673b73e124874d5571adc5eb42 Cleanup: duplicate words in comments

[Bf-blender-cvs] [02c8ce449ec] master: License headers: add missing license identifiers

2022-12-16 Thread Campbell Barton
Commit: 02c8ce449ec0271bb38d47cbeb80caee7349d42d Author: Campbell Barton Date: Sat Dec 17 14:03:57 2022 +1100 Branches: master https://developer.blender.org/rB02c8ce449ec0271bb38d47cbeb80caee7349d42d License headers: add missing license identifiers

[Bf-blender-cvs] [68ba311c5cb] master: Cleanup: use SPDX license headers

2022-12-16 Thread Campbell Barton
Commit: 68ba311c5cb148ddd55763c788706f945f48b9d1 Author: Campbell Barton Date: Sat Dec 17 13:59:20 2022 +1100 Branches: master https://developer.blender.org/rB68ba311c5cb148ddd55763c788706f945f48b9d1 Cleanup: use SPDX license headers

[Bf-blender-cvs] [dc8355cfe22] master: Correct GCC version in message

2022-12-16 Thread Campbell Barton
Commit: dc8355cfe2207c4aa47a7e463c176fa38a055726 Author: Campbell Barton Date: Sat Dec 17 13:56:01 2022 +1100 Branches: master https://developer.blender.org/rBdc8355cfe2207c4aa47a7e463c176fa38a055726 Correct GCC version in message Missed last commit

[Bf-blender-cvs] [025570c44e4] master: Build: bump minimum GCC version from 9.3.1 to 11.0.0

2022-12-16 Thread Campbell Barton
Commit: 025570c44e4e7c83331266876a7ef1969466ed23 Author: Campbell Barton Date: Sat Dec 17 13:53:30 2022 +1100 Branches: master https://developer.blender.org/rB025570c44e4e7c83331266876a7ef1969466ed23 Build: bump minimum GCC version from 9.3.1 to 11.0.0 Increase the minimum version as part

[Bf-blender-cvs] [2ac6e26c258] master: Cleanup: cmake formatting

2022-12-16 Thread Campbell Barton
Commit: 2ac6e26c258faec43e60ccfbe3fa1f904f2c6a89 Author: Campbell Barton Date: Sat Dec 17 13:30:07 2022 +1100 Branches: master https://developer.blender.org/rB2ac6e26c258faec43e60ccfbe3fa1f904f2c6a89 Cleanup: cmake formatting

[Bf-blender-cvs] [067fe443d83] master: Cleanup: consistent naming for normals

2022-12-16 Thread Campbell Barton
Commit: 067fe443d8358d62dc570fde3327ca1d557a824c Author: Campbell Barton Date: Sat Dec 17 12:47:43 2022 +1100 Branches: master https://developer.blender.org/rB067fe443d8358d62dc570fde3327ca1d557a824c Cleanup: consistent naming for normals Use consistent naming for {vert/poly/loop/face}_normals

[Bf-blender-cvs] [6d3cc9c38a7] master: Cleanup: cmake indentation

2022-12-16 Thread Campbell Barton
Commit: 6d3cc9c38a7a951beb964b20089223df78204033 Author: Campbell Barton Date: Sat Dec 17 12:28:10 2022 +1100 Branches: master https://developer.blender.org/rB6d3cc9c38a7a951beb964b20089223df78204033 Cleanup: cmake indentation

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

2022-12-16 Thread Campbell Barton
Commit: 6797de4e10622a9c30b5e5c72c94e520b6b6c656 Author: Campbell Barton Date: Sat Dec 17 13:14:01 2022 +1100 Branches: master https://developer.blender.org/rB6797de4e10622a9c30b5e5c72c94e520b6b6c656 Cleanup: spelling in comments

[Bf-blender-cvs] [b87bcd3f8fe] blender-v3.4-release: Fix T102346: Mouse escapes window during walk navigation

2022-12-16 Thread Campbell Barton
Commit: b87bcd3f8fe132b3cb99e5f17e77d8eca7f73d6f Author: Campbell Barton Date: Thu Dec 15 11:57:00 2022 +1100 Branches: blender-v3.4-release https://developer.blender.org/rBb87bcd3f8fe132b3cb99e5f17e77d8eca7f73d6f Fix T102346: Mouse escapes window during walk navigation This is an alternative

[Bf-blender-cvs] [c1537d4134a] blender-v3.4-release: Cleanup: declare GHOST_Window::getCursorGrabBounds as const

2022-12-16 Thread Campbell Barton
Commit: c1537d4134a90d1b83eccd7269c1bab530860d04 Author: Campbell Barton Date: Thu Dec 15 15:10:51 2022 +1100 Branches: blender-v3.4-release https://developer.blender.org/rBc1537d4134a90d1b83eccd7269c1bab530860d04 Cleanup: declare GHOST_Window::getCursorGrabBounds as const Needed so

[Bf-blender-cvs] [5d73850dd44] blender-v3.4-release: Revert "Fix T102346: Mouse escapes window during walk navigation"

2022-12-16 Thread Campbell Barton
Commit: 5d73850dd448e1f046c9ac44473efd23dd8cf33c Author: Campbell Barton Date: Wed Dec 14 21:02:53 2022 +1100 Branches: blender-v3.4-release https://developer.blender.org/rB5d73850dd448e1f046c9ac44473efd23dd8cf33c Revert "Fix T102346: Mouse escapes window during walk navigation" Th

[Bf-blender-cvs] [08fa18fb6e3] blender-v3.4-release: Fix cursor warping display under Wayland

2022-12-16 Thread Campbell Barton
Commit: 08fa18fb6e3f86854c08fda1c3574ca6166ff42a Author: Campbell Barton Date: Thu Dec 15 15:19:57 2022 +1100 Branches: blender-v3.4-release https://developer.blender.org/rB08fa18fb6e3f86854c08fda1c3574ca6166ff42a Fix cursor warping display under Wayland Under Wayland the transform cursor

[Bf-blender-cvs] [72260deac10] blender-v3.4-release: WM: support checking windowing capabilities

2022-12-16 Thread Campbell Barton
Commit: 72260deac10a5497a072c5da6d1c6738ac2e7e77 Author: Campbell Barton Date: Thu Dec 15 11:48:08 2022 +1100 Branches: blender-v3.4-release https://developer.blender.org/rB72260deac10a5497a072c5da6d1c6738ac2e7e77 WM: support checking windowing capabilities Historically checks for windowing

[Bf-blender-cvs] [599c0db3fff] master: Cleanup: indentation in CMake files

2022-12-16 Thread Campbell Barton
Commit: 599c0db3fff0a66f4c46f6378daa1ac7e656c13b Author: Campbell Barton Date: Fri Dec 16 23:47:35 2022 +1100 Branches: master https://developer.blender.org/rB599c0db3fff0a66f4c46f6378daa1ac7e656c13b Cleanup: indentation in CMake files

[Bf-blender-cvs] [9a25c48f08c] master: Build: resolve failure to copy indirect dependencies for USD on Linux

2022-12-16 Thread Campbell Barton
Commit: 9a25c48f08c8df84062a8c7582379be49ca74655 Author: Campbell Barton Date: Fri Dec 16 23:28:28 2022 +1100 Branches: master https://developer.blender.org/rB9a25c48f08c8df84062a8c7582379be49ca74655 Build: resolve failure to copy indirect dependencies for USD on Linux Even when building

[Bf-blender-cvs] [3334ff0e323] master: CMake: warn Linux references old linux_centos7_x86_64 paths

2022-12-16 Thread Campbell Barton
Commit: 3334ff0e32354fe45a2cc4f45aa653f21b39f6c5 Author: Campbell Barton Date: Fri Dec 16 23:00:52 2022 +1100 Branches: master https://developer.blender.org/rB3334ff0e32354fe45a2cc4f45aa653f21b39f6c5 CMake: warn Linux references old linux_centos7_x86_64 paths When the centos7 library dir

[Bf-blender-cvs] [79a34758f52] master: Fix T103253: Infinite drag of number buttons is broken on WIN32

2022-12-15 Thread Campbell Barton
Commit: 79a34758f52ad2dce1d0545ee23ff85b6d15e119 Author: Campbell Barton Date: Fri Dec 16 18:37:44 2022 +1100 Branches: master https://developer.blender.org/rB79a34758f52ad2dce1d0545ee23ff85b6d15e119 Fix T103253: Infinite drag of number buttons is broken on WIN32 Recent reverting of changes

[Bf-blender-cvs] [ba89f640fe6] master: Fix T102792: Sculpt cursor jumps to random place

2022-12-15 Thread Campbell Barton
Commit: ba89f640fe6566437f8aaf4974dcda473671c7f4 Author: Campbell Barton Date: Fri Dec 16 18:37:47 2022 +1100 Branches: master https://developer.blender.org/rBba89f640fe6566437f8aaf4974dcda473671c7f4 Fix T102792: Sculpt cursor jumps to random place Restrict the condition under which paint

[Bf-blender-cvs] [f2945f38959] master: UI: don't change mouse cursor while it's grabbed

2022-12-15 Thread Campbell Barton
Commit: f2945f38959afb544a52a1d0d57be106c5dadf47 Author: Campbell Barton Date: Fri Dec 16 17:22:09 2022 +1100 Branches: master https://developer.blender.org/rBf2945f38959afb544a52a1d0d57be106c5dadf47 UI: don't change mouse cursor while it's grabbed The paint cursor was continuously set which

[Bf-blender-cvs] [ba7afbe3a12] master: Build: remove opus workaround for sndfile

2022-12-15 Thread Campbell Barton
Commit: ba7afbe3a124c170580f12a9222ab18faf38770c Author: Campbell Barton Date: Fri Dec 16 15:33:15 2022 +1100 Branches: master https://developer.blender.org/rBba7afbe3a124c170580f12a9222ab18faf38770c Build: remove opus workaround for sndfile For some reason SNDFILE now builds without

[Bf-blender-cvs] [8b2afe93b47] master: Build: correct extension type for SNDFILE

2022-12-15 Thread Campbell Barton
Commit: 8b2afe93b4730e15e30cdc76a95628a3ca22c3d7 Author: Campbell Barton Date: Fri Dec 16 15:35:20 2022 +1100 Branches: master https://developer.blender.org/rB8b2afe93b4730e15e30cdc76a95628a3ca22c3d7 Build: correct extension type for SNDFILE

[Bf-blender-cvs] [841020dba25] master: Fix active/default color names not being editable

2022-12-15 Thread Campbell Barton
Commit: 841020dba2563fbae2cb757ee3c9de9826871b4d Author: Campbell Barton Date: Fri Dec 16 12:30:56 2022 +1100 Branches: master https://developer.blender.org/rB841020dba2563fbae2cb757ee3c9de9826871b4d Fix active/default color names not being editable Revert [0] and enable the editable flag

[Bf-blender-cvs] [e58f5422c37] master: Cleanup: remove unused active name set callback functions

2022-12-15 Thread Campbell Barton
Commit: e58f5422c37762ab5b4302e7481a9ffed023913a Author: Campbell Barton Date: Fri Dec 16 10:50:18 2022 +1100 Branches: master https://developer.blender.org/rBe58f5422c37762ab5b4302e7481a9ffed023913a Cleanup: remove unused active name set callback functions

[Bf-blender-cvs] [2c22795dfdc] master: Build: upgrade pre-built libraries for Linux

2022-12-15 Thread Campbell Barton
Commit: 2c22795dfdceed35b2c9d95da3f92f4ce9129025 Author: Campbell Barton Date: Thu Dec 15 18:09:40 2022 +1100 Branches: master https://developer.blender.org/rB2c22795dfdceed35b2c9d95da3f92f4ce9129025 Build: upgrade pre-built libraries for Linux Replace ../lib/linux_centos7_x86_64 with ../lib

[Bf-blender-cvs] [140a2b22c17] temp-linux-35x-libs: Temp down-grade GCC

2022-12-14 Thread Campbell Barton
Commit: 140a2b22c171f2e755a09c6be4ebf67a56827204 Author: Campbell Barton Date: Thu Dec 15 18:41:41 2022 +1100 Branches: temp-linux-35x-libs https://developer.blender.org/rB140a2b22c171f2e755a09c6be4ebf67a56827204 Temp down-grade GCC

[Bf-blender-cvs] [da7bf6ed223] temp-linux-35x-libs: Test building with new 3.5x libraries on Linux

2022-12-14 Thread Campbell Barton
Commit: da7bf6ed2235f2591c34fcae889b8233cfcd1d32 Author: Campbell Barton Date: Thu Dec 15 18:09:40 2022 +1100 Branches: temp-linux-35x-libs https://developer.blender.org/rBda7bf6ed2235f2591c34fcae889b8233cfcd1d32 Test building with new 3.5x libraries on Linux

[Bf-blender-cvs] [9e47db4f43a] master: Correct build error with MSVC

2022-12-14 Thread Campbell Barton
Commit: 9e47db4f43a2b882d0a7d9f14560e90e1487b4c5 Author: Campbell Barton Date: Thu Dec 15 18:03:09 2022 +1100 Branches: master https://developer.blender.org/rB9e47db4f43a2b882d0a7d9f14560e90e1487b4c5 Correct build error with MSVC

[Bf-blender-cvs] [7571222a690] master: Cleanup: add trailing commas for multi-line collections

2022-12-14 Thread Campbell Barton
Commit: 7571222a690372bc907cf42c5fd9faa7f78abc74 Author: Campbell Barton Date: Thu Dec 15 17:24:23 2022 +1100 Branches: master https://developer.blender.org/rB7571222a690372bc907cf42c5fd9faa7f78abc74 Cleanup: add trailing commas for multi-line collections Avoid accidentally missing commas

[Bf-blender-cvs] [657a5f205ac] master: Cleanup: remove redundant property lookups in RNA API use

2022-12-14 Thread Campbell Barton
Commit: 657a5f205acc70fce542d075e68e7f7dba707233 Author: Campbell Barton Date: Thu Dec 15 16:30:42 2022 +1100 Branches: master https://developer.blender.org/rB657a5f205acc70fce542d075e68e7f7dba707233 Cleanup: remove redundant property lookups in RNA API use

[Bf-blender-cvs] [18cc1b11084] master: Fix cursor warping display under Wayland

2022-12-14 Thread Campbell Barton
Commit: 18cc1b11084098d2d709a6eb904257ab327568b2 Author: Campbell Barton Date: Thu Dec 15 15:19:57 2022 +1100 Branches: master https://developer.blender.org/rB18cc1b11084098d2d709a6eb904257ab327568b2 Fix cursor warping display under Wayland Under Wayland the transform cursor wasn't displaying

[Bf-blender-cvs] [d715573aea9] master: Cleanup: declare GHOST_Window::getCursorGrabBounds as const

2022-12-14 Thread Campbell Barton
Commit: d715573aea95b91143e6e181d0100e69c6dab93c Author: Campbell Barton Date: Thu Dec 15 15:10:51 2022 +1100 Branches: master https://developer.blender.org/rBd715573aea95b91143e6e181d0100e69c6dab93c Cleanup: declare GHOST_Window::getCursorGrabBounds as const Needed so it the method can

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