[Bf-blender-cvs] [ca8ffc523e3] master: fix flush

2020-09-07 Thread Clément Foucault
Commit: ca8ffc523e3d08fc55c5cf000fa9fc3888950bf7 Author: Clément Foucault Date: Tue Sep 8 03:15:06 2020 +0200 Branches: master https://developer.blender.org/rBca8ffc523e3d08fc55c5cf000fa9fc3888950bf7 fix flush === M

[Bf-blender-cvs] [d2e9de93b8d] master: GPU: Cleanup implementation casts

2020-09-07 Thread Clément Foucault
Commit: d2e9de93b8d1d6cd45abce8164d0f92af8f636d0 Author: Clément Foucault Date: Tue Sep 8 03:34:47 2020 +0200 Branches: master https://developer.blender.org/rBd2e9de93b8d1d6cd45abce8164d0f92af8f636d0 GPU: Cleanup implementation casts - Use the syntactic wrap/unwrap method to make code more

[Bf-blender-cvs] [a30ad3634d2] master: Cleanup: DRW: Replace 0 by NULL in GPU_context_create calls

2020-09-07 Thread Clément Foucault
Commit: a30ad3634d2ed489d0c285b2ea77bc1c69e23826 Author: Clément Foucault Date: Tue Sep 8 03:19:15 2020 +0200 Branches: master https://developer.blender.org/rBa30ad3634d2ed489d0c285b2ea77bc1c69e23826 Cleanup: DRW: Replace 0 by NULL in GPU_context_create calls This was left from a previous

[Bf-blender-cvs] [ccc512cc619] master: GPUImmediate: Make activation / deactivation implicit

2020-09-07 Thread Clément Foucault
Commit: ccc512cc619dc9f0e6fd79270a7a96ece34d23b5 Author: Clément Foucault Date: Tue Sep 8 03:18:49 2020 +0200 Branches: master https://developer.blender.org/rBccc512cc619dc9f0e6fd79270a7a96ece34d23b5 GPUImmediate: Make activation / deactivation implicit This avoids unecessary complexity. Also

[Bf-blender-cvs] [28ea459a61f] master: GPUState: Encapsulate glPixelStorei inside the GLStateManager

2020-09-07 Thread Clément Foucault
Commit: 28ea459a61f65de03724db8709271d41f6bf135b Author: Clément Foucault Date: Tue Sep 8 00:30:38 2020 +0200 Branches: master https://developer.blender.org/rB28ea459a61f65de03724db8709271d41f6bf135b GPUState: Encapsulate glPixelStorei inside the GLStateManager Part of the Vulkan task T68990

[Bf-blender-cvs] [33b25b6a9e8] master: GPUTexture: Remove unused functions and avoid GPU_texture_opengl_bindcode

2020-09-07 Thread Clément Foucault
Commit: 33b25b6a9e86082a40a24b14bb0a6aad708dfb11 Author: Clément Foucault Date: Tue Sep 8 03:22:35 2020 +0200 Branches: master https://developer.blender.org/rB33b25b6a9e86082a40a24b14bb0a6aad708dfb11 GPUTexture: Remove unused functions and avoid GPU_texture_opengl_bindcode This is a cleanup.

[Bf-blender-cvs] [48690d967a7] master: GPUContext: Move GPUContext to gpu::Context for more consistency

2020-09-07 Thread Clément Foucault
Commit: 48690d967a7731367cda01ab8dca64e7f4c3f6b5 Author: Clément Foucault Date: Tue Sep 8 04:12:12 2020 +0200 Branches: master https://developer.blender.org/rB48690d967a7731367cda01ab8dca64e7f4c3f6b5 GPUContext: Move GPUContext to gpu::Context for more consistency This makes the GPUContext

[Bf-blender-cvs] [77f60a09310] master: GPUState: Encapsulate glFlush and glFinish inside the GLContext

2020-09-07 Thread Clément Foucault
Commit: 77f60a09310dad0cb41e2e2ec4a71f9bdb762e67 Author: Clément Foucault Date: Tue Sep 8 00:10:37 2020 +0200 Branches: master https://developer.blender.org/rB77f60a09310dad0cb41e2e2ec4a71f9bdb762e67 GPUState: Encapsulate glFlush and glFinish inside the GLContext Part of the Vulkan task T68990

[Bf-blender-cvs] [f23400490e2] master: Cleanup: doxygen syntax for idtype.c

