[Bf-blender-cvs] [a7a4beecb20] soc-2017-normal-tools: Fixed vertex groups not respected with keep sharp in modifier.

2018-03-11 Thread Rohan Rathi
Commit: a7a4beecb208d12a00d550e3ebf4e2a37730fa6b Author: Rohan Rathi Date: Sun Mar 11 14:53:19 2018 +0530 Branches: soc-2017-normal-tools https://developer.blender.org/rBa7a4beecb208d12a00d550e3ebf4e2a37730fa6b Fixed vertex groups not respected with keep sharp in modifier. Also fixed some other

[Bf-blender-cvs] [3eaa408cb32] master: Fix T54274, and rename option --window-borderless to --window-fullscreen

2018-03-11 Thread Arto Kitula
Commit: 3eaa408cb320bd4bd77d0518d351f861cce9eabf Author: Arto Kitula Date: Sun Mar 11 12:26:43 2018 +0200 Branches: master https://developer.blender.org/rB3eaa408cb320bd4bd77d0518d351f861cce9eabf Fix T54274, and rename option --window-borderless to --window-fullscreen ==

[Bf-blender-cvs] [4be1a79a14d] soc-2017-normal-tools: Partially revert "Fixed vertex groups not respected with keep sharp in modifier."

2018-03-11 Thread Bastien Montagne
Commit: 4be1a79a14d4fa893ec1a78d1b47833b8f378015 Author: Bastien Montagne Date: Sun Mar 11 10:57:43 2018 +0100 Branches: soc-2017-normal-tools https://developer.blender.org/rB4be1a79a14d4fa893ec1a78d1b47833b8f378015 Partially revert "Fixed vertex groups not respected with keep sharp in modifier

[Bf-blender-cvs] [cd7d305d1a0] soc-2017-normal-tools: Merge branch 'master' into soc-2017-normal-tools

2018-03-11 Thread Bastien Montagne
Commit: cd7d305d1a07a8cb4e2cecb49e9def0eb2f838fb Author: Bastien Montagne Date: Sun Mar 11 11:39:31 2018 +0100 Branches: soc-2017-normal-tools https://developer.blender.org/rBcd7d305d1a07a8cb4e2cecb49e9def0eb2f838fb Merge branch 'master' into soc-2017-normal-tools ==

[Bf-blender-cvs] [86b1887ded6] master: Cleanup Collada: make sure float array is initialised

2018-03-11 Thread Gaia Clary
Commit: 86b1887ded6fc75cf495aabf38022f1231c912ca Author: Gaia Clary Date: Sun Mar 11 19:51:16 2018 +0100 Branches: master https://developer.blender.org/rB86b1887ded6fc75cf495aabf38022f1231c912ca Cleanup Collada: make sure float array is initialised This is just to silence a compiler warning and

[Bf-blender-cvs] [01c27faed0d] master: Refactor Collada: combined 2 almost identical functions into one

2018-03-11 Thread Gaia Clary
Commit: 01c27faed0d499374b16ae7fbee4877289608209 Author: Gaia Clary Date: Sun Mar 11 12:44:02 2018 +0100 Branches: master https://developer.blender.org/rB01c27faed0d499374b16ae7fbee4877289608209 Refactor Collada: combined 2 almost identical functions into one The 2 methods add_bezt() and create

[Bf-blender-cvs] [2de0daa1796] master: Cleanup Collada: Make sure index variables are not reused

2018-03-11 Thread Gaia Clary
Commit: 2de0daa179617c4eb759f6298485a577e7ee2dfe Author: Gaia Clary Date: Sun Mar 11 19:57:40 2018 +0100 Branches: master https://developer.blender.org/rB2de0daa179617c4eb759f6298485a577e7ee2dfe Cleanup Collada: Make sure index variables are not reused The variables i and j have been declared b

[Bf-blender-cvs] [ca11ef7fd3d] master: Fix Collada: Avoid unnecessary and even wrong check on unavailable data

2018-03-11 Thread Gaia Clary
Commit: ca11ef7fd3de97f8f56d3b1a27972fd23eb6cea8 Author: Gaia Clary Date: Sun Mar 11 20:00:46 2018 +0100 Branches: master https://developer.blender.org/rBca11ef7fd3de97f8f56d3b1a27972fd23eb6cea8 Fix Collada: Avoid unnecessary and even wrong check on unavailable data The function validateConstra

[Bf-blender-cvs] [7952ece01b0] master: Cleanup: avoid redeclaration of iterator in same function

2018-03-11 Thread Gaia Clary
Commit: 7952ece01b0d040b87b1452ef2d19bd4674ae600 Author: Gaia Clary Date: Sun Mar 11 20:12:55 2018 +0100 Branches: master https://developer.blender.org/rB7952ece01b0d040b87b1452ef2d19bd4674ae600 Cleanup: avoid redeclaration of iterator in same function The iterator was redeclared 3 times. I fix

