[Bf-blender-cvs] [76f513f6dcc] master: Fix T78601: User count errors when reading home-file

2020-08-31 Thread Campbell Barton
Commit: 76f513f6dcc352c62944858123d91dc393a55650 Author: Campbell Barton Date: Tue Sep 1 14:48:10 2020 +1000 Branches: master https://developer.blender.org/rB76f513f6dcc352c62944858123d91dc393a55650 Fix T78601: User count errors when reading home-file Calling:

[Bf-blender-cvs] [a241948ad96] master: Fix errors ensuring grease pencil palette

2020-08-31 Thread Campbell Barton
Commit: a241948ad96be3a9cdf04a0ee53605d3ff4dd82b Author: Campbell Barton Date: Tue Sep 1 14:40:07 2020 +1000 Branches: master https://developer.blender.org/rBa241948ad96be3a9cdf04a0ee53605d3ff4dd82b Fix errors ensuring grease pencil palette - Direct assignment caused ID user counts to be

[Bf-blender-cvs] [8c86c550356] master: Cleanup: correct doxy sections

2020-08-31 Thread Campbell Barton
Commit: 8c86c5503569393abc8180625d6f855530365c6b Author: Campbell Barton Date: Tue Sep 1 10:02:58 2020 +1000 Branches: master https://developer.blender.org/rB8c86c5503569393abc8180625d6f855530365c6b Cleanup: correct doxy sections

[Bf-blender-cvs] [d9d0a386cb0] master: Cleanup: don't register mix-in menu class

2020-08-31 Thread Campbell Barton
Commit: d9d0a386cb02eec14fc8d167e9235fdd18a02c18 Author: Campbell Barton Date: Tue Sep 1 10:03:09 2020 +1000 Branches: master https://developer.blender.org/rBd9d0a386cb02eec14fc8d167e9235fdd18a02c18 Cleanup: don't register mix-in menu class The class is only used as a base for other menus.

[Bf-blender-cvs] [12c0ecc9342] master: Fix T80100: To sphere tooltip uses "vertices" even in object mode

2020-08-31 Thread Aaron Carlisle
Commit: 12c0ecc934270ae39de197af8f2e22c009082dc4 Author: Aaron Carlisle Date: Mon Aug 31 23:24:50 2020 -0400 Branches: master https://developer.blender.org/rB12c0ecc934270ae39de197af8f2e22c009082dc4 Fix T80100: To sphere tooltip uses "vertices" even in object mode

[Bf-blender-cvs] [bb4478f2fdd] master: Fix T80031: UI: "Stencil Opacity" is vague

2020-08-31 Thread Aaron Carlisle
Commit: bb4478f2fdd8426d6050bf7b7c09611afeb1bd14 Author: Aaron Carlisle Date: Mon Aug 31 23:29:48 2020 -0400 Branches: master https://developer.blender.org/rBbb4478f2fdd8426d6050bf7b7c09611afeb1bd14 Fix T80031: UI: "Stencil Opacity" is vague This affects the mask opacity not the stencil

[Bf-blender-cvs] [058d29ed9a3] master: GHOST: Enable debug context on offscreen context too

2020-08-31 Thread Clément Foucault
Commit: 058d29ed9a3e971049c0d9d99f1cf571bfb0efae Author: Clément Foucault Date: Mon Aug 31 19:56:04 2020 +0200 Branches: master https://developer.blender.org/rB058d29ed9a3e971049c0d9d99f1cf571bfb0efae GHOST: Enable debug context on offscreen context too This was a long standing TODO. This was

[Bf-blender-cvs] [7f95d780e87] master: GLImmediate: Use CL_CHECK_ERROR

2020-08-31 Thread Clément Foucault
Commit: 7f95d780e872c4ee01a5b7db2b97e74b3a0bc978 Author: Clément Foucault Date: Mon Aug 31 23:14:42 2020 +0200 Branches: master https://developer.blender.org/rB7f95d780e872c4ee01a5b7db2b97e74b3a0bc978 GLImmediate: Use CL_CHECK_ERROR This provides a bit more debugging info on MacOS.

