[Bf-blender-cvs] [2dfdbe4] fracture_modifier: calculating minimum impulse per object now, also made solver iteration settings not visible for compounds any more (they relate only to constraints)

2015-10-26 Thread Martin Felke
Commit: 2dfdbe4081f3b3f25e507f7c12ae26e8e00d6aa7 Author: Martin Felke Date: Mon Oct 26 20:25:59 2015 +0100 Branches: fracture_modifier https://developer.blender.org/rB2dfdbe4081f3b3f25e507f7c12ae26e8e00d6aa7 calculating minimum impulse per object now, also made solver iteration settings not vis

[Bf-blender-cvs] [95164a0] master: BGE: generic python callback list + replace KX_PythonSeq.

2015-10-26 Thread Porteries Tristan
Commit: 95164a09a73b5f72cfb21abfe608dfd0873b7706 Author: Porteries Tristan Date: Mon Oct 26 20:27:08 2015 +0100 Branches: master https://developer.blender.org/rB95164a09a73b5f72cfb21abfe608dfd0873b7706 BGE: generic python callback list + replace KX_PythonSeq. I made this patch to declared a pyt

[Bf-blender-cvs] [5b3af3d] master: Fix T46537: UV Image Editor. UV Sculpt toggle button doesn't show hotkey label when active.

2015-10-26 Thread Bastien Montagne
Commit: 5b3af3dd46307fcf5389f1ede9cfb9da77b120a4 Author: Bastien Montagne Date: Mon Oct 26 16:34:18 2015 +0100 Branches: master https://developer.blender.org/rB5b3af3dd46307fcf5389f1ede9cfb9da77b120a4 Fix T46537: UV Image Editor. UV Sculpt toggle button doesn't show hotkey label when active. P

[Bf-blender-cvs] [5cb7c07] fracture_modifier: attempt to fix some (stack overflow related ?) crashes

2015-10-26 Thread Martin Felke
Commit: 5cb7c07e31c936d09adbf74298e424207d78db71 Author: Martin Felke Date: Mon Oct 26 15:34:40 2015 +0100 Branches: fracture_modifier https://developer.blender.org/rB5cb7c07e31c936d09adbf74298e424207d78db71 attempt to fix some (stack overflow related ?) crashes

[Bf-blender-cvs] [fe4909e] fracture_modifier: tiny fix, forgot to assign ids to meshislands in splitshards to island mode

2015-10-26 Thread Martin Felke
Commit: fe4909e752ae243c25aa5d5540002b93b1ef7d2e Author: Martin Felke Date: Mon Oct 26 14:43:36 2015 +0100 Branches: fracture_modifier https://developer.blender.org/rBfe4909e752ae243c25aa5d5540002b93b1ef7d2e tiny fix, forgot to assign ids to meshislands in splitshards to island mode ===

[Bf-blender-cvs] [3751eb1] master: Fix broken comment about our WM progress report for python (its not a progress bar at all).

2015-10-26 Thread Bastien Montagne
Commit: 3751eb18c3156589fdb6296c1cc6ab0e9ec8b4d4 Author: Bastien Montagne Date: Mon Oct 26 14:10:25 2015 +0100 Branches: master https://developer.blender.org/rB3751eb18c3156589fdb6296c1cc6ab0e9ec8b4d4 Fix broken comment about our WM progress report for python (its not a progress bar at all). =

[Bf-blender-cvs] [3e9f6fc] master: Freestyle: minor speed-up by omitting the calculation of the smallest edge size.

2015-10-26 Thread Tamito Kajiyama
Commit: 3e9f6fc281dd465a6406cd6bec9dfceb9adf28ab Author: Tamito Kajiyama Date: Sun Aug 9 23:36:53 2015 +0900 Branches: master https://developer.blender.org/rB3e9f6fc281dd465a6406cd6bec9dfceb9adf28ab Freestyle: minor speed-up by omitting the calculation of the smallest edge size. BlenderFileLoad

[Bf-blender-cvs] [52d074b] master: Fix T46604: Crash in ChainPredicateIterator instantiated without predicates.