[Bf-blender-cvs] [2c9c22df26d] master: fix Collada: wrong usage of pointer and hidden redeclaration

2018-03-11 Thread Gaia Clary
Commit: 2c9c22df26dfdcf03bb308fdf35294ed79c2d0e5 Author: Gaia Clary Date: Sun Mar 11 20:32:47 2018 +0100 Branches: master https://developer.blender.org/rB2c9c22df26dfdcf03bb308fdf35294ed79c2d0e5 fix Collada: wrong usage of pointer and hidden redeclaration * Suspicious usage of pointer: short

[Bf-blender-cvs] [49a7cd1ba4e] master: Cleanup Collada: Removed duplicate variable setting

2018-03-11 Thread Gaia Clary
Commit: 49a7cd1ba4e43607aa42a26222beef353c528bac Author: Gaia Clary Date: Sun Mar 11 20:15:44 2018 +0100 Branches: master https://developer.blender.org/rB49a7cd1ba4e43607aa42a26222beef353c528bac Cleanup Collada: Removed duplicate variable setting

[Bf-blender-cvs] [a2cc85b2649] master: Cleanup Collada: Avoid unintentional reuse of previous defined variable

2018-03-11 Thread Gaia Clary
Commit: a2cc85b2649a72707275b7b44908c3f936cd25ea Author: Gaia Clary Date: Sun Mar 11 20:09:26 2018 +0100 Branches: master https://developer.blender.org/rBa2cc85b2649a72707275b7b44908c3f936cd25ea Cleanup Collada: Avoid unintentional reuse of previous defined variable The variable child was redec

[Bf-blender-cvs] [7194259fb1a] blender2.8: Eevee: SSS: Fix compilation error.

2018-03-11 Thread Clément Foucault
Commit: 7194259fb1a8b9ef84c0896130b92ff577fc76b1 Author: Clément Foucault Date: Sun Mar 11 23:27:58 2018 +0100 Branches: blender2.8 https://developer.blender.org/rB7194259fb1a8b9ef84c0896130b92ff577fc76b1 Eevee: SSS: Fix compilation error. ===

[Bf-blender-cvs] [765d7242d5a] blender2.8: GPUMaterial: Add Material shader cache.

2018-03-11 Thread Clément Foucault
Commit: 765d7242d5a14551d0dc876f13bf6ee579b47b10 Author: Clément Foucault Date: Sun Mar 11 23:43:09 2018 +0100 Branches: blender2.8 https://developer.blender.org/rB765d7242d5a14551d0dc876f13bf6ee579b47b10 GPUMaterial: Add Material shader cache. This is mostly to avoid re-compilation when using

[Bf-blender-cvs] [7fed3ad32bf] blender2.8: GPUImage: Add back garbage collection for the new viewport pipeline.

2018-03-11 Thread Clément Foucault
Commit: 7fed3ad32bfd5dda7b9d0ee954b77f834e109728 Author: Clément Foucault Date: Sun Mar 11 23:43:55 2018 +0100 Branches: blender2.8 https://developer.blender.org/rB7fed3ad32bfd5dda7b9d0ee954b77f834e109728 GPUImage: Add back garbage collection for the new viewport pipeline. =

[Bf-blender-cvs] [3a6f26c087a] blender2.8: Merge branch 'blender2.8' of git.blender.org:blender into blender2.8

2018-03-11 Thread Gaia Clary
Commit: 3a6f26c087a367bae720e59fb019955ea80a5439 Author: Gaia Clary Date: Sun Mar 11 23:47:08 2018 +0100 Branches: blender2.8 https://developer.blender.org/rB3a6f26c087a367bae720e59fb019955ea80a5439 Merge branch 'blender2.8' of git.blender.org:blender into blender2.8 ===

[Bf-blender-cvs] [ddae05cdca9] blender2.8: Merge remote-tracking branch 'origin' into blender2.8

2018-03-11 Thread Gaia Clary
Commit: ddae05cdca9211a789a6501c6ca054f9a46e07c5 Author: Gaia Clary Date: Sun Mar 11 23:45:53 2018 +0100 Branches: blender2.8 https://developer.blender.org/rBddae05cdca9211a789a6501c6ca054f9a46e07c5 Merge remote-tracking branch 'origin' into blender2.8 ==

[Bf-blender-cvs] [acfc5f7820a] temp-object-multi-mode: Multi-Edit UV select