[Bf-blender-cvs] [13b0a697a07] master: Cleanup: GPU: Remove GPU_draw_primitive and default_vao_

2020-08-31 Thread Clément Foucault
Commit: 13b0a697a07e84abe5a62168ba75f38d325d3f22 Author: Clément Foucault Date: Mon Aug 31 18:42:14 2020 +0200 Branches: master https://developer.blender.org/rB13b0a697a07e84abe5a62168ba75f38d325d3f22 Cleanup: GPU: Remove GPU_draw_primitive and default_vao_ These are not used anymore and can

[Bf-blender-cvs] [82a197cc7f7] master: GPUDebug: Reformat GL debug callbacks and move them to GL backend

2020-08-31 Thread Clément Foucault
Commit: 82a197cc7f74be2e8f4fbe2d40fc2aec100c4276 Author: Clément Foucault Date: Mon Aug 31 22:41:04 2020 +0200 Branches: master https://developer.blender.org/rB82a197cc7f74be2e8f4fbe2d40fc2aec100c4276 GPUDebug: Reformat GL debug callbacks and move them to GL backend Now the callbacks are setup

[Bf-blender-cvs] [4e06afb0a1d] master: GL: Fix two GLerror

2020-08-31 Thread Clément Foucault
Commit: 4e06afb0a1d65980be5675e1f60ea23f654505bc Author: Clément Foucault Date: Tue Sep 1 00:22:44 2020 +0200 Branches: master https://developer.blender.org/rB4e06afb0a1d65980be5675e1f60ea23f654505bc GL: Fix two GLerror The gizmo one was only reproducible in debug builds. The GLImmediate one

[Bf-blender-cvs] [052538edc1f] master: Cleanup: Use GPUBatch for icon and area drawing

2020-08-31 Thread Clément Foucault
Commit: 052538edc1fba109d3427471047611888ed13bea Author: Clément Foucault Date: Mon Aug 31 18:39:17 2020 +0200 Branches: master https://developer.blender.org/rB052538edc1fba109d3427471047611888ed13bea Cleanup: Use GPUBatch for icon and area drawing This is in order to remove GPU_draw_primitive

[Bf-blender-cvs] [9d932b426f0] master: GL: Move MacOS debug callback to gl_debug.cc

2020-08-31 Thread Clément Foucault
Commit: 9d932b426f0db9350a3fe49cd5bcf8b25e7cf8bb Author: Clément Foucault Date: Mon Aug 31 23:13:35 2020 +0200 Branches: master https://developer.blender.org/rB9d932b426f0db9350a3fe49cd5bcf8b25e7cf8bb GL: Move MacOS debug callback to gl_debug.cc And format to use the same callback as standard

[Bf-blender-cvs] [a6ff8534f25] soc-2020-io-performance: fix smooth groups calculation

2020-08-31 Thread Ankit Meel
Commit: a6ff8534f25b439df585575a79320bd01af991c1 Author: Ankit Meel Date: Tue Sep 1 01:37:48 2020 +0530 Branches: soc-2020-io-performance https://developer.blender.org/rBa6ff8534f25b439df585575a79320bd01af991c1 fix smooth groups calculation

[Bf-blender-cvs] [9445be11fb7] soc-2020-io-performance: Not expose MPoly to writer. Write normals correctly

2020-08-31 Thread Ankit Meel
Commit: 9445be11fb72aaad3908846c455c973832522c1b Author: Ankit Meel Date: Tue Sep 1 03:33:05 2020 +0530 Branches: soc-2020-io-performance https://developer.blender.org/rB9445be11fb72aaad3908846c455c973832522c1b Not expose MPoly to writer. Write normals correctly Write vertex normals only of

[Bf-blender-cvs] [7a5d7948623] soc-2020-io-performance: Remove export_params_ member from OBJMesh.

2020-08-31 Thread Ankit Meel
Commit: 7a5d794862329769377ad01808a9f3df33f2b666 Author: Ankit Meel Date: Tue Sep 1 03:33:42 2020 +0530 Branches: soc-2020-io-performance https://developer.blender.org/rB7a5d794862329769377ad01808a9f3df33f2b666 Remove export_params_ member from OBJMesh.

