[Bf-blender-cvs] [9f80107862] id_override_static: Working proof-of-concept of differential override operations.

2017-01-09 Thread Bastien Montagne
Commit: 9f801078625d3ff5ce9116e9d8eb75c5edb6eb6e Author: Bastien Montagne Date: Mon Jan 9 10:27:44 2017 +0100 Branches: id_override_static https://developer.blender.org/rB9f801078625d3ff5ce9116e9d8eb75c5edb6eb6e Working proof-of-concept of differential override operations. So, now 'proportional

[Bf-blender-cvs] [ffe3fa601c] id_override_static: Merge branch 'master' into id_override_static

2017-01-09 Thread Bastien Montagne
Commit: ffe3fa601cc4b5748a1920b72f68c7cc111633fc Author: Bastien Montagne Date: Sun Jan 8 12:09:48 2017 +0100 Branches: id_override_static https://developer.blender.org/rBffe3fa601cc4b5748a1920b72f68c7cc111633fc Merge branch 'master' into id_override_static =

[Bf-blender-cvs] [9c756162ae] master: Fix T50385: Deadlock in BKE_libblock_remap_locked.

2017-01-09 Thread Bastien Montagne
Commit: 9c756162aed5354ff3d4fd7ba6c84253b39d14fa Author: Bastien Montagne Date: Mon Jan 9 10:43:23 2017 +0100 Branches: master https://developer.blender.org/rB9c756162aed5354ff3d4fd7ba6c84253b39d14fa Fix T50385: Deadlock in BKE_libblock_remap_locked. Am pretty sure node update should not touch

[Bf-blender-cvs] [d5a7a15083] id_override_static: Merge branch 'master' into id_override_static

2017-01-09 Thread Bastien Montagne
Commit: d5a7a15083bd938877b38786d97a8f5d1bd5cd0c Author: Bastien Montagne Date: Mon Jan 9 10:50:20 2017 +0100 Branches: id_override_static https://developer.blender.org/rBd5a7a15083bd938877b38786d97a8f5d1bd5cd0c Merge branch 'master' into id_override_static =

[Bf-blender-cvs] [378afc9830] master: Fix for T50373: lattices should not be able to get subsurf modifiers

2017-01-09 Thread Philipp Oeser
Commit: 378afc98302bec1ab36011176ea5665e825f7b04 Author: Philipp Oeser Date: Mon Jan 9 12:24:34 2017 +0100 Branches: master https://developer.blender.org/rB378afc98302bec1ab36011176ea5665e825f7b04 Fix for T50373: lattices should not be able to get subsurf modifiers Reviewers: mont29 Reviewed B

[Bf-blender-cvs] [1b75cd5aa8] master: Cleanup: Don't use C++ comments style in C code

2017-01-09 Thread Sergey Sharybin
Commit: 1b75cd5aa80b38a8bee6693cf2dfc9a3e8e62abf Author: Sergey Sharybin Date: Mon Jan 9 12:35:08 2017 +0100 Branches: master https://developer.blender.org/rB1b75cd5aa80b38a8bee6693cf2dfc9a3e8e62abf Cleanup: Don't use C++ comments style in C code

[Bf-blender-cvs] [bb88c7af81] master: Cleanup: Indentation

2017-01-09 Thread Sergey Sharybin
Commit: bb88c7af8157fa3292398cf8b31d74b59f46373a Author: Sergey Sharybin Date: Mon Jan 9 13:11:42 2017 +0100 Branches: master https://developer.blender.org/rBbb88c7af8157fa3292398cf8b31d74b59f46373a Cleanup: Indentation === M

[Bf-blender-cvs] [d5cf90f59f] master: Cleanup: Strict CLang warning in Smoke module

2017-01-09 Thread Sergey Sharybin
Commit: d5cf90f59f7f416663963bca0d765f4a5c615a9b Author: Sergey Sharybin Date: Mon Jan 9 13:12:43 2017 +0100 Branches: master https://developer.blender.org/rBd5cf90f59f7f416663963bca0d765f4a5c615a9b Cleanup: Strict CLang warning in Smoke module ==

[Bf-blender-cvs] [c9c0d6c24f] clay-engine: Add properties to clay material (not exposed yet)

2017-01-09 Thread Clément Foucault
Commit: c9c0d6c24fe38221f87a8a7ff74f8725bc80443a Author: Clément Foucault Date: Mon Jan 9 15:06:17 2017 +0100 Branches: clay-engine https://developer.blender.org/rBc9c0d6c24fe38221f87a8a7ff74f8725bc80443a Add properties to clay material (not exposed yet)