2020-09-07 Thread Campbell Barton
Commit: f23400490e236ebbb01e6d2abfae6d8041aac2b1 Author: Campbell Barton Date: Tue Sep 8 10:41:12 2020 +1000 Branches: master https://developer.blender.org/rBf23400490e236ebbb01e6d2abfae6d8041aac2b1 Cleanup: doxygen syntax for idtype.c

[Bf-blender-cvs] [80d134b6d10] master: Cleanup: remove unused source file

2020-09-07 Thread Campbell Barton
Commit: 80d134b6d102d604e5b977219997975abf429018 Author: Campbell Barton Date: Tue Sep 8 09:28:43 2020 +1000 Branches: master https://developer.blender.org/rB80d134b6d102d604e5b977219997975abf429018 Cleanup: remove unused source file FX_shader_light.c was added by accident in 66da2f537ae80ce2.

[Bf-blender-cvs] [38b1450848d] master: Cleanup: tabs to spaces

2020-09-07 Thread Campbell Barton
Commit: 38b1450848d89aae8b5888afdaf143b150ff3f1f Author: Campbell Barton Date: Tue Sep 8 09:23:02 2020 +1000 Branches: master https://developer.blender.org/rB38b1450848d89aae8b5888afdaf143b150ff3f1f Cleanup: tabs to spaces === M

[Bf-blender-cvs] [bedc68a8388] master: Cleanup: consistent syntax for doxygen parameters

2020-09-07 Thread Campbell Barton
Commit: bedc68a83881b209b399bb5135fb08b0968b145a Author: Campbell Barton Date: Tue Sep 8 09:10:17 2020 +1000 Branches: master https://developer.blender.org/rBbedc68a83881b209b399bb5135fb08b0968b145a Cleanup: consistent syntax for doxygen parameters Also use back-slash instead of '@'.

[Bf-blender-cvs] [5c2ac8520e0] master: GPUQuery: GL Backend isolation

2020-09-07 Thread Clément Foucault
Commit: 5c2ac8520e070db2085b7d95d9d232b567edb247 Author: Clément Foucault Date: Mon Sep 7 23:52:55 2020 +0200 Branches: master https://developer.blender.org/rB5c2ac8520e070db2085b7d95d9d232b567edb247 GPUQuery: GL Backend isolation This is part of the Vulkan task T68990. This introduce a new

[Bf-blender-cvs] [b7a28b315a0] master: GPUFramebuffer: Make GPU_framebuffer_read_depth more flexible

2020-09-07 Thread Clément Foucault
Commit: b7a28b315a0ba85f9796845718e578abf5379f7d Author: Clément Foucault Date: Mon Sep 7 21:08:31 2020 +0200 Branches: master https://developer.blender.org/rBb7a28b315a0ba85f9796845718e578abf5379f7d GPUFramebuffer: Make GPU_framebuffer_read_depth more flexible This is to make use of it in

[Bf-blender-cvs] [d4fd363d059] master: GPU: Select Pick: Remove last GL call

2020-09-07 Thread Clément Foucault
Commit: d4fd363d05943eaf021ef3bff8756cdf96241c0e Author: Clément Foucault Date: Mon Sep 7 21:09:18 2020 +0200 Branches: master https://developer.blender.org/rBd4fd363d05943eaf021ef3bff8756cdf96241c0e GPU: Select Pick: Remove last GL call This is part of the Vulkan task T68990 This is just a

[Bf-blender-cvs] [97c6c4e4788] master: Decimate Modifier: Restore vertex group factor property in UI

2020-09-07 Thread Hans Goudey
Commit: 97c6c4e478830bd9a38873c5208e1ca37840b69a Author: Hans Goudey Date: Mon Sep 7 15:34:32 2020 -0500 Branches: master https://developer.blender.org/rB97c6c4e478830bd9a38873c5208e1ca37840b69a Decimate Modifier: Restore vertex group factor property in UI This property was inadvertently

[Bf-blender-cvs] [36aeb0ec1e2] master: UI: Add temperature units

2020-09-07 Thread Hans Goudey
Commit: 36aeb0ec1e2ec8cd6a3690ac11cd3c50f3851802 Author: Hans Goudey Date: Mon Sep 7 14:59:07 2020 -0500 Branches: master https://developer.blender.org/rB36aeb0ec1e2ec8cd6a3690ac11cd3c50f3851802 UI: Add temperature units Based on the original patch by Vaishnav S (@padthai), this adds support

[Bf-blender-cvs] [d4cca7b7b0d] master: UI: Changes to timeline playback popover