[Bf-blender-cvs] [0b9f41f4a08] soc-2020-io-performance: Review update: use float3, std::optional, c_str()

2020-08-31 Thread Ankit Meel
Commit: 0b9f41f4a080d001bd20857cc8489a4723d67601 Author: Ankit Meel Date: Tue Sep 1 01:41:34 2020 +0530 Branches: soc-2020-io-performance https://developer.blender.org/rB0b9f41f4a080d001bd20857cc8489a4723d67601 Review update: use float3, std::optional, c_str() split nurbs function into two.

[Bf-blender-cvs] [3e7feaff44b] master: Cleanup: Comment formatting in unit.c

2020-08-31 Thread Hans Goudey
Commit: 3e7feaff44b70972751c9a62b83bde50a9c09592 Author: Hans Goudey Date: Mon Aug 31 14:18:06 2020 -0500 Branches: master https://developer.blender.org/rB3e7feaff44b70972751c9a62b83bde50a9c09592 Cleanup: Comment formatting in unit.c

[Bf-blender-cvs] [fc8533a3c93] master: New Boolean: Always expose solver propery, add warning

2020-08-31 Thread Hans Goudey
Commit: fc8533a3c93ce689a712b67680c90b16f226f9b9 Author: Hans Goudey Date: Mon Aug 31 11:49:22 2020 -0500 Branches: master https://developer.blender.org/rBfc8533a3c93ce689a712b67680c90b16f226f9b9 New Boolean: Always expose solver propery, add warning After discussion with @howardt, it seems

[Bf-blender-cvs] [c666a4c03c9] soc-2020-io-performance: Review update: fix UI text; add comments.

2020-08-31 Thread Ankit Meel
Commit: c666a4c03c988c0568bdb90edff8393a2eda013d Author: Ankit Meel Date: Mon Aug 31 22:08:44 2020 +0530 Branches: soc-2020-io-performance https://developer.blender.org/rBc666a4c03c988c0568bdb90edff8393a2eda013d Review update: fix UI text; add comments. Variable type change for `forward_axis`

[Bf-blender-cvs] [d2a70fbd436] soc-2020-testing-frameworks: saving state, not running compare unit test for run-test

2020-08-31 Thread Himanshi Kalra
Commit: d2a70fbd436d29795a287b50a37a6c7e3869c5f7 Author: Himanshi Kalra Date: Mon Aug 31 21:40:49 2020 +0530 Branches: soc-2020-testing-frameworks https://developer.blender.org/rBd2a70fbd436d29795a287b50a37a6c7e3869c5f7 saving state, not running compare unit test for run-test

[Bf-blender-cvs] [7056f180d3a] master: cleanup: Fix GMP spacing in cmake configurations

2020-08-31 Thread Ray Molenkamp
Commit: 7056f180d3a220c0c98999edd0ad3273b46a9ced Author: Ray Molenkamp Date: Mon Aug 31 09:42:58 2020 -0600 Branches: master https://developer.blender.org/rB7056f180d3a220c0c98999edd0ad3273b46a9ced cleanup: Fix GMP spacing in cmake configurations It now follows the spacing around it.

[Bf-blender-cvs] [3014b5efc87] master: Fix unused parameter warning in `snap_increment_apply_ex()`

2020-08-31 Thread Sybren A. Stüvel
Commit: 3014b5efc87c48889b8ee255c8f54ee1ef8b2e7f Author: Sybren A. Stüvel Date: Mon Aug 31 17:37:48 2020 +0200 Branches: master https://developer.blender.org/rB3014b5efc87c48889b8ee255c8f54ee1ef8b2e7f Fix unused parameter warning in `snap_increment_apply_ex()` No functional changes.

[Bf-blender-cvs] [f5866f484f0] master: Remove patch for HDF5 library

