[Bf-blender-cvs] [ec8b7ed] master: Fix: solved issue with make doc_py

2015-07-22 Thread Sybren A. Stüvel
Commit: ec8b7edf536a5fc9c74fc84b1b70a48763fc81e7 Author: Sybren A. Stüvel Date: Wed Jul 22 10:20:45 2015 +0200 Branches: master https://developer.blender.org/rBec8b7edf536a5fc9c74fc84b1b70a48763fc81e7 Fix: solved issue with make doc_py The error was ValueError: Function function normal_at_I0D

[Bf-blender-cvs] [3dd8f28] master: Render preview: Make preview render database lazily loaded

2015-07-22 Thread Sergey Sharybin
Commit: 3dd8f287e1fd0993eef8cac782c30a264ebb0d71 Author: Sergey Sharybin Date: Wed Jul 22 11:24:38 2015 +0200 Branches: master https://developer.blender.org/rB3dd8f287e1fd0993eef8cac782c30a264ebb0d71 Render preview: Make preview render database lazily loaded Gives about 5-10% of startup time

[Bf-blender-cvs] [83e0534] temp-tangent-refactor: Fix merge conflict caused by own smartness failing

2015-07-22 Thread Antony Riakiotakis
Commit: 83e0534781b2e62ba01d9fa2a873243e9a45ba26 Author: Antony Riakiotakis Date: Wed Jul 22 12:39:36 2015 +0200 Branches: temp-tangent-refactor https://developer.blender.org/rB83e0534781b2e62ba01d9fa2a873243e9a45ba26 Fix merge conflict caused by own smartness failing

[Bf-blender-cvs] [1d445e4] temp-tangent-refactor: Move display code and tangent calculation to loops WIP patch by Campbell

2015-07-22 Thread Antony Riakiotakis
Commit: 1d445e48b0eafa20b2ab9248c4c83e9b2aa2ccd7 Author: Antony Riakiotakis Date: Wed Jul 22 12:08:20 2015 +0200 Branches: temp-tangent-refactor https://developer.blender.org/rB1d445e48b0eafa20b2ab9248c4c83e9b2aa2ccd7 Move display code and tangent calculation to loops WIP patch by Campbell

[Bf-blender-cvs] [2910940] temp-tangent-refactor: Convert tangent layer and baking to use looptris. This is WIP code to make sure all blender uses tangents generated from loops.

2015-07-22 Thread Antony Riakiotakis
Commit: 29109403e002b0a07f7637c2b65351c3d5ec0783 Author: Antony Riakiotakis Date: Fri Jul 17 18:22:11 2015 +0200 Branches: temp-tangent-refactor https://developer.blender.org/rB29109403e002b0a07f7637c2b65351c3d5ec0783 Convert tangent layer and baking to use looptris. This is WIP code to make

[Bf-blender-cvs] [cf60027] master: Don't make Python classes of StructRNA on startup

2015-07-22 Thread Campbell Barton
Commit: cf6002737da7a842650d47569385467f4812cb78 Author: Campbell Barton Date: Wed Jul 22 19:41:59 2015 +1000 Branches: master https://developer.blender.org/rBcf6002737da7a842650d47569385467f4812cb78 Don't make Python classes of StructRNA on startup This gives small start time speedup, classes

[Bf-blender-cvs] [945f32e] master: Fix crash with recent refactor of customdata writing.

2015-07-22 Thread Bastien Montagne
Commit: 945f32e66d6ada2a05b7700a197209b9c66b4682 Author: Bastien Montagne Date: Wed Jul 22 11:54:53 2015 +0200 Branches: master https://developer.blender.org/rB945f32e66d6ada2a05b7700a197209b9c66b4682 Fix crash with recent refactor of customdata writing. Caused by own rBff3d535bc2a6309 - since

[Bf-blender-cvs] [4613405] master: OpenSubdiv: Resolve crash when trying to do weight mcol