2020-09-07 Thread Hans Goudey
Commit: d4cca7b7b0d858a45c684fd0725344881e0c1c63 Author: Hans Goudey Date: Mon Sep 7 14:22:29 2020 -0500 Branches: master https://developer.blender.org/rBd4cca7b7b0d858a45c684fd0725344881e0c1c63 UI: Changes to timeline playback popover The current playback popover has some issues: - Using

[Bf-blender-cvs] [5eb5978043c] master: Generate Xcode scheme files during configuration.

2020-09-07 Thread Ankit
Commit: 5eb5978043c8e7036e15572ea43b083965140e77 Author: Ankit Date: Tue Sep 8 00:24:59 2020 +0530 Branches: master https://developer.blender.org/rB5eb5978043c8e7036e15572ea43b083965140e77 Generate Xcode scheme files during configuration. Every time CMake is re-run, Xcode shows a popup asking

[Bf-blender-cvs] [6aaa6c96a1c] master: Tests: set build directory using build type

2020-09-07 Thread Ankit
Commit: 6aaa6c96a1c5b1cfb093433f96999086534ef18b Author: Ankit Date: Tue Sep 8 00:22:39 2020 +0530 Branches: master https://developer.blender.org/rB6aaa6c96a1c5b1cfb093433f96999086534ef18b Tests: set build directory using build type Similar to {rB0a5f7061369d53b4eac55362ad2} but also for Xcode

[Bf-blender-cvs] [40dcf686f04] master: Support ASan library on macOS for all generators.

2020-09-07 Thread Ankit
Commit: 40dcf686f04f7db8110f9c85621eb8a0bd764080 Author: Ankit Date: Tue Sep 8 00:17:17 2020 +0530 Branches: master https://developer.blender.org/rB40dcf686f04f7db8110f9c85621eb8a0bd764080 Support ASan library on macOS for all generators. This change allows macOS developers to use

[Bf-blender-cvs] [de21ab418d6] master: Add a Self option to the Exact boolean modifier. Fixes T52425.

2020-09-07 Thread Howard Trickey
Commit: de21ab418d69ca82a07ec7c836b1deca09bbd57f Author: Howard Trickey Date: Mon Sep 7 14:26:00 2020 -0400 Branches: master https://developer.blender.org/rBde21ab418d69ca82a07ec7c836b1deca09bbd57f Add a Self option to the Exact boolean modifier. Fixes T52425. With this option,

[Bf-blender-cvs] [19f56cfe6c5] master: Cleanup: GLBackend: Move buf_free and tex_free to GLContext

2020-09-07 Thread Clément Foucault
Commit: 19f56cfe6c59e3a54aaf7499fd9072a8790171b7 Author: Clément Foucault Date: Mon Sep 7 20:08:25 2020 +0200 Branches: master https://developer.blender.org/rB19f56cfe6c59e3a54aaf7499fd9072a8790171b7 Cleanup: GLBackend: Move buf_free and tex_free to GLContext This makes it easier to follow.

[Bf-blender-cvs] [58353834f44] master: GPUCapabilities: Isolate GL memory statistics

2020-09-07 Thread Clément Foucault
Commit: 58353834f441b8b4ca91dcd4ec94ac49bbbf5ab0 Author: Clément Foucault Date: Mon Sep 7 19:53:48 2020 +0200 Branches: master https://developer.blender.org/rB58353834f441b8b4ca91dcd4ec94ac49bbbf5ab0 GPUCapabilities: Isolate GL memory statistics This is part of the Vulkan task T68990 This is

[Bf-blender-cvs] [c5c6b5ddb31] master: GPUCapabilities: Isolate GL_STEREO to GLContext

2020-09-07 Thread Clément Foucault
Commit: c5c6b5ddb31c8a79667d6dcd689808efd3dadd8a Author: Clément Foucault Date: Mon Sep 7 19:52:22 2020 +0200 Branches: master https://developer.blender.org/rBc5c6b5ddb31c8a79667d6dcd689808efd3dadd8a GPUCapabilities: Isolate GL_STEREO to GLContext This is part of the Vulkan task T68990 This

[Bf-blender-cvs] [d2911124f42] master: BLI: improve exception safety of VectorSet

2020-09-07 Thread Jacques Lucke
Commit: d2911124f42fd58d42b1b734c852980d5dbde401 Author: Jacques Lucke Date: Mon Sep 7 19:36:24 2020 +0200 Branches: master https://developer.blender.org/rBd2911124f42fd58d42b1b734c852980d5dbde401 BLI: improve exception safety of VectorSet For more information see