2020-08-31 Thread Sybren A. Stüvel
Commit: f5866f484f0c0c6c92f70701f843617aa6ba1f59 Author: Sybren A. Stüvel Date: Mon Aug 31 15:15:13 2020 +0200 Branches: master https://developer.blender.org/rBf5866f484f0c0c6c92f70701f843617aa6ba1f59 Remove patch for HDF5 library Delete `hdf5.diff`, because it's no longer used. Since Blender

[Bf-blender-cvs] [546b900194f] master: Cleanup/Refactor: Split the snap to increments code

2020-08-31 Thread Germano Cavalcante
Commit: 546b900194f0f0464d126e1e18ea4fc7c9b1c1ff Author: Germano Cavalcante Date: Mon Aug 31 10:14:40 2020 -0300 Branches: master https://developer.blender.org/rB546b900194f0f0464d126e1e18ea4fc7c9b1c1ff Cleanup/Refactor: Split the snap to increments code Now we have a better distinction of

[Bf-blender-cvs] [a8235975487] lanpr-under-gp: Cleanup: GPU_immediate: Change assert to BLI_assert

2020-08-31 Thread Clément Foucault
Commit: a8235975487d6e91e1931b3bf71defdb232d3891 Author: Clément Foucault Date: Sun Aug 30 20:28:30 2020 +0200 Branches: lanpr-under-gp https://developer.blender.org/rBa8235975487d6e91e1931b3bf71defdb232d3891 Cleanup: GPU_immediate: Change assert to BLI_assert

[Bf-blender-cvs] [d0e2ce54ac1] lanpr-under-gp: Cleanup: reduce variable scope and use LISTBASE_FOREACH

2020-08-31 Thread Jacques Lucke
Commit: d0e2ce54ac161bf1dc3f9531b3083a61469f8231 Author: Jacques Lucke Date: Mon Aug 31 12:54:55 2020 +0200 Branches: lanpr-under-gp https://developer.blender.org/rBd0e2ce54ac161bf1dc3f9531b3083a61469f8231 Cleanup: reduce variable scope and use LISTBASE_FOREACH

[Bf-blender-cvs] [a47a64d9e4d] lanpr-under-gp: GPUImmediate: GL backend isolation

2020-08-31 Thread Clément Foucault
Commit: a47a64d9e4d83b7a2e7f240d89870ca73897d1af Author: Clément Foucault Date: Mon Aug 31 15:14:47 2020 +0200 Branches: lanpr-under-gp https://developer.blender.org/rBa47a64d9e4d83b7a2e7f240d89870ca73897d1af GPUImmediate: GL backend isolation This is part of the Vulkan backend task T68990.

[Bf-blender-cvs] [bfe222561cf] lanpr-under-gp: GLContext: Fix framebuffer deletion to GPUContext

2020-08-31 Thread Clément Foucault
Commit: bfe222561cffe417c2550b3c0336c6a77602d61c Author: Clément Foucault Date: Mon Aug 31 15:13:26 2020 +0200 Branches: lanpr-under-gp https://developer.blender.org/rBbfe222561cffe417c2550b3c0336c6a77602d61c GLContext: Fix framebuffer deletion to GPUContext This has more meaning as it's the

[Bf-blender-cvs] [501d064ee92] lanpr-under-gp: Cleanup: GPU: Remove unused attr_binding and primitive code

2020-08-31 Thread Clément Foucault
Commit: 501d064ee92225b6ca1bc69f474d7a7ff28773b1 Author: Clément Foucault Date: Mon Aug 31 15:09:15 2020 +0200 Branches: lanpr-under-gp https://developer.blender.org/rB501d064ee92225b6ca1bc69f474d7a7ff28773b1 Cleanup: GPU: Remove unused attr_binding and primitive code

[Bf-blender-cvs] [2604bade6ca] lanpr-under-gp: Cleanup: reduce variable scope

2020-08-31 Thread Jacques Lucke
Commit: 2604bade6caa3f1b367f8a1bf7645deda3f849dd Author: Jacques Lucke Date: Mon Aug 31 13:59:33 2020 +0200 Branches: lanpr-under-gp https://developer.blender.org/rB2604bade6caa3f1b367f8a1bf7645deda3f849dd Cleanup: reduce variable scope

