[Bf-blender-cvs] [e0c6098] master: Transform: Replace t->imval w/ t->mouse.imval

2015-10-28 Thread Campbell Barton
Commit: e0c60985b64cf112cb782f6378552d5fc83f0f65 Author: Campbell Barton Date: Wed Oct 28 22:56:09 2015 +1100 Branches: master https://developer.blender.org/rBe0c60985b64cf112cb782f6378552d5fc83f0f65 Transform: Replace t->imval w/ t->mouse.imval Initial mouse position was saved in two

[Bf-blender-cvs] [5196da4] master: Cleanup: warning/style

2015-10-28 Thread Campbell Barton
Commit: 5196da4b98d16ce6ea521a77a5a63326e81cac84 Author: Campbell Barton Date: Wed Oct 28 23:30:08 2015 +1100 Branches: master https://developer.blender.org/rB5196da4b98d16ce6ea521a77a5a63326e81cac84 Cleanup: warning/style === M

[Bf-blender-cvs] [d1e18c3] master: Docs: support alternate binary path for PyAPI

2015-10-28 Thread Campbell Barton
Commit: d1e18c35d36b4a2a608c34a5d9992c5f25798cd5 Author: Campbell Barton Date: Wed Oct 28 22:22:00 2015 +1100 Branches: master https://developer.blender.org/rBd1e18c35d36b4a2a608c34a5d9992c5f25798cd5 Docs: support alternate binary path for PyAPI

[Bf-blender-cvs] [0e76c52] master: Cycles: Fix compilation error with MSVC

2015-10-28 Thread Sergey Sharybin
Commit: 0e76c52033648608e5607afb2df940473e0e55f4 Author: Sergey Sharybin Date: Wed Oct 28 17:32:26 2015 +0500 Branches: master https://developer.blender.org/rB0e76c52033648608e5607afb2df940473e0e55f4 Cycles: Fix compilation error with MSVC

[Bf-blender-cvs] [ced1c34] master: Ceres: Update to the latest version

2015-10-28 Thread Sergey Sharybin
Commit: ced1c34f74d115f81052667d4d17e4efd6b282c4 Author: Sergey Sharybin Date: Wed Oct 28 18:55:04 2015 +0500 Branches: master https://developer.blender.org/rBced1c34f74d115f81052667d4d17e4efd6b282c4 Ceres: Update to the latest version It brings all the performance improvements, bug fixes and

[Bf-blender-cvs] [734af18] master: Freestyle: Fix for 'Distance from Object' modifiers without a target object.

2015-10-28 Thread Tamito Kajiyama
Commit: 734af18651b58bec1e1ba96691b95859ad58940e Author: Tamito Kajiyama Date: Wed Oct 28 23:33:16 2015 +0900 Branches: master https://developer.blender.org/rB734af18651b58bec1e1ba96691b95859ad58940e Freestyle: Fix for 'Distance from Object' modifiers without a target object. 'Distance from

[Bf-blender-cvs] [f10db73] master: BGE: Fix T45945: Action bouncing.

2015-10-28 Thread Porteries Tristan
Commit: f10db730bc4d8139e86ce078dd0fdd9fd07a8f35 Author: Porteries Tristan Date: Wed Oct 28 14:30:52 2015 +0100 Branches: master https://developer.blender.org/rBf10db730bc4d8139e86ce078dd0fdd9fd07a8f35 BGE: Fix T45945: Action bouncing. Bug introduced in 583fa7d1e, KX_GameObject.setActionFrame

[Bf-blender-cvs] [efd774c] master: Fix T44231: Freestyle causes crash on render.

2015-10-28 Thread Tamito Kajiyama
Commit: efd774ce5a8536be526935ba118a10d7b2a843ef Author: Tamito Kajiyama Date: Wed Oct 28 23:09:10 2015 +0900 Branches: master https://developer.blender.org/rBefd774ce5a8536be526935ba118a10d7b2a843ef Fix T44231: Freestyle causes crash on render. The reported crash was confirmed as a

[Bf-blender-cvs] [cb7796d] bmesh-boolean-experiment: Fix error using diced faces, doing bvh lookups

2015-10-28 Thread Campbell Barton
Commit: cb7796dfd32aaffe60d3a050230a206f8bace814 Author: Campbell Barton Date: Wed Oct 28 20:26:57 2015 +1100 Branches: bmesh-boolean-experiment https://developer.blender.org/rBcb7796dfd32aaffe60d3a050230a206f8bace814 Fix error using diced faces, doing bvh lookups Was accessing face loops of

[Bf-blender-cvs] [89f24a4] bmesh-boolean-experiment: Draw ray-casting lines to help debugging