[Bf-blender-cvs] [6b436b80a45] master: GPU: Rename gpu_extensions to gpu_capabilities

2020-09-07 Thread Clément Foucault
Commit: 6b436b80a45c947d49ab5fbda515fb02877eefd4 Author: Clément Foucault Date: Mon Sep 7 19:35:56 2020 +0200 Branches: master https://developer.blender.org/rB6b436b80a45c947d49ab5fbda515fb02877eefd4 GPU: Rename gpu_extensions to gpu_capabilities This makes more sense as this module has more

[Bf-blender-cvs] [171b36683a7] master: GPUExtensions: GL backend isolation

2020-09-07 Thread Clément Foucault
Commit: 171b36683a774d70a8f25529858b9c002a2a317e Author: Clément Foucault Date: Mon Sep 7 18:52:30 2020 +0200 Branches: master https://developer.blender.org/rB171b36683a774d70a8f25529858b9c002a2a317e GPUExtensions: GL backend isolation This is part of the Vulkan task T68990. This commits

[Bf-blender-cvs] [360489c7516] master: GPUPlatform: GL backend isolation

2020-09-07 Thread Clément Foucault
Commit: 360489c75167d47653bc34ad9ba9a65076bf384c Author: Clément Foucault Date: Mon Sep 7 15:39:47 2020 +0200 Branches: master https://developer.blender.org/rB360489c75167d47653bc34ad9ba9a65076bf384c GPUPlatform: GL backend isolation Part of the vulkan implementation T68990. Pretty straight

[Bf-blender-cvs] [a784e90be02] master: EEVEE: Try to allocate the lightcache and use fallback if failure

2020-09-07 Thread Clément Foucault
Commit: a784e90be02548aa38ba7c6d48087a819ea8693d Author: Clément Foucault Date: Mon Sep 7 19:17:04 2020 +0200 Branches: master https://developer.blender.org/rBa784e90be02548aa38ba7c6d48087a819ea8693d EEVEE: Try to allocate the lightcache and use fallback if failure This is to remove an

[Bf-blender-cvs] [5de4525e393] master: GPUTexture: Bump GPU_TEX_MAX_FBO_ATTACHED

2020-09-07 Thread Clément Foucault
Commit: 5de4525e3939514b339c9775541ff7d1bc8af908 Author: Clément Foucault Date: Mon Sep 7 19:19:06 2020 +0200 Branches: master https://developer.blender.org/rB5de4525e3939514b339c9775541ff7d1bc8af908 GPUTexture: Bump GPU_TEX_MAX_FBO_ATTACHED This was causing an assert when using

[Bf-blender-cvs] [9cac181fbea] master: Audaspace: port changes from upstream.

2020-09-07 Thread Joerg Mueller
Commit: 9cac181fbead28c0bf963bf2b9f82fddf3c2b7df Author: Joerg Mueller Date: Mon Sep 7 18:11:56 2020 +0200 Branches: master https://developer.blender.org/rB9cac181fbead28c0bf963bf2b9f82fddf3c2b7df Audaspace: port changes from upstream. Adds possibility to report progress during audio mixdown.

[Bf-blender-cvs] [1291c7add61] master: Cleanup: Refactor object.parent_set operator

2020-09-07 Thread Sybren A. Stüvel
Commit: 1291c7add619d5e5f3cf4a6ad2c14827ce74afb6 Author: Sybren A. Stüvel Date: Mon Sep 7 16:30:34 2020 +0200 Branches: master https://developer.blender.org/rB1291c7add619d5e5f3cf4a6ad2c14827ce74afb6 Cleanup: Refactor object.parent_set operator Refactor the operator exec function into a few

[Bf-blender-cvs] [53ca638f2b7] master: Cleanup: Clang Tidy, readability-inconsistent-declaration-parameter-name

2020-09-07 Thread Sybren A. Stüvel
Commit: 53ca638f2b738af644661bd4fabcf7e3fdf6e73b Author: Sybren A. Stüvel Date: Mon Sep 7 18:09:09 2020 +0200 Branches: master https://developer.blender.org/rB53ca638f2b738af644661bd4fabcf7e3fdf6e73b Cleanup: Clang Tidy, readability-inconsistent-declaration-parameter-name No functional

[Bf-blender-cvs] [66a8a2584f2] soc-2020-fluid-tools: Replaced `coba_*` with `color_ramp_*` in the Python API for fluid.