2018-03-11 Thread Campbell Barton
Commit: acfc5f7820abfecdcf25fcd981a8a79eab76575c Author: Campbell Barton Date: Sun Mar 11 23:50:18 2018 +1100 Branches: temp-object-multi-mode https://developer.blender.org/rBacfc5f7820abfecdcf25fcd981a8a79eab76575c Multi-Edit UV select - (de)select all - select linked - mouse picking (vert/fac

[Bf-blender-cvs] [1966924467c] master: UV: internal changes to picking

2018-03-11 Thread Campbell Barton
Commit: 1966924467c901d541bfe3f510d21a20c29842e3 Author: Campbell Barton Date: Mon Mar 12 13:46:25 2018 +1100 Branches: master https://developer.blender.org/rB1966924467c901d541bfe3f510d21a20c29842e3 UV: internal changes to picking Nothing user visible, only things needed for multi-object suppo

[Bf-blender-cvs] [1d0077649da] blender2.8: Merge branch 'master' into blender2.8

2018-03-11 Thread Campbell Barton
Commit: 1d0077649daaa16df5b5dc555d609222e53f7e45 Author: Campbell Barton Date: Mon Mar 12 14:25:20 2018 +1100 Branches: blender2.8 https://developer.blender.org/rB1d0077649daaa16df5b5dc555d609222e53f7e45 Merge branch 'master' into blender2.8 =

[Bf-blender-cvs] [04e76696f91] temp-object-multi-mode: Merge branch 'blender2.8' into temp-object-multi-mode

2018-03-11 Thread Campbell Barton
Commit: 04e76696f918de616ef5db78ef8e28cc4df691fb Author: Campbell Barton Date: Mon Mar 12 14:38:10 2018 +1100 Branches: temp-object-multi-mode https://developer.blender.org/rB04e76696f918de616ef5db78ef8e28cc4df691fb Merge branch 'blender2.8' into temp-object-multi-mode =

[Bf-blender-cvs] [25502a9bdcb] master: Cleanup: sync EDBM_uv_* functions w/ 2.8

2018-03-11 Thread Campbell Barton
Commit: 25502a9bdcb74f5a9363a44dac18726f0c15c669 Author: Campbell Barton Date: Mon Mar 12 14:51:45 2018 +1100 Branches: master https://developer.blender.org/rB25502a9bdcb74f5a9363a44dac18726f0c15c669 Cleanup: sync EDBM_uv_* functions w/ 2.8 They're nearly the same, so keep names matching to avo

[Bf-blender-cvs] [ba01cdc7707] blender2.8: Merge branch 'master' into blender2.8

2018-03-11 Thread Campbell Barton
Commit: ba01cdc77076f12e421ca8ffa60218b19f313662 Author: Campbell Barton Date: Mon Mar 12 14:59:02 2018 +1100 Branches: blender2.8 https://developer.blender.org/rBba01cdc77076f12e421ca8ffa60218b19f313662 Merge branch 'master' into blender2.8 =

[Bf-blender-cvs] [fc2974b06db] temp-object-multi-mode: Merge branch '28' into temp-object-multi-mode

2018-03-11 Thread Campbell Barton
Commit: fc2974b06db66e6e01d408f5c6174c21ce39d2e1 Author: Campbell Barton Date: Mon Mar 12 15:03:24 2018 +1100 Branches: temp-object-multi-mode https://developer.blender.org/rBfc2974b06db66e6e01d408f5c6174c21ce39d2e1 Merge branch '28' into temp-object-multi-mode =

[Bf-blender-cvs] [8f4579affd3] blender2.8: Merge branch 'master' into 28

2018-03-11 Thread Campbell Barton
Commit: 8f4579affd3809aa7e21a8985b2c45ee2a655695 Author: Campbell Barton Date: Mon Mar 12 16:38:41 2018 +1100 Branches: blender2.8 https://developer.blender.org/rB8f4579affd3809aa7e21a8985b2c45ee2a655695 Merge branch 'master' into 28 =

[Bf-blender-cvs] [da62507bc8f] master: Cleanup: remove misleading array size

2018-03-11 Thread Campbell Barton
Commit: da62507bc8f00f6cd443b450d973114c762b16fc Author: Campbell Barton Date: Mon Mar 12 16:37:26 2018 +1100 Branches: master https://developer.blender.org/rBda62507bc8f00f6cd443b450d973114c762b16fc Cleanup: remove misleading array size =

[Bf-blender-cvs] [d75456196f5] master: Cleanup: typo

2018-03-11 Thread Campbell Barton
Commit: d75456196f511efdf922dbcab719657440feccef Author: Campbell Barton Date: Mon Mar 12 16:35:31 2018 +1100 Branches: master https://developer.blender.org/rBd75456196f511efdf922dbcab719657440feccef Cleanup: typo === M doc/