2015-10-26 Thread Tamito Kajiyama
Commit: 52d074ba39ec4ec5c8bdd54fbd143745f4bb5f7c Author: Tamito Kajiyama Date: Mon Oct 26 18:17:12 2015 +0900 Branches: master https://developer.blender.org/rB52d074ba39ec4ec5c8bdd54fbd143745f4bb5f7c Fix T46604: Crash in ChainPredicateIterator instantiated without predicates. Also fixed a poten

[Bf-blender-cvs] [afe3b55] master: Cleanup: warning & whitespace

2015-10-26 Thread Campbell Barton
Commit: afe3b55483d5f0cbaccc7fb3974ac2e5cbdfffbe Author: Campbell Barton Date: Mon Oct 26 22:22:30 2015 +1100 Branches: master https://developer.blender.org/rBafe3b55483d5f0cbaccc7fb3974ac2e5cbdfffbe Cleanup: warning & whitespace =

[Bf-blender-cvs] [8587692] master: Cleanup: Remove ToDo comment.

2015-10-26 Thread Thomas Dinges
Commit: 85876923bf8dd27c7225fe3ddf044acee4478eb5 Author: Thomas Dinges Date: Sun Oct 25 20:54:26 2015 +0100 Branches: master https://developer.blender.org/rB85876923bf8dd27c7225fe3ddf044acee4478eb5 Cleanup: Remove ToDo comment. I don't see how this could conflict, madd() in util_ssef.h has a di

[Bf-blender-cvs] [aa49c16] master: Cleanup: Avoid some warnings on OS X with clang and update comment.

2015-10-26 Thread Thomas Dinges
Commit: aa49c16bd94f0ef38edcc1e24e90717799354445 Author: Thomas Dinges Date: Sun Oct 25 20:48:28 2015 +0100 Branches: master https://developer.blender.org/rBaa49c16bd94f0ef38edcc1e24e90717799354445 Cleanup: Avoid some warnings on OS X with clang and update comment. =

[Bf-blender-cvs] [72592cf] master: Cleanup: Move pixel aspect to blender_camera_init().

2015-10-26 Thread Thomas Dinges
Commit: 72592cfbe0ea8dc6af3d17c5ea4126121b997a70 Author: Thomas Dinges Date: Sun Oct 25 01:12:29 2015 +0200 Branches: master https://developer.blender.org/rB72592cfbe0ea8dc6af3d17c5ea4126121b997a70 Cleanup: Move pixel aspect to blender_camera_init().

[Bf-blender-cvs] [04ff278] master: Fix: Prevent warnings from popping up when trying to edit driver expressions from buttons

2015-10-26 Thread Joshua Leung
Commit: 04ff2784da884675366091f88a08734e6ddbbce8 Author: Joshua Leung Date: Mon Oct 26 23:24:41 2015 +1300 Branches: master https://developer.blender.org/rB04ff2784da884675366091f88a08734e6ddbbce8 Fix: Prevent warnings from popping up when trying to edit driver expressions from buttons Previou

[Bf-blender-cvs] [b3edd7b] master: Graph Editor: Adjusting Change Frame and Jump to Keyframes operators to work with Drivers Cursor

2015-10-26 Thread Joshua Leung
Commit: b3edd7bdcdbb67abef6436244bb23ec3ef890869 Author: Joshua Leung Date: Mon Oct 26 19:29:23 2015 +1300 Branches: master https://developer.blender.org/rBb3edd7bdcdbb67abef6436244bb23ec3ef890869 Graph Editor: Adjusting Change Frame and Jump to Keyframes operators to work with Drivers Cursor

[Bf-blender-cvs] [0860fdc] master: Fix T46599: Copy Rotation behaves erratically when Use Y is disabled

2015-10-26 Thread Joshua Leung
Commit: 0860fdc53cca53441ca9d9d55a30878d9cdda725 Author: Joshua Leung Date: Mon Oct 26 15:14:02 2015 +1300 Branches: master https://developer.blender.org/rB0860fdc53cca53441ca9d9d55a30878d9cdda725 Fix T46599: Copy Rotation behaves erratically when Use Y is disabled When the "Use Y" option in th