2020-09-07 Thread Sriharsha Kotcharlakot
Commit: 66a8a2584f28f73a045d5bc8db0c68ff1e2f3dbd Author: Sriharsha Kotcharlakot Date: Mon Sep 7 20:59:31 2020 +0530 Branches: soc-2020-fluid-tools https://developer.blender.org/rB66a8a2584f28f73a045d5bc8db0c68ff1e2f3dbd Replaced `coba_*` with `color_ramp_*` in the Python API for fluid.

[Bf-blender-cvs] [675c9644420] master: Sculpt: Sculpt Trimming gestures tools

2020-09-07 Thread Pablo Dobarro
Commit: 675c9644420eba96751e1cadedd2656a8bc39191 Author: Pablo Dobarro Date: Sat Sep 5 20:06:27 2020 +0200 Branches: master https://developer.blender.org/rB675c9644420eba96751e1cadedd2656a8bc39191 Sculpt: Sculpt Trimming gestures tools This implements Box Trim as a boolean based trimming too

[Bf-blender-cvs] [1dc11d15a60] master: Fix T79914: Grab active vertex using wrong coordinates

2020-09-07 Thread Pablo Dobarro
Commit: 1dc11d15a60b1fdb21f72c9bd39ba27e3acdb80f Author: Pablo Dobarro Date: Mon Sep 7 17:24:52 2020 +0200 Branches: master https://developer.blender.org/rB1dc11d15a60b1fdb21f72c9bd39ba27e3acdb80f Fix T79914: Grab active vertex using wrong coordinates This was introduced in the first commit of

[Bf-blender-cvs] [0c4b732ef2c] master: Fix T78225: Vertex Colors not showing in edit mode

2020-09-07 Thread Pablo Dobarro
Commit: 0c4b732ef2cd5d3b4d6d7dbaa27801d1bfff04ae Author: Pablo Dobarro Date: Sun Sep 6 18:56:40 2020 +0200 Branches: master https://developer.blender.org/rB0c4b732ef2cd5d3b4d6d7dbaa27801d1bfff04ae Fix T78225: Vertex Colors not showing in edit mode This should be using the

[Bf-blender-cvs] [bbbfd7130ae] master: Fix Boundary Brush not working with partially hidden meshes

2020-09-07 Thread Pablo Dobarro
Commit: bbbfd7130ae36b9ba1652b919ef6ae426107acd8 Author: Pablo Dobarro Date: Sun Sep 6 19:38:37 2020 +0200 Branches: master https://developer.blender.org/rBbbbfd7130ae36b9ba1652b919ef6ae426107acd8 Fix Boundary Brush not working with partially hidden meshes Now when a mesh is partially hidden

[Bf-blender-cvs] [179bd1ea7d4] master: Fix T77763: Wrong highlight of active grab vertex

2020-09-07 Thread Sergey Sharybin
Commit: 179bd1ea7d4d1b31ce22ac1d5d0c0b32b843aa6f Author: Sergey Sharybin Date: Mon Sep 7 16:56:41 2020 +0200 Branches: master https://developer.blender.org/rB179bd1ea7d4d1b31ce22ac1d5d0c0b32b843aa6f Fix T77763: Wrong highlight of active grab vertex The "Grab Active Vertex" in sculpt mode

[Bf-blender-cvs] [231d08cbb11] master: Multires: Fix memory leak when multires is at level 0

2020-09-07 Thread Sergey Sharybin
Commit: 231d08cbb11277ebfe1c1700124ced9ef50229d8 Author: Sergey Sharybin Date: Mon Sep 7 16:43:34 2020 +0200 Branches: master https://developer.blender.org/rB231d08cbb11277ebfe1c1700124ced9ef50229d8 Multires: Fix memory leak when multires is at level 0 There is no SubdivCCG created in this

[Bf-blender-cvs] [9681708c1cf] master: Fix T80561: Crash when multi-mesh editing UVs with proportional editing

2020-09-07 Thread Julian Eisel
Commit: 9681708c1cf12026095b3a8a52cd0b3fa046ba1f Author: Julian Eisel Date: Mon Sep 7 16:14:58 2020 +0200 Branches: master https://developer.blender.org/rB9681708c1cf12026095b3a8a52cd0b3fa046ba1f Fix T80561: Crash when multi-mesh editing UVs with proportional editing Because of a `goto` we

[Bf-blender-cvs] [d71458d9196] master: BLI: add comparison operators for StringRef