2015-07-22 Thread Sergey Sharybin
Commit: 461340525eea970a9d85d3958cc58bfda07abe7b Author: Sergey Sharybin Date: Wed Jul 22 11:58:48 2015 +0200 Branches: master https://developer.blender.org/rB461340525eea970a9d85d3958cc58bfda07abe7b OpenSubdiv: Resolve crash when trying to do weight mcol

[Bf-blender-cvs] [75d1723] master: OpenSubdiv: Optimize speed of topology refiner construction

2015-07-22 Thread Sergey Sharybin
Commit: 75d1723518314632ef247ebe49f677856c8bf115 Author: Sergey Sharybin Date: Wed Jul 22 12:48:22 2015 +0200 Branches: master https://developer.blender.org/rB75d1723518314632ef247ebe49f677856c8bf115 OpenSubdiv: Optimize speed of topology refiner construction Now the conversion code uses mesh

[Bf-blender-cvs] [b604d5a] master: Add bvhtree_from_mesh_looptri utility function

2015-07-22 Thread Campbell Barton
Commit: b604d5ade0fde241c84b802b4f7b7426f12d48be Author: Campbell Barton Date: Wed Jul 22 20:55:46 2015 +1000 Branches: master https://developer.blender.org/rBb604d5ade0fde241c84b802b4f7b7426f12d48be Add bvhtree_from_mesh_looptri utility function

[Bf-blender-cvs] [f9a6780] master: Cleanup: use struct for storing callback data

2015-07-22 Thread Campbell Barton
Commit: f9a6780dc642ced8dc73f82d0d76cf928c33a094 Author: Campbell Barton Date: Wed Jul 22 15:49:53 2015 +1000 Branches: master https://developer.blender.org/rBf9a6780dc642ced8dc73f82d0d76cf928c33a094 Cleanup: use struct for storing callback data

[Bf-blender-cvs] [df41f7b] master: Use const for BVH mesh arrays

2015-07-22 Thread Campbell Barton
Commit: df41f7bf4f1b16d833eb548e57b4512dfb1a3bfa Author: Campbell Barton Date: Wed Jul 22 17:39:33 2015 +1000 Branches: master https://developer.blender.org/rBdf41f7bf4f1b16d833eb548e57b4512dfb1a3bfa Use const for BVH mesh arrays

[Bf-blender-cvs] [5983280] master: Use looptri for MeshDeform modifier

2015-07-22 Thread Campbell Barton
Commit: 5983280b4f5fd41d7441b0141bfd257b9fd32a3e Author: Campbell Barton Date: Wed Jul 22 21:30:02 2015 +1000 Branches: master https://developer.blender.org/rB5983280b4f5fd41d7441b0141bfd257b9fd32a3e Use looptri for MeshDeform modifier

[Bf-blender-cvs] [a6f00bb] master: Use doxy sections in bvhutils

2015-07-22 Thread Campbell Barton
Commit: a6f00bb75ca8ec22f66a47782ffa2b827bb0f8e9 Author: Campbell Barton Date: Wed Jul 22 20:35:33 2015 +1000 Branches: master https://developer.blender.org/rBa6f00bb75ca8ec22f66a47782ffa2b827bb0f8e9 Use doxy sections in bvhutils

[Bf-blender-cvs] [b305041] master: Add DM_get_looptri_array utility function

2015-07-22 Thread Campbell Barton
Commit: b305041ce6779f90a282283ff04bd36f1807c728 Author: Campbell Barton Date: Wed Jul 22 20:54:12 2015 +1000 Branches: master https://developer.blender.org/rBb305041ce6779f90a282283ff04bd36f1807c728 Add DM_get_looptri_array utility function

[Bf-blender-cvs] [db065e2] GPencil_Editing_Stage3: GP Sculpt: Allow randomise to offset points to either side of the line

2015-07-22 Thread Joshua Leung
Commit: db065e2ef80436139511e5bf24e9fc3801db1975 Author: Joshua Leung Date: Thu Jul 23 12:50:45 2015 +1200 Branches: GPencil_Editing_Stage3 https://developer.blender.org/rBdb065e2ef80436139511e5bf24e9fc3801db1975 GP Sculpt: Allow randomise to offset points to either side of the line