[Bf-blender-cvs] [7c0068c10f5] lanpr-under-gp: Linux: 2.90 release information in appdata

2020-08-31 Thread Dalai Felinto
Commit: 7c0068c10f5e07b98f7fce76fbbc563bc3094553 Author: Dalai Felinto Date: Mon Aug 31 11:16:54 2020 +0200 Branches: lanpr-under-gp https://developer.blender.org/rB7c0068c10f5e07b98f7fce76fbbc563bc3094553 Linux: 2.90 release information in appdata

[Bf-blender-cvs] [adfa7058041] lanpr-under-gp: Fix T79973: Re-ordering face maps messes up the names of other face maps

2020-08-31 Thread Germano Cavalcante
Commit: adfa7058041b2af82f47c7fabed001bda6eaf87d Author: Germano Cavalcante Date: Mon Aug 31 08:40:54 2020 -0300 Branches: lanpr-under-gp https://developer.blender.org/rBadfa7058041b2af82f47c7fabed001bda6eaf87d Fix T79973: Re-ordering face maps messes up the names of other face maps Use a

[Bf-blender-cvs] [6d5794e6bcf] lanpr-under-gp: Fix T80126: Alembic Import dialogue has overwrite protection UI

2020-08-31 Thread Philipp Oeser
Commit: 6d5794e6bcf5e6dfe231c972fe7253ba391e090b Author: Philipp Oeser Date: Mon Aug 31 12:35:48 2020 +0200 Branches: lanpr-under-gp https://developer.blender.org/rB6d5794e6bcf5e6dfe231c972fe7253ba391e090b Fix T80126: Alembic Import dialogue has overwrite protection UI Use `FILE_OPENFILE` when

[Bf-blender-cvs] [964071403ae] lanpr-under-gp: Cleanup: Resolve unused variable warning in lite build

2020-08-31 Thread Hans Goudey
Commit: 964071403ae784a48357d54316152e818f0ab94a Author: Hans Goudey Date: Sun Aug 30 22:47:05 2020 -0500 Branches: lanpr-under-gp https://developer.blender.org/rB964071403ae784a48357d54316152e818f0ab94a Cleanup: Resolve unused variable warning in lite build

[Bf-blender-cvs] [7efa3cec8bb] lanpr-under-gp: LineArt: CMake clean up.

2020-08-31 Thread YimingWu
Commit: 7efa3cec8bb07454ec1718e05ca2f66ce1bb5c57 Author: YimingWu Date: Mon Aug 31 16:33:41 2020 +0800 Branches: lanpr-under-gp https://developer.blender.org/rB7efa3cec8bb07454ec1718e05ca2f66ce1bb5c57 LineArt: CMake clean up. ===

[Bf-blender-cvs] [9282b3b9368] lanpr-under-gp: LineArt: Enable vector line intersection code (isect_v2_v2)

2020-08-31 Thread YimingWu
Commit: 9282b3b9368629b13f57415227606f7f07cf3ba7 Author: YimingWu Date: Mon Aug 31 22:03:11 2020 +0800 Branches: lanpr-under-gp https://developer.blender.org/rB9282b3b9368629b13f57415227606f7f07cf3ba7 LineArt: Enable vector line intersection code (isect_v2_v2)

[Bf-blender-cvs] [383c9717b5f] lanpr-under-gp: LineArt: Better line intersection function and handling.

2020-08-31 Thread YimingWu
Commit: 383c9717b5fd8b638097cbfb20a54b36a3e3d031 Author: YimingWu Date: Mon Aug 31 21:58:31 2020 +0800 Branches: lanpr-under-gp https://developer.blender.org/rB383c9717b5fd8b638097cbfb20a54b36a3e3d031 LineArt: Better line intersection function and handling.

[Bf-blender-cvs] [fda4bc5f2ff] asset-browser: Merge branch 'asset-metadata' into asset-browser

2020-08-31 Thread Julian Eisel
Commit: fda4bc5f2ff569d6961c9e05dbe8929c9e01bc7e Author: Julian Eisel Date: Mon Aug 31 16:04:31 2020 +0200 Branches: asset-browser https://developer.blender.org/rBfda4bc5f2ff569d6961c9e05dbe8929c9e01bc7e Merge branch 'asset-metadata' into asset-browser