2020-09-07 Thread Jacques Lucke
Commit: d71458d91963b56a02bc05d617344fd2871951dd Author: Jacques Lucke Date: Mon Sep 7 16:09:48 2020 +0200 Branches: master https://developer.blender.org/rBd71458d91963b56a02bc05d617344fd2871951dd BLI: add comparison operators for StringRef The semantic of those is the same as for

[Bf-blender-cvs] [34063250aef] soc-2020-greasepencil-curve: GPencil: Fix view_selected

2020-09-07 Thread Falk David
Commit: 34063250aef35c2e4e03664da9ade24ca151f683 Author: Falk David Date: Mon Sep 7 15:44:54 2020 +0200 Branches: soc-2020-greasepencil-curve https://developer.blender.org/rB34063250aef35c2e4e03664da9ade24ca151f683 GPencil: Fix view_selected

[Bf-blender-cvs] [b00cd419f50] soc-2020-greasepencil-curve: Merge branch 'greasepencil-edit-curve' into soc-2020-greasepencil-curve

2020-09-07 Thread Falk David
Commit: b00cd419f50e5e9900b66815f45e07300850a8b1 Author: Falk David Date: Mon Sep 7 15:30:04 2020 +0200 Branches: soc-2020-greasepencil-curve https://developer.blender.org/rBb00cd419f50e5e9900b66815f45e07300850a8b1 Merge branch 'greasepencil-edit-curve' into soc-2020-greasepencil-curve

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

2020-09-07 Thread Antonio Vazquez
Commit: cc19fe75626181dbc0af9896f91d277379ef85ee Author: Antonio Vazquez Date: Mon Sep 7 15:46:38 2020 +0200 Branches: greasepencil-object https://developer.blender.org/rBcc19fe75626181dbc0af9896f91d277379ef85ee Merge branch 'master' into greasepencil-object

[Bf-blender-cvs] [453451e5705] soc-2020-greasepencil-curve: GPencil: Support view_selected in curve edit mode

2020-09-07 Thread Falk David
Commit: 453451e5705672972559e9631e02b576e4c4eba1 Author: Falk David Date: Mon Sep 7 15:29:36 2020 +0200 Branches: soc-2020-greasepencil-curve https://developer.blender.org/rB453451e5705672972559e9631e02b576e4c4eba1 GPencil: Support view_selected in curve edit mode

[Bf-blender-cvs] [2db8d319bc0] greasepencil-edit-curve: GPencil: Fix compiler errors and warnings

2020-09-07 Thread Antonio Vazquez
Commit: 2db8d319bc0e87f69f06dd3d4496b80e68d93f8b Author: Antonio Vazquez Date: Mon Sep 7 15:28:27 2020 +0200 Branches: greasepencil-edit-curve https://developer.blender.org/rB2db8d319bc0e87f69f06dd3d4496b80e68d93f8b GPencil: Fix compiler errors and warnings The error was related to the draw

[Bf-blender-cvs] [8deb0d84ebb] greasepencil-edit-curve: Merge branch 'master' into greasepencil-edit-curve

2020-09-07 Thread Antonio Vazquez
Commit: 8deb0d84ebbe92ce0cc1b550123b69de6ceda05c Author: Antonio Vazquez Date: Mon Sep 7 15:23:02 2020 +0200 Branches: greasepencil-edit-curve https://developer.blender.org/rB8deb0d84ebbe92ce0cc1b550123b69de6ceda05c Merge branch 'master' into greasepencil-edit-curve

[Bf-blender-cvs] [0e5aa49e1d0] master: Cleanup: include missing header files in CMake

2020-09-07 Thread Campbell Barton
Commit: 0e5aa49e1d0edab553a3054b298a8c2f5ecaa16f Author: Campbell Barton Date: Mon Sep 7 23:10:17 2020 +1000 Branches: master https://developer.blender.org/rB0e5aa49e1d0edab553a3054b298a8c2f5ecaa16f Cleanup: include missing header files in CMake

[Bf-blender-cvs] [0774fdbeb67] master: Cleanup: tabs in CMake files

2020-09-07 Thread Campbell Barton
Commit: 0774fdbeb67dc3acdf90b2dabd920dc9cd1ca521 Author: Campbell Barton Date: Mon Sep 7 23:12:34 2020 +1000 Branches: master https://developer.blender.org/rB0774fdbeb67dc3acdf90b2dabd920dc9cd1ca521 Cleanup: tabs in CMake files

[Bf-blender-cvs] [870fcb3857b] master: Cleanup: change Python version checks to include newer versions