[Bf-blender-cvs] [dcbe481] GPencil_Editing_Stage3: GP Sculpt: More WIP work to try and get this randomise brush working

2015-07-22 Thread Joshua Leung
Commit: dcbe481cfd2a0a886f58b7c56a29287199146711 Author: Joshua Leung Date: Thu Jul 23 01:33:21 2015 +1200 Branches: GPencil_Editing_Stage3 https://developer.blender.org/rBdcbe481cfd2a0a886f58b7c56a29287199146711 GP Sculpt: More WIP work to try and get this randomise brush working So it turns

[Bf-blender-cvs] [d4d3a77] GPencil_Editing_Stage3: GP Sculpt: Collapse Edit/Sculpt panels by default

2015-07-22 Thread Joshua Leung
Commit: d4d3a77a2ac0a59e41836c6c153cb3e9dbb1bba9 Author: Joshua Leung Date: Fri Jul 17 02:25:04 2015 +1200 Branches: GPencil_Editing_Stage3 https://developer.blender.org/rBd4d3a77a2ac0a59e41836c6c153cb3e9dbb1bba9 GP Sculpt: Collapse Edit/Sculpt panels by default Now tha we have many more

[Bf-blender-cvs] [6d5cfd181] GPencil_Editing_Stage3: GP Sculpt: Buggy attempt at building a randomise brush

2015-07-22 Thread Joshua Leung
Commit: 6d5cfd18101116c2188c88c9ea8a08aa5bf6ac4c Author: Joshua Leung Date: Tue Jul 21 00:12:50 2015 +1200 Branches: GPencil_Editing_Stage3 https://developer.blender.org/rB6d5cfd18101116c2188c88c9ea8a08aa5bf6ac4c GP Sculpt: Buggy attempt at building a randomise brush This currently just sends

[Bf-blender-cvs] [3148f82] GPencil_Editing_Stage3: GP Sculpt: Code cleanup for randomise brush

2015-07-22 Thread Joshua Leung
Commit: 3148f82e27a300fe8a460cd040a0c0b93b690f55 Author: Joshua Leung Date: Thu Jul 23 13:08:09 2015 +1200 Branches: GPencil_Editing_Stage3 https://developer.blender.org/rB3148f82e27a300fe8a460cd040a0c0b93b690f55 GP Sculpt: Code cleanup for randomise brush

[Bf-blender-cvs] [368bd34] master: Mesh Deform: support for ngons when binding

2015-07-22 Thread Campbell Barton
Commit: 368bd34573e4c1a395685283acaccaf73c76 Author: Campbell Barton Date: Thu Jul 23 10:47:34 2015 +1000 Branches: master https://developer.blender.org/rB368bd34573e4c1a395685283acaccaf73c76 Mesh Deform: support for ngons when binding Weights were calculated using tessellation data,

[Bf-blender-cvs] [0bf2b20] master: Add missing break checking for tangents

2015-07-22 Thread Campbell Barton
Commit: 0bf2b207e2eff7a787d1e203725b64e60f8f1683 Author: Campbell Barton Date: Thu Jul 23 11:51:03 2015 +1000 Branches: master https://developer.blender.org/rB0bf2b207e2eff7a787d1e203725b64e60f8f1683 Add missing break checking for tangents

[Bf-blender-cvs] [717046a] master: Use looptri for volume snapping

2015-07-22 Thread Campbell Barton
Commit: 717046ad2a41c5b7d23313c77eca6ffc9f7b8762 Author: Campbell Barton Date: Thu Jul 23 12:56:44 2015 +1000 Branches: master https://developer.blender.org/rB717046ad2a41c5b7d23313c77eca6ffc9f7b8762 Use looptri for volume snapping

[Bf-blender-cvs] [60822ec] master: Use looptri for BVH raycast (simple cases)