[Bf-blender-cvs] [61d8c413785] greasepencil-edit-curve: Merge branch 'master' into greasepencil-edit-curve

2020-08-31 Thread Antonio Vazquez
Commit: 61d8c413785ea38fdca7a503b31839b84c276374 Author: Antonio Vazquez Date: Mon Aug 31 16:08:44 2020 +0200 Branches: greasepencil-edit-curve https://developer.blender.org/rB61d8c413785ea38fdca7a503b31839b84c276374 Merge branch 'master' into greasepencil-edit-curve

[Bf-blender-cvs] [cd6d7a5abca] greasepencil-object: Merge branch 'master' into greasepencil-object

2020-08-31 Thread Antonio Vazquez
Commit: cd6d7a5abca6a39e10f269c2c8085c4c6df63a50 Author: Antonio Vazquez Date: Mon Aug 31 16:09:00 2020 +0200 Branches: greasepencil-object https://developer.blender.org/rBcd6d7a5abca6a39e10f269c2c8085c4c6df63a50 Merge branch 'master' into greasepencil-object

[Bf-blender-cvs] [d32aadab6e3] asset-metadata: Adapt to new file read/write design from master

2020-08-31 Thread Julian Eisel
Commit: d32aadab6e3ea2a85152fbd98f87babb9245c572 Author: Julian Eisel Date: Mon Aug 31 16:00:05 2020 +0200 Branches: asset-metadata https://developer.blender.org/rBd32aadab6e3ea2a85152fbd98f87babb9245c572 Adapt to new file read/write design from master Partially a compile fix for previous

[Bf-blender-cvs] [6d317f24ec4] asset-metadata: Merge branch 'master' into asset-metadata

2020-08-31 Thread Julian Eisel
Commit: 6d317f24ec463e6e259edb2c7152e0a8b237c7b2 Author: Julian Eisel Date: Mon Aug 31 15:42:02 2020 +0200 Branches: asset-metadata https://developer.blender.org/rB6d317f24ec463e6e259edb2c7152e0a8b237c7b2 Merge branch 'master' into asset-metadata

[Bf-blender-cvs] [a1df2fc4438] master: Cleanup: GPU: Remove unused attr_binding and primitive code

2020-08-31 Thread Clément Foucault
Commit: a1df2fc44388a92ba539f764203170902dd2a663 Author: Clément Foucault Date: Mon Aug 31 15:09:15 2020 +0200 Branches: master https://developer.blender.org/rBa1df2fc44388a92ba539f764203170902dd2a663 Cleanup: GPU: Remove unused attr_binding and primitive code

[Bf-blender-cvs] [1804eb57fd2] master: GPUImmediate: GL backend isolation

2020-08-31 Thread Clément Foucault
Commit: 1804eb57fd27fceb0ed113e3ef2f4a55db0d03c8 Author: Clément Foucault Date: Mon Aug 31 15:14:47 2020 +0200 Branches: master https://developer.blender.org/rB1804eb57fd27fceb0ed113e3ef2f4a55db0d03c8 GPUImmediate: GL backend isolation This is part of the Vulkan backend task T68990. This is

[Bf-blender-cvs] [a54fb081ba9] master: Cleanup: GPU_immediate: Change assert to BLI_assert

2020-08-31 Thread Clément Foucault
Commit: a54fb081ba92c51a7fc5dc9d3b0d51df709395de Author: Clément Foucault Date: Sun Aug 30 20:28:30 2020 +0200 Branches: master https://developer.blender.org/rBa54fb081ba92c51a7fc5dc9d3b0d51df709395de Cleanup: GPU_immediate: Change assert to BLI_assert

[Bf-blender-cvs] [1b3a0ae2316] master: GLContext: Fix framebuffer deletion to GPUContext