[Bf-blender-cvs] [ebe3923] master: Graph Editor: Disable interpolation setting for enum/boolean FCurves, as no interpolation is performed on those

2015-10-26 Thread Joshua Leung
Commit: ebe3923137cadefafeba75f5a11f79f1d160c483 Author: Joshua Leung Date: Fri Oct 9 01:39:20 2015 +1300 Branches: master https://developer.blender.org/rBebe3923137cadefafeba75f5a11f79f1d160c483 Graph Editor: Disable interpolation setting for enum/boolean FCurves, as no interpolation is perfor

[Bf-blender-cvs] [a93605b] master: Fix: X-axis values in Graph Editor should not be displayed as timecodes in "Drivers" mode

2015-10-26 Thread Joshua Leung
Commit: a93605b95b43466eb79bdca21283c2cfafad6a01 Author: Joshua Leung Date: Sat Oct 10 18:14:11 2015 +1300 Branches: master https://developer.blender.org/rBa93605b95b43466eb79bdca21283c2cfafad6a01 Fix: X-axis values in Graph Editor should not be displayed as timecodes in "Drivers" mode ===

[Bf-blender-cvs] [2092056] master: Fix: Missing update after scrubbing time in Graph Editor

2015-10-26 Thread Joshua Leung
Commit: 2092056745064f8ce41863f1856d902588dc39f9 Author: Joshua Leung Date: Sat Oct 10 18:16:13 2015 +1300 Branches: master https://developer.blender.org/rB2092056745064f8ce41863f1856d902588dc39f9 Fix: Missing update after scrubbing time in Graph Editor Sometimes the timeline header didn't upda

[Bf-blender-cvs] [0a3ca17] master: Graph Editor: Use Cursor X in Drivers mode during Transforms (where appropriate)

2015-10-26 Thread Joshua Leung
Commit: 0a3ca175afa27d5e6a5f5242a21ae2c1c5326ddd Author: Joshua Leung Date: Mon Oct 26 20:15:27 2015 +1300 Branches: master https://developer.blender.org/rB0a3ca175afa27d5e6a5f5242a21ae2c1c5326ddd Graph Editor: Use Cursor X in Drivers mode during Transforms (where appropriate) =

[Bf-blender-cvs] [1b28635] master: Graph Editor: Snap and Mirror keyframes now respect Cursor X in Drivers mode

2015-10-26 Thread Joshua Leung
Commit: 1b286352a31c5a1320c5b481a2edc694b9b80338 Author: Joshua Leung Date: Mon Oct 26 20:13:29 2015 +1300 Branches: master https://developer.blender.org/rB1b286352a31c5a1320c5b481a2edc694b9b80338 Graph Editor: Snap and Mirror keyframes now respect Cursor X in Drivers mode When using the "Curre

[Bf-blender-cvs] [21f4c77] master: Alternative presentation for interpolation indicator for discrete properties

2015-10-26 Thread Joshua Leung
Commit: 21f4c77a763d4a3fde8a4adfe7a5ea94dbc99fa9 Author: Joshua Leung Date: Fri Oct 9 01:48:16 2015 +1300 Branches: master https://developer.blender.org/rB21f4c77a763d4a3fde8a4adfe7a5ea94dbc99fa9 Alternative presentation for interpolation indicator for discrete properties ==

[Bf-blender-cvs] [6507249] master: Graph Editor: Allow "cursor x" to have fractional values when working with Drivers (T46004)

2015-10-26 Thread Joshua Leung
Commit: 65072499c65affaf26e2e6912129387ba54211f1 Author: Joshua Leung Date: Sat Oct 10 18:26:09 2015 +1300 Branches: master https://developer.blender.org/rB65072499c65affaf26e2e6912129387ba54211f1 Graph Editor: Allow "cursor x" to have fractional values when working with Drivers (T46004) When