2015-07-22 Thread Campbell Barton
Commit: 60822ec183a514f38f478ec3f3a167f59865f027 Author: Campbell Barton Date: Thu Jul 23 13:20:34 2015 +1000 Branches: master https://developer.blender.org/rB60822ec183a514f38f478ec3f3a167f59865f027 Use looptri for BVH raycast (simple cases)

[Bf-blender-cvs] [5c98848] master: Use looptri for RNA BVH functions

2015-07-22 Thread Campbell Barton
Commit: 5c98848895b5bdafd074e86948e53392bde5e6d8 Author: Campbell Barton Date: Thu Jul 23 15:38:50 2015 +1000 Branches: master https://developer.blender.org/rB5c98848895b5bdafd074e86948e53392bde5e6d8 Use looptri for RNA BVH functions

[Bf-blender-cvs] [6aabc1b] master: Cleanup; duplicate header

2015-07-22 Thread Campbell Barton
Commit: 6aabc1bde4ebb284a6b5c9bf1e936502b6fc1c07 Author: Campbell Barton Date: Thu Jul 23 15:39:36 2015 +1000 Branches: master https://developer.blender.org/rB6aabc1bde4ebb284a6b5c9bf1e936502b6fc1c07 Cleanup; duplicate header ===

[Bf-blender-cvs] [8155d25] master: Utility function to get poly - looptri mapping

2015-07-22 Thread Campbell Barton
Commit: 8155d25d395c30efd7724509afe2e50fb58c6d87 Author: Campbell Barton Date: Thu Jul 23 15:08:27 2015 +1000 Branches: master https://developer.blender.org/rB8155d25d395c30efd7724509afe2e50fb58c6d87 Utility function to get poly - looptri mapping

[Bf-blender-cvs] [abbd82a5] master: Use looptri for mesh remapping

2015-07-22 Thread Campbell Barton
Commit: abbd82a5040baa3950801c5be3596c0cd71c94fc Author: Campbell Barton Date: Thu Jul 23 15:10:12 2015 +1000 Branches: master https://developer.blender.org/rBabbd82a5040baa3950801c5be3596c0cd71c94fc Use looptri for mesh remapping

[Bf-blender-cvs] [0a249f9] master: Cleanup: arg names

2015-07-22 Thread Campbell Barton
Commit: 0a249f98534e20928d2d52c4585bff5d96ea9000 Author: Campbell Barton Date: Thu Jul 23 15:17:26 2015 +1000 Branches: master https://developer.blender.org/rB0a249f98534e20928d2d52c4585bff5d96ea9000 Cleanup: arg names === M

[Bf-blender-cvs] [748899a] master: Missed adding BVH callbacks in recent commit

2015-07-22 Thread Campbell Barton
Commit: 748899a50a0c1d83495db30a6161060cfbf420f1 Author: Campbell Barton Date: Thu Jul 23 13:09:14 2015 +1000 Branches: master https://developer.blender.org/rB748899a50a0c1d83495db30a6161060cfbf420f1 Missed adding BVH callbacks in recent commit

[Bf-blender-cvs] [0b7d0f9] master: Fix weight painting + mask not drawing in latest master.

2015-07-22 Thread Antony Riakiotakis
Commit: 0b7d0f913d4e5068afb15189bb077d4e84cebfda Author: Antony Riakiotakis Date: Wed Jul 22 16:58:18 2015 +0200 Branches: master https://developer.blender.org/rB0b7d0f913d4e5068afb15189bb077d4e84cebfda Fix weight painting + mask not drawing in latest master. Same issue as vertex painting -

[Bf-blender-cvs] [0795f62] master: GPU debug: Only flush stderr if needed.

2015-07-22 Thread Antony Riakiotakis
Commit: 0795f62ddfed50d0836ab42849b791b0a0a43a0b Author: Antony Riakiotakis Date: Wed Jul 22 13:57:35 2015 +0200 Branches: master https://developer.blender.org/rB0795f62ddfed50d0836ab42849b791b0a0a43a0b GPU debug: Only flush stderr if needed.