2020-08-31 Thread Clément Foucault
Commit: 1b3a0ae2316063d9817210a8fe5fd4588cee47cf Author: Clément Foucault Date: Mon Aug 31 15:13:26 2020 +0200 Branches: master https://developer.blender.org/rB1b3a0ae2316063d9817210a8fe5fd4588cee47cf GLContext: Fix framebuffer deletion to GPUContext This has more meaning as it's the base

[Bf-blender-cvs] [a440060142c] master: Fix T79973: Re-ordering face maps messes up the names of other face maps

2020-08-31 Thread Germano Cavalcante
Commit: a440060142caed013252696b91b930376a298fe5 Author: Germano Cavalcante Date: Mon Aug 31 08:40:54 2020 -0300 Branches: master https://developer.blender.org/rBa440060142caed013252696b91b930376a298fe5 Fix T79973: Re-ordering face maps messes up the names of other face maps Use a remap

[Bf-blender-cvs] [c83ef9d7b29] master: Cleanup: reduce variable scope

2020-08-31 Thread Jacques Lucke
Commit: c83ef9d7b2959aaad5180f0cbab7c3f89eb69e1e Author: Jacques Lucke Date: Mon Aug 31 13:59:33 2020 +0200 Branches: master https://developer.blender.org/rBc83ef9d7b2959aaad5180f0cbab7c3f89eb69e1e Cleanup: reduce variable scope

[Bf-blender-cvs] [0330d1af29c] blender-v2.90-release: Fix T77900: File Browser in macOS fullscreen crashes

2020-08-31 Thread Yevgeny Makarov
Commit: 0330d1af29c067cf309e4798f5259e01a8c3c668 Author: Yevgeny Makarov Date: Wed Aug 26 16:27:05 2020 +0200 Branches: blender-v2.90-release https://developer.blender.org/rB0330d1af29c067cf309e4798f5259e01a8c3c668 Fix T77900: File Browser in macOS fullscreen crashes When Blender is started in

[Bf-blender-cvs] [e9da71ae2df] master: Cleanup: reduce variable scope and use LISTBASE_FOREACH

2020-08-31 Thread Jacques Lucke
Commit: e9da71ae2df243bcb2c1ed2e2bacca164a58bd54 Author: Jacques Lucke Date: Mon Aug 31 12:54:55 2020 +0200 Branches: master https://developer.blender.org/rBe9da71ae2df243bcb2c1ed2e2bacca164a58bd54 Cleanup: reduce variable scope and use LISTBASE_FOREACH

[Bf-blender-cvs] [cb0b0416f45] blender-v2.90-release: Fix T80258: UILayout.prop_search() issues with datablock names

2020-08-31 Thread Philipp Oeser
Commit: cb0b0416f454419cd1902434f7dffa2682417a56 Author: Philipp Oeser Date: Mon Aug 31 12:37:50 2020 +0200 Branches: blender-v2.90-release https://developer.blender.org/rBcb0b0416f454419cd1902434f7dffa2682417a56 Fix T80258: UILayout.prop_search() issues with datablock names If the search menu

[Bf-blender-cvs] [defe21a7bba] blender-v2.90-release: Doversion: move (fix) 2.80 checks to 2.90

2020-08-31 Thread Dalai Felinto
Commit: defe21a7bbace8a0688a6782a4e985eeff8e8ee1 Author: Dalai Felinto Date: Mon Aug 31 12:34:47 2020 +0200 Branches: blender-v2.90-release https://developer.blender.org/rBdefe21a7bbace8a0688a6782a4e985eeff8e8ee1 Doversion: move (fix) 2.80 checks to 2.90 Some doversion checks were done in the

[Bf-blender-cvs] [c5b9bf32e9e] master: Fix T80126: Alembic Import dialogue has overwrite protection UI

2020-08-31 Thread Philipp Oeser
Commit: c5b9bf32e9e302c6ecf337a414e813c5a8d7487b Author: Philipp Oeser Date: Mon Aug 31 12:35:48 2020 +0200 Branches: master https://developer.blender.org/rBc5b9bf32e9e302c6ecf337a414e813c5a8d7487b Fix T80126: Alembic Import dialogue has overwrite protection UI Use `FILE_OPENFILE` when

[Bf-blender-cvs] [1c2ade053af] master: Linux: 2.90 release information in appdata