2015-10-28 Thread Campbell Barton
Commit: 89f24a48e6ba481e19455def1135c97cfdb9f251 Author: Campbell Barton Date: Wed Oct 28 20:03:13 2015 +1100 Branches: bmesh-boolean-experiment https://developer.blender.org/rB89f24a48e6ba481e19455def1135c97cfdb9f251 Draw ray-casting lines to help debugging These linkes are used to detect if

[Bf-blender-cvs] [9d78dbf] bmesh-boolean-experiment: Use relative object transformations.

2015-10-28 Thread Campbell Barton
Commit: 9d78dbf6bf85d1938f141f4ece07eebade724849 Author: Campbell Barton Date: Wed Oct 28 19:51:17 2015 +1100 Branches: bmesh-boolean-experiment https://developer.blender.org/rB9d78dbf6bf85d1938f141f4ece07eebade724849 Use relative object transformations. Also bmesh boolean when

[Bf-blender-cvs] [5ce8a49] bmesh-boolean-experiment: Postpone removing faces until ray-casting is done

2015-10-28 Thread Campbell Barton
Commit: 5ce8a498e5245ae482972d60fa0ba966da8b7fd6 Author: Campbell Barton Date: Wed Oct 28 19:55:32 2015 +1100 Branches: bmesh-boolean-experiment https://developer.blender.org/rB5ce8a498e5245ae482972d60fa0ba966da8b7fd6 Postpone removing faces until ray-casting is done

[Bf-blender-cvs] [ac96a56] bmesh-boolean-experiment: Use BVH-Tree overlap to detect inside/outside

2015-10-28 Thread Campbell Barton
Commit: ac96a561ff7851b4fff4ebaa53c88003d026a5bb Author: Campbell Barton Date: Wed Oct 28 20:44:17 2015 +1100 Branches: bmesh-boolean-experiment https://developer.blender.org/rBac96a561ff7851b4fff4ebaa53c88003d026a5bb Use BVH-Tree overlap to detect inside/outside Possibly alternative to

[Bf-blender-cvs] [138decb] master: Temporary "fix" for crash when saving OpenEXR Multi-View from Image Editor

2015-10-28 Thread Dalai Felinto
Commit: 138decb7dc6e4c067c8c290b8a034808893bba1f Author: Dalai Felinto Date: Wed Oct 28 14:05:49 2015 -0200 Branches: master https://developer.blender.org/rB138decb7dc6e4c067c8c290b8a034808893bba1f Temporary "fix" for crash when saving OpenEXR Multi-View from Image Editor

[Bf-blender-cvs] [20a94e9] master: Fix T46617 File Output Node seems to save only black images into OpenEXR image data

2015-10-28 Thread Dalai Felinto
Commit: 20a94e956a3532ea1f8c58d745f14fab1881ba80 Author: Dalai Felinto Date: Wed Oct 28 13:41:01 2015 -0200 Branches: master https://developer.blender.org/rB20a94e956a3532ea1f8c58d745f14fab1881ba80 Fix T46617 File Output Node seems to save only black images into OpenEXR image data If the node

[Bf-blender-cvs] [12806f5] fracture_modifier: disabled damage propagation (and settings) in code and ui, was slow and not really necessary, also fixed a crash which happened when freed bullet manifold

2015-10-28 Thread Martin Felke
Commit: 12806f5ef8da54541c6897330b3cc59650c2edc2 Author: Martin Felke Date: Wed Oct 28 16:43:40 2015 +0100 Branches: fracture_modifier https://developer.blender.org/rB12806f5ef8da54541c6897330b3cc59650c2edc2 disabled damage propagation (and settings) in code and ui, was slow and not really

[Bf-blender-cvs] [2ccdaf3] fracture_modifier: changed calculation of stability factor for compounds and adapted UI a bit (for compounds)

2015-10-28 Thread Martin Felke
Commit: 2ccdaf398e94dc7d56d7a5fe72c6c0d54317c9bb Author: Martin Felke Date: Wed Oct 28 17:38:34 2015 +0100 Branches: fracture_modifier https://developer.blender.org/rB2ccdaf398e94dc7d56d7a5fe72c6c0d54317c9bb changed calculation of stability factor for compounds and adapted UI a bit (for

[Bf-blender-cvs] [a66d700] fracture_modifier: small fix for potentially unintended calculation

2015-10-28 Thread Martin Felke
Commit: a66d700fa73817493f838252f215963c5100b3e6 Author: Martin Felke Date: Wed Oct 28 19:43:01 2015 +0100 Branches: fracture_modifier https://developer.blender.org/rBa66d700fa73817493f838252f215963c5100b3e6 small fix for potentially unintended calculation

[Bf-blender-cvs] [24c1e9e] bmesh-boolean-experiment: Rename vars to be less confusing

