[Bf-blender-cvs] [17fbce9] master: Cleanup: avoid temp string edit

2016-06-03 Thread Campbell Barton
Commit: 17fbce9549b6c031ae8745354e65c5e5acd308e2 Author: Campbell Barton Date: Sat Jun 4 10:51:34 2016 +1000 Branches: master https://developer.blender.org/rB17fbce9549b6c031ae8745354e65c5e5acd308e2 Cleanup: avoid temp string edit

[Bf-blender-cvs] [389c530] gsoc2016-improved_extrusion: Merge remote-tracking branch 'origin/master' into gsoc2016-improved_extrusion

2016-06-03 Thread João Araújo
Commit: 389c5306dc65b2f437c9011b0e49c651597bb284 Author: João Araújo Date: Fri Jun 3 22:16:42 2016 +0100 Branches: gsoc2016-improved_extrusion https://developer.blender.org/rB389c5306dc65b2f437c9011b0e49c651597bb284 Merge remote-tracking branch 'origin/master' into gsoc2016-improved_extrusion =

[Bf-blender-cvs] [1d32aa2] gsoc2016-improved_extrusion: Curves: Improved Bezier Curve Extrusion

2016-06-03 Thread João Araújo
Commit: 1d32aa2b7f71eaa7b05c924c42d846960acabaf5 Author: João Araújo Date: Fri Jun 3 22:09:08 2016 +0100 Branches: gsoc2016-improved_extrusion https://developer.blender.org/rB1d32aa2b7f71eaa7b05c924c42d846960acabaf5 Curves: Improved Bezier Curve Extrusion After implementing the changes suggeste

[Bf-blender-cvs] [a768fd1] gsoc2016-improved_extrusion: Curves: Improved Bezier curve extrusion

2016-06-03 Thread João Araújo
Commit: a768fd17e0be667879d70d1d883af91d3eb36979 Author: João Araújo Date: Mon May 23 19:52:06 2016 +0100 Branches: gsoc2016-improved_extrusion https://developer.blender.org/rBa768fd17e0be667879d70d1d883af91d3eb36979 Curves: Improved Bezier curve extrusion This commit incorporates the changes t

[Bf-blender-cvs] [504d45b] alembic_basic_io: Fix for missing modifier update when enabling the new depsgraph.

2016-06-03 Thread Kévin Dietrich
Commit: 504d45bad0bc0ce4264da83b92efe83568074266 Author: Kévin Dietrich Date: Fri Jun 3 21:09:44 2016 +0200 Branches: alembic_basic_io https://developer.blender.org/rB504d45bad0bc0ce4264da83b92efe83568074266 Fix for missing modifier update when enabling the new depsgraph. ==

[Bf-blender-cvs] [caf0a76] alembic_basic_io: Cleanup: includes.

2016-06-03 Thread Kévin Dietrich
Commit: caf0a762a25458376ae5b48687ffafc27d8064fa Author: Kévin Dietrich Date: Fri Jun 3 21:24:26 2016 +0200 Branches: alembic_basic_io https://developer.blender.org/rBcaf0a762a25458376ae5b48687ffafc27d8064fa Cleanup: includes. ===

[Bf-blender-cvs] [5adb670] alembic_basic_io: Fix crash dereferencing null BoundBox pointer.

2016-06-03 Thread Kévin Dietrich
Commit: 5adb6700b04c8970eaaec8a66931756b3764f1bb Author: Kévin Dietrich Date: Fri Jun 3 15:30:08 2016 +0200 Branches: alembic_basic_io https://developer.blender.org/rB5adb6700b04c8970eaaec8a66931756b3764f1bb Fix crash dereferencing null BoundBox pointer.

[Bf-blender-cvs] [8e7ca01] alembic_basic_io: Cleanup: extra qualifier.

2016-06-03 Thread Kévin Dietrich
Commit: 8e7ca0149222ed22c329c97cc19f7b4b1a85777f Author: Kévin Dietrich Date: Fri Jun 3 15:37:33 2016 +0200 Branches: alembic_basic_io https://developer.blender.org/rB8e7ca0149222ed22c329c97cc19f7b4b1a85777f Cleanup: extra qualifier. =

[Bf-blender-cvs] [b000a01] master: fix T48389 (wip) added warning for loops that define holes (polygons with holes not supported)

2016-06-03 Thread Gaia Clary
Commit: b000a01725aff8715ad24b9202ed711a1edffec5 Author: Gaia Clary Date: Fri Jun 3 18:22:56 2016 +0200 Branches: master https://developer.blender.org/rBb000a01725aff8715ad24b9202ed711a1edffec5 fix T48389 (wip) added warning for loops that define holes (polygons with holes not supported) =

[Bf-blender-cvs] [38410e6] master: changed use_connect from bool to a 3 state value (-1, 0, 1)

2016-06-03 Thread Gaia Clary
Commit: 38410e6e2527574176338fe7ba8711cbfdd2cc91 Author: Gaia Clary Date: Fri Jun 3 18:26:12 2016 +0200 Branches: master https://developer.blender.org/rB38410e6e2527574176338fe7ba8711cbfdd2cc91 changed use_connect from bool to a 3 state value (-1,0,1) ===

[Bf-blender-cvs] [fac9f1c] master: Workaround MSVC error

2016-06-03 Thread Campbell Barton
Commit: fac9f1c8407e3e049c8d9595329a3c2809cfa5b7 Author: Campbell Barton Date: Sat Jun 4 01:00:40 2016 +1000 Branches: master https://developer.blender.org/rBfac9f1c8407e3e049c8d9595329a3c2809cfa5b7 Workaround MSVC error === M

[Bf-blender-cvs] [c6cc599] master: Fix T48234: Glitch w/ action constraints sharing an action

2016-06-03 Thread Campbell Barton
Commit: c6cc5993118965ae4208d748c54e7a70a3c5c1d3 Author: Campbell Barton Date: Sat Jun 4 00:54:28 2016 +1000 Branches: master https://developer.blender.org/rBc6cc5993118965ae4208d748c54e7a70a3c5c1d3 Fix T48234: Glitch w/ action constraints sharing an action FCurve evaluation depended on FCurve.

[Bf-blender-cvs] [a7987b7] soc-2016-multiview: adapt reconstruction to multiview_reconstruction

2016-06-03 Thread Tianwei Shen
Commit: a7987b74feea44a185618f8598907c76fbe1e32a Author: Tianwei Shen Date: Fri Jun 3 22:35:20 2016 +0800 Branches: soc-2016-multiview https://developer.blender.org/rBa7987b74feea44a185618f8598907c76fbe1e32a adapt reconstruction to multiview_reconstruction ==

[Bf-blender-cvs] [468d75d] soc-2016-multiview: Merge branch 'master' into soc-2016-multiview

2016-06-03 Thread Tianwei Shen
Commit: 468d75d0af9614a4fc99ac2d275a167038a94947 Author: Tianwei Shen Date: Thu Jun 2 20:59:21 2016 +0800 Branches: soc-2016-multiview https://developer.blender.org/rB468d75d0af9614a4fc99ac2d275a167038a94947 Merge branch 'master' into soc-2016-multiview =

[Bf-blender-cvs] [27172de] soc-2016-multiview: Merge branch 'master' into soc-2016-multiview

2016-06-03 Thread Tianwei Shen
Commit: 27172decdd25ba808589e5156ee0909888a3b967 Author: Tianwei Shen Date: Fri Jun 3 22:39:57 2016 +0800 Branches: soc-2016-multiview https://developer.blender.org/rB27172decdd25ba808589e5156ee0909888a3b967 Merge branch 'master' into soc-2016-multiview =

[Bf-blender-cvs] [c76c5b1] alembic_basic_io: Add new transform cache constraint in the new depsgraph.

2016-06-03 Thread Kévin Dietrich
Commit: c76c5b11f19dec946ea2f71f1bec8603a2b0c426 Author: Kévin Dietrich Date: Fri Jun 3 14:17:43 2016 +0200 Branches: alembic_basic_io https://developer.blender.org/rBc76c5b11f19dec946ea2f71f1bec8603a2b0c426 Add new transform cache constraint in the new depsgraph. ==

[Bf-blender-cvs] [b592ca6] soc-2016-uv_tools: Fixing memory leak in path selection code

2016-06-03 Thread Phil Gosch
Commit: b592ca632f24d3ea47cdbcf53958c9e72dcee759 Author: Phil Gosch Date: Fri Jun 3 13:42:59 2016 +0200 Branches: soc-2016-uv_tools https://developer.blender.org/rBb592ca632f24d3ea47cdbcf53958c9e72dcee759 Fixing memory leak in path selection code

[Bf-blender-cvs] [2270438] alembic_basic_io: Various cleanups:

2016-06-03 Thread Kévin Dietrich
Commit: 22704382dd27525ee28f5bf76f28ea18fff8ca05 Author: Kévin Dietrich Date: Fri Jun 3 12:04:56 2016 +0200 Branches: alembic_basic_io https://developer.blender.org/rB22704382dd27525ee28f5bf76f28ea18fff8ca05 Various cleanups: - move AbcEmptyReader to abc_transform.cc/h - use pragmas for include

[Bf-blender-cvs] [35852e4] alembic_basic_io: Exporter: remove AbcShapeWriter class.

2016-06-03 Thread Kévin Dietrich
Commit: 35852e448d8aa76cf0a4213903e0ea910441d713 Author: Kévin Dietrich Date: Fri Jun 3 13:14:31 2016 +0200 Branches: alembic_basic_io https://developer.blender.org/rB35852e448d8aa76cf0a4213903e0ea910441d713 Exporter: remove AbcShapeWriter class. It was only used to compute the bbox of the obje

[Bf-blender-cvs] [3981804] master: Fix Playercompile

2016-06-03 Thread Jens Verwiebe
Commit: 398180439be338dc05fcd07d42974eac77880e22 Author: Jens Verwiebe Date: Fri Jun 3 12:03:53 2016 +0200 Branches: master https://developer.blender.org/rB398180439be338dc05fcd07d42974eac77880e22 Fix Playercompile === M sou

[Bf-blender-cvs] [b406b7b] master: Cycles: Mark which CUDA device is used for display

2016-06-03 Thread Sergey Sharybin
Commit: b406b7be00ceeaa5910ff87a50c1dea11cd4e9d8 Author: Sergey Sharybin Date: Fri Jun 3 11:52:08 2016 +0200 Branches: master https://developer.blender.org/rBb406b7be00ceeaa5910ff87a50c1dea11cd4e9d8 Cycles: Mark which CUDA device is used for display It is really handy to know which one is displ

[Bf-blender-cvs] [f71feb3] master: Make playback invoked form animation editors more usable

2016-06-03 Thread Sergey Sharybin
Commit: f71feb34a3d9c0bafb2249d78f66e945ec2378a7 Author: Sergey Sharybin Date: Fri Jun 3 11:46:57 2016 +0200 Branches: master https://developer.blender.org/rBf71feb34a3d9c0bafb2249d78f66e945ec2378a7 Make playback invoked form animation editors more usable This covers the following workflow. Ani

[Bf-blender-cvs] [eed6abb] soc-2016-uv_tools: WIP: Select Shortest Path: Directly set the MLOOPUV_*SEL selection tags

2016-06-03 Thread Phil Gosch
Commit: eed6abb27df3d1e4ab11c62e37e06dee7478a8db Author: Phil Gosch Date: Fri Jun 3 11:28:58 2016 +0200 Branches: soc-2016-uv_tools https://developer.blender.org/rBeed6abb27df3d1e4ab11c62e37e06dee7478a8db WIP: Select Shortest Path: Directly set the MLOOPUV_*SEL selection tags To get the edges t

[Bf-blender-cvs] [1b10de5] alembic_basic_io: Merge branch 'master' into alembic_basic_io

2016-06-03 Thread Kévin Dietrich
Commit: 1b10de5670e1b1c5d9197e03b0a8f5a46d3c Author: Kévin Dietrich Date: Fri Jun 3 10:44:46 2016 +0200 Branches: alembic_basic_io https://developer.blender.org/rB1b10de5670e1b1c5d9197e03b0a8f5a46d3c Merge branch 'master' into alembic_basic_io ===

[Bf-blender-cvs] [1873497] alembic_basic_io: Fix typo in some previous commit.

2016-06-03 Thread Kévin Dietrich
Commit: 187349770de0aa57024f2d18258e79ea52367cf4 Author: Kévin Dietrich Date: Fri Jun 3 10:04:54 2016 +0200 Branches: alembic_basic_io https://developer.blender.org/rB187349770de0aa57024f2d18258e79ea52367cf4 Fix typo in some previous commit. =

[Bf-blender-cvs] [f54a98a] master: Cycles: Simplify check for degenerated faces on GPU

2016-06-03 Thread Sergey Sharybin
Commit: f54a98a1c56e40f9d9d2c493fe2086e92da1150d Author: Sergey Sharybin Date: Fri Jun 3 10:34:21 2016 +0200 Branches: master https://developer.blender.org/rBf54a98a1c56e40f9d9d2c493fe2086e92da1150d Cycles: Simplify check for degenerated faces on GPU Still not sure how to properly solve the iss