2020-08-31 Thread Dalai Felinto
Commit: 1c2ade053afe12aa25e22a4c197eb4cc206a Author: Dalai Felinto Date: Mon Aug 31 11:16:54 2020 +0200 Branches: master https://developer.blender.org/rB1c2ade053afe12aa25e22a4c197eb4cc206a Linux: 2.90 release information in appdata

[Bf-blender-cvs] [834613a50e1] blender-v2.90-release: Splash: new image for 2.90 by Daniel Bystedt

2020-08-31 Thread Dalai Felinto
Commit: 834613a50e161d655aa2fa1a8bb133a6b84d74e5 Author: Dalai Felinto Date: Mon Aug 31 11:07:18 2020 +0200 Branches: blender-v2.90-release https://developer.blender.org/rB834613a50e161d655aa2fa1a8bb133a6b84d74e5 Splash: new image for 2.90 by Daniel Bystedt

[Bf-blender-cvs] [1558c006fbc] blender-v2.90-release: Linux: 2.90 release information in appdata

2020-08-31 Thread Dalai Felinto
Commit: 1558c006fbc691321749879ec09287574dfe763c Author: Dalai Felinto Date: Mon Aug 31 11:16:54 2020 +0200 Branches: blender-v2.90-release https://developer.blender.org/rB1558c006fbc691321749879ec09287574dfe763c Linux: 2.90 release information in appdata

[Bf-blender-cvs] [9e0a4fcaad1] blender-v2.90-release: Blender 2.90 subversion bump

2020-08-31 Thread Dalai Felinto
Commit: 9e0a4fcaad1fb8d20677b289d0b137927b4cc1aa Author: Dalai Felinto Date: Mon Aug 31 10:51:13 2020 +0200 Branches: blender-v2.90-release https://developer.blender.org/rB9e0a4fcaad1fb8d20677b289d0b137927b4cc1aa Blender 2.90 subversion bump Preparing for release.

[Bf-blender-cvs] [8cc52ef6e20] blender-v2.83-release: VR: SteamVR is now a supported OpenXR runtime! (Windows only)

2020-08-31 Thread Julian Eisel
Commit: 8cc52ef6e20878bc61b0ce5f61f6df8b11fe1250 Author: Julian Eisel Date: Fri Jun 12 11:59:12 2020 +0200 Branches: blender-v2.83-release https://developer.blender.org/rB8cc52ef6e20878bc61b0ce5f61f6df8b11fe1250 VR: SteamVR is now a supported OpenXR runtime! (Windows only) Steam just released

[Bf-blender-cvs] [524a2ec533c] uvimage-editor-drawing: Don't draw grid when there is an image

2020-08-31 Thread Jeroen Bakker
Commit: 524a2ec533c62de77016010b1d5b725f8c53d68d Author: Jeroen Bakker Date: Mon Aug 31 10:42:59 2020 +0200 Branches: uvimage-editor-drawing https://developer.blender.org/rB524a2ec533c62de77016010b1d5b725f8c53d68d Don't draw grid when there is an image

[Bf-blender-cvs] [f18f6d5354d] lanpr-under-gp: LineArt: DNA/RNA cleanup.

2020-08-31 Thread YimingWu
Commit: f18f6d5354d0f402f1efbbdfb36c3e6811eca476 Author: YimingWu Date: Mon Aug 31 15:07:19 2020 +0800 Branches: lanpr-under-gp https://developer.blender.org/rBf18f6d5354d0f402f1efbbdfb36c3e6811eca476 LineArt: DNA/RNA cleanup. ===

[Bf-blender-cvs] [0e1dd86c5bd] lanpr-under-gp: LineArt: Names clean up.

2020-08-31 Thread YimingWu
Commit: 0e1dd86c5bda40cb397041dfce7ad2dff4e68c91 Author: YimingWu Date: Mon Aug 31 15:03:27 2020 +0800 Branches: lanpr-under-gp https://developer.blender.org/rB0e1dd86c5bda40cb397041dfce7ad2dff4e68c91 LineArt: Names clean up. ===