[Bf-blender-cvs] [ca4618bdbf] clay-engine: Apply changes GPU_texture change.

2017-01-09 Thread Clément Foucault
Commit: ca4618bdbff4ff8d9f74318d9927bff8db3e2dd5 Author: Clément Foucault Date: Fri Jan 6 14:39:34 2017 +0100 Branches: clay-engine https://developer.blender.org/rBca4618bdbff4ff8d9f74318d9927bff8db3e2dd5 Apply changes GPU_texture change.

[Bf-blender-cvs] [2cf79f41fe] clay-engine: Modifications to GPU_texture: -Remove NPOT check as it should be supported by default with OGL 3.3 -All custom texture creation follow the same path now -Now

2017-01-09 Thread Clément Foucault
Commit: 2cf79f41fe37a760eedb8bfd206668c17604cc15 Author: Clément Foucault Date: Fri Jan 6 14:38:36 2017 +0100 Branches: clay-engine https://developer.blender.org/rB2cf79f41fe37a760eedb8bfd206668c17604cc15 Modifications to GPU_texture: -Remove NPOT check as it should be supported by default with

[Bf-blender-cvs] [551852f4ca] render-layers: Adding FOREACH_OBJECT iterator

2017-01-09 Thread Dalai Felinto
Commit: 551852f4ca1b336695eb78ddd8b0938d7fed1ac2 Author: Dalai Felinto Date: Mon Jan 9 16:17:04 2017 +0100 Branches: render-layers https://developer.blender.org/rB551852f4ca1b336695eb78ddd8b0938d7fed1ac2 Adding FOREACH_OBJECT iterator

[Bf-blender-cvs] [052b45ac2a] render-layers: Fixup for iterator

2017-01-09 Thread Dalai Felinto
Commit: 052b45ac2a9bbeadfc8f2e137a5aa824efd4bd1f Author: Dalai Felinto Date: Mon Jan 9 16:33:42 2017 +0100 Branches: render-layers https://developer.blender.org/rB052b45ac2a9bbeadfc8f2e137a5aa824efd4bd1f Fixup for iterator (this is a placeholder anyways, what we really need is DEG_OBJECT_ITER()

[Bf-blender-cvs] [2ad2b23911] clay-engine: Merge remote-tracking branch 'origin/render-layers' into clay-engine

2017-01-09 Thread Dalai Felinto
Commit: 2ad2b239115e644e8d9fc552db424bbcde59a973 Author: Dalai Felinto Date: Mon Jan 9 16:35:25 2017 +0100 Branches: clay-engine https://developer.blender.org/rB2ad2b239115e644e8d9fc552db424bbcde59a973 Merge remote-tracking branch 'origin/render-layers' into clay-engine

[Bf-blender-cvs] [d16bfecde1] clay-engine: Removing Bases from clay.c and other fixes

2017-01-09 Thread Dalai Felinto
Commit: d16bfecde11ff76592b42f7c542627e7caceeadb Author: Dalai Felinto Date: Mon Jan 9 17:52:06 2017 +0100 Branches: clay-engine https://developer.blender.org/rBd16bfecde11ff76592b42f7c542627e7caceeadb Removing Bases from clay.c and other fixes Listbase was used wrongly in draw_manager, using L

[Bf-blender-cvs] [5ed5ed59c3] blender2.8: Fix T49861: Interlace stereo drawing

2017-01-09 Thread Dalai Felinto
Commit: 5ed5ed59c36695882ea2b6880abd5cd996fe2416 Author: Dalai Felinto Date: Mon Jan 9 17:58:13 2017 +0100 Branches: blender2.8 https://developer.blender.org/rB5ed5ed59c36695882ea2b6880abd5cd996fe2416 Fix T49861: Interlace stereo drawing This does not address stapling shader in 2.8, though the

[Bf-blender-cvs] [0f00ede65c] soc-2016-pbvh-painting: Fixed vertex selection being ignored.

2017-01-09 Thread Nathan Vollmer
Commit: 0f00ede65ccaefadfec28fb71cd1699329b5b365 Author: Nathan Vollmer Date: Mon Jan 9 22:18:59 2017 -0700 Branches: soc-2016-pbvh-painting https://developer.blender.org/rB0f00ede65ccaefadfec28fb71cd1699329b5b365 Fixed vertex selection being ignored. ===