2020-09-07 Thread Campbell Barton
Commit: 870fcb3857ba36986d1d44ab4ac519897f8fb264 Author: Campbell Barton Date: Mon Sep 7 22:58:16 2020 +1000 Branches: master https://developer.blender.org/rB870fcb3857ba36986d1d44ab4ac519897f8fb264 Cleanup: change Python version checks to include newer versions

[Bf-blender-cvs] [272c53f8f01] master: datatoc_icon: remove Python 2.x support

2020-09-07 Thread Campbell Barton
Commit: 272c53f8f01fef7190ac378fd32279054657f99b Author: Campbell Barton Date: Mon Sep 7 22:55:55 2020 +1000 Branches: master https://developer.blender.org/rB272c53f8f01fef7190ac378fd32279054657f99b datatoc_icon: remove Python 2.x support This was originally included in case the system Python

[Bf-blender-cvs] [5ccdc6ad861] master: Cleanup: Fix clang-tidy warning in the new boolean code

2020-09-07 Thread Sebastian Parborg
Commit: 5ccdc6ad8611bdefb19e9c1085e20e21892311bc Author: Sebastian Parborg Date: Mon Sep 7 14:26:10 2020 +0200 Branches: master https://developer.blender.org/rB5ccdc6ad8611bdefb19e9c1085e20e21892311bc Cleanup: Fix clang-tidy warning in the new boolean code No functional changes.

[Bf-blender-cvs] [bb2aeb45049] master: GPUVertBuf: Rename GPUVertBuf to VertBuf and add some getters

2020-09-07 Thread Clément Foucault
Commit: bb2aeb4504907cab1cf8c4afc4dd1d6495c940e4 Author: Clément Foucault Date: Sun Sep 6 23:45:51 2020 +0200 Branches: master https://developer.blender.org/rBbb2aeb4504907cab1cf8c4afc4dd1d6495c940e4 GPUVertBuf: Rename GPUVertBuf to VertBuf and add some getters to avoid more typecasts.

[Bf-blender-cvs] [c38debd39fa] master: GPUVertBuf: GL Backend Isolation

2020-09-07 Thread Clément Foucault
Commit: c38debd39fac1e3d44b84e8092419da34f0b613d Author: Clément Foucault Date: Mon Sep 7 01:20:55 2020 +0200 Branches: master https://developer.blender.org/rBc38debd39fac1e3d44b84e8092419da34f0b613d GPUVertBuf: GL Backend Isolation Part of the Vulkan port T68990 This makes a few changes in

[Bf-blender-cvs] [6b91c641e81] master: GPU: Fix clang tidy warnings

2020-09-07 Thread Clément Foucault
Commit: 6b91c641e81ec2256b63e3dc8c0fe9d4e5dcf411 Author: Clément Foucault Date: Mon Sep 7 13:59:22 2020 +0200 Branches: master https://developer.blender.org/rB6b91c641e81ec2256b63e3dc8c0fe9d4e5dcf411 GPU: Fix clang tidy warnings

[Bf-blender-cvs] [aa32e7a2f31] master: Cleanup: GPUVertBuf: Replace TRUST_NO_ONE by BLI_asserts and ifdef DEBUG

2020-09-07 Thread Clément Foucault
Commit: aa32e7a2f31486503edb430b15ce31a819e02702 Author: Clément Foucault Date: Mon Sep 7 02:12:59 2020 +0200 Branches: master https://developer.blender.org/rBaa32e7a2f31486503edb430b15ce31a819e02702 Cleanup: GPUVertBuf: Replace TRUST_NO_ONE by BLI_asserts and ifdef DEBUG

[Bf-blender-cvs] [99e3541d3b1] master: Docs: add note on updating startup defaults to dna_defaults

2020-09-07 Thread Campbell Barton
Commit: 99e3541d3b1a1fc62fcd24e9f0d12a631e4caead Author: Campbell Barton Date: Mon Sep 7 20:49:50 2020 +1000 Branches: master https://developer.blender.org/rB99e3541d3b1a1fc62fcd24e9f0d12a631e4caead Docs: add note on updating startup defaults to dna_defaults Without this it's not clear which

[Bf-blender-cvs] [a2921067994] master: Fix T80531: Dope Sheet Shape Key Editor search/filter not working

2020-09-07 Thread Philipp Oeser
Commit: a2921067994bdec012a5b9edc7168d10b1b0627c Author: Philipp Oeser Date: Mon Sep 7 11:45:10 2020 +0200 Branches: master https://developer.blender.org/rBa2921067994bdec012a5b9edc7168d10b1b0627c Fix T80531: Dope Sheet Shape Key Editor search/filter not working Looks like this has just not

[Bf-blender-cvs] [bc0855d319c] soc-2020-greasepencil-curve: Merge branch 'greasepencil-edit-curve' into soc-2020-greasepencil-curve

2020-09-07 Thread Falk David
Commit: bc0855d319cd11ef7b358ae4c017bb802137770f Author: Falk David Date: Mon Sep 7 11:40:07 2020 +0200 Branches: soc-2020-greasepencil-curve https://developer.blender.org/rBbc0855d319cd11ef7b358ae4c017bb802137770f Merge branch 'greasepencil-edit-curve' into soc-2020-greasepencil-curve

[Bf-blender-cvs] [10cfa388479] soc-2020-fluid-tools: Included `world_block` UBO in the shading groups for volume in Workbench when slicing is used to avoid 'Missing UBO bind' error as in P1616.

2020-09-07 Thread Sriharsha Kotcharlakot
Commit: 10cfa388479cb21f2906328d943eab174acfcbde Author: Sriharsha Kotcharlakot Date: Mon Sep 7 14:51:36 2020 +0530 Branches: soc-2020-fluid-tools https://developer.blender.org/rB10cfa388479cb21f2906328d943eab174acfcbde Included `world_block` UBO in the shading groups for volume in Workbench

[Bf-blender-cvs] [b351607996e] master: Cleanup: update comment after Clang-Tidy bugprone-incorrect-roundings fixes

2020-09-07 Thread Sybren A. Stüvel
Commit: b351607996e467f89ce841630a84244fab6fe3f5 Author: Sybren A. Stüvel Date: Mon Sep 7 10:12:12 2020 +0200 Branches: master https://developer.blender.org/rBb351607996e467f89ce841630a84244fab6fe3f5 Cleanup: update comment after Clang-Tidy bugprone-incorrect-roundings fixes Remove the comment

[Bf-blender-cvs] [d122911d109] master: Fix mistake in Clang-Tidy bugprone-incorrect-roundings fix

2020-09-07 Thread Sybren A. Stüvel
Commit: d122911d109305dc4768538fdd6e9b9ce5bc130e Author: Sybren A. Stüvel Date: Mon Sep 7 10:09:02 2020 +0200 Branches: master https://developer.blender.org/rBd122911d109305dc4768538fdd6e9b9ce5bc130e Fix mistake in Clang-Tidy bugprone-incorrect-roundings fix Remove a `+ 0.5` that I overlooked

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

2020-09-07 Thread Antonio Vazquez
Commit: 08ab3fa7eae11cc3f3091eaba078441f7274ff45 Author: Antonio Vazquez Date: Mon Sep 7 10:13:56 2020 +0200 Branches: greasepencil-object https://developer.blender.org/rB08ab3fa7eae11cc3f3091eaba078441f7274ff45 Merge branch 'master' into greasepencil-object

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

2020-09-07 Thread Antonio Vazquez
Commit: b25a87ea49399c8a1363ac6aee65e74e4fe9d7f3 Author: Antonio Vazquez Date: Mon Sep 7 10:13:41 2020 +0200 Branches: greasepencil-edit-curve https://developer.blender.org/rBb25a87ea49399c8a1363ac6aee65e74e4fe9d7f3 Merge branch 'master' into greasepencil-edit-curve

[Bf-blender-cvs] [7170f7a0414] master: EEVEE: Shaders tests

2020-09-07 Thread Jeroen Bakker
Commit: 7170f7a0414ecded72fba3ef69e28be2be148291 Author: Jeroen Bakker Date: Mon Sep 7 08:19:09 2020 +0200 Branches: master https://developer.blender.org/rB7170f7a0414ecded72fba3ef69e28be2be148291 EEVEE: Shaders tests This will add the remaining static shaders to the eevee shader test suite.

[Bf-blender-cvs] [267b8e1a5c3] master: Cleanup: spelling

2020-09-07 Thread Campbell Barton
Commit: 267b8e1a5c322c87d9684638cc29c984c6d33e58 Author: Campbell Barton Date: Mon Sep 7 15:57:12 2020 +1000 Branches: master https://developer.blender.org/rB267b8e1a5c322c87d9684638cc29c984c6d33e58 Cleanup: spelling Also correct wrapped lines of example code in threads.cc.