2015-10-28 Thread Campbell Barton
Commit: 24c1e9e1b338d5f295b8439ca0c9cae8586db024 Author: Campbell Barton Date: Thu Oct 29 12:24:19 2015 +1100 Branches: bmesh-boolean-experiment https://developer.blender.org/rB24c1e9e1b338d5f295b8439ca0c9cae8586db024 Rename vars to be less confusing

[Bf-blender-cvs] [d06b044] bmesh-boolean-experiment: Support union & difference boolean operations

2015-10-28 Thread Campbell Barton
Commit: d06b0444eb202686fdb3891526578423367a8c56 Author: Campbell Barton Date: Thu Oct 29 12:24:47 2015 +1100 Branches: bmesh-boolean-experiment https://developer.blender.org/rBd06b0444eb202686fdb3891526578423367a8c56 Support union & difference boolean operations

[Bf-blender-cvs] [7743a2d] GPencil_Editing_Stage3: Fix: GP Sculpt was no longer making copies of the current frame when being used non-modally

2015-10-28 Thread Joshua Leung
Commit: 7743a2d83952a9c8a25bfd1821d5c6e58e27a6c3 Author: Joshua Leung Date: Thu Oct 29 14:36:07 2015 +1300 Branches: GPencil_Editing_Stage3 https://developer.blender.org/rB7743a2d83952a9c8a25bfd1821d5c6e58e27a6c3 Fix: GP Sculpt was no longer making copies of the current frame when being used

[Bf-blender-cvs] [a15a395] master: BGE: Fix T35188: Duplicate an instance of group.

2015-10-28 Thread Porteries Tristan
Commit: a15a3952f4270bb0ddb28d8118fc63707e065bde Author: Porteries Tristan Date: Wed Oct 28 21:58:40 2015 +0100 Branches: master https://developer.blender.org/rBa15a3952f4270bb0ddb28d8118fc63707e065bde BGE: Fix T35188: Duplicate an instance of group. This behavior caused a double free. Before

[Bf-blender-cvs] [b615ce6] GPencil_Editing_Stage3: GP EditMode: Tweaked poll callback for selection ops to work when the active layer is empty

2015-10-28 Thread Joshua Leung
Commit: b615ce637f95e4930491571cea39581288c480c8 Author: Joshua Leung Date: Sat Oct 24 01:58:11 2015 +1300 Branches: GPencil_Editing_Stage3 https://developer.blender.org/rBb615ce637f95e4930491571cea39581288c480c8 GP EditMode: Tweaked poll callback for selection ops to work when the active

[Bf-blender-cvs] [035bd27] GPencil_Editing_Stage3: Ack! Compile fix for typo

2015-10-28 Thread Joshua Leung
Commit: 035bd2736a3b17b2aec7d46fc1d2e04f05e2c465 Author: Joshua Leung Date: Thu Oct 29 11:27:09 2015 +1300 Branches: GPencil_Editing_Stage3 https://developer.blender.org/rB035bd2736a3b17b2aec7d46fc1d2e04f05e2c465 Ack! Compile fix for typo Thanks pepeland for the fix ;)

[Bf-blender-cvs] [e3d882b] master: Revert "Fix T46284: Texture paint, wrong shading mode"

2015-10-28 Thread Antony Riakiotakis
Commit: e3d882b335cbc9aa4e64bf864e4fe08235117856 Author: Antony Riakiotakis Date: Wed Oct 28 12:36:25 2015 +0200 Branches: master https://developer.blender.org/rBe3d882b335cbc9aa4e64bf864e4fe08235117856 Revert "Fix T46284: Texture paint, wrong shading mode" Should fix T46616 but will

[Bf-blender-cvs] [fd8c3fe] master: Follow up to previous commit, proper fix for T46284, incorrect Texture shading in Texture paint mode and cycles

2015-10-28 Thread Antony Riakiotakis
Commit: fd8c3fe07023674ba60ba3c8412536f0ae1a984b Author: Antony Riakiotakis Date: Wed Oct 28 12:51:50 2015 +0200 Branches: master https://developer.blender.org/rBfd8c3fe07023674ba60ba3c8412536f0ae1a984b Follow up to previous commit, proper fix for T46284, incorrect Texture shading in Texture

[Bf-blender-cvs] [7b770bc] bmesh-boolean-experiment: Merge branch 'master' into bmesh-boolean-experiment

2015-10-28 Thread Campbell Barton
Commit: 7b770bca2afa7dbcba5fcaa312fa53ee18840a6b Author: Campbell Barton Date: Thu Oct 29 11:59:04 2015 +1100 Branches: bmesh-boolean-experiment https://developer.blender.org/rB7b770bca2afa7dbcba5fcaa312fa53ee18840a6b Merge branch 'master' into bmesh-boolean-experiment