Blender Git Commits

Blender Git "master" branch commits.

Page: 2831 / 5574

Revision b144a89 by Joshua Leung
July 6, 2014, 07:35 (GMT)
Fix for typo in comment
July 5, 2014, 15:58 (GMT)
Fix uninitialized bool in recent own 'sode_select_groupe' commit.

Found by CoverityScan.
July 5, 2014, 13:39 (GMT)
Cycles: Some tweaks to baking UI.

* Put Normal Settings beneath the other ones, wild button jumping should be avoided.
* Remove Cage prefix for Object and Extrusion, it's clear from the button placement, the former UI was too squeezed...
July 5, 2014, 12:25 (GMT)
Cleanup: Typo fixes.
July 5, 2014, 00:04 (GMT)
Cycles: Compile fixes for CUDA Volumetrics.
* CUDA can be compiled with Volume support again, change line 78 kernel_types.h for that.

Volumes are still fragile on GPU though, got some Memory/Address CUDA errors in tests.. needs to be investigated more deeply.
July 4, 2014, 19:26 (GMT)
Style cleanup
July 4, 2014, 13:02 (GMT)
OSX: Jpeg2000 was formely handled by quicktime, after QT removal it was forgotten to move it to openjpeg, doing this now
Note: In releases this was missing since 2.69, so we may want an �??a�?? release for 2.71
July 4, 2014, 12:23 (GMT)
Refactor of Node's 'Select by type' op, to also handle color and name handling.

Ne op is similar to other 'Select Grouped' ones in Blender.

Based on patch D288 by Cruentus_Nex (Steve).

Reviewed by Campbell Barton, thanks!

Revision: D288.
July 4, 2014, 12:14 (GMT)
Add (r)partition funcs to BLI_string, to get left-most/right-most first occurence of delimiters.

Inspired by Python (r)partition str functions. Also added some Gtest cases for those new funcs.

Reviewed by Campbell Barton, many thanks!
July 4, 2014, 12:04 (GMT)
Install_deps: Final (hopefully!) fix for dual clang/cfe name (*sigh*).

Patch by simonrepp (Simon Repp), thanks!
July 4, 2014, 10:34 (GMT)
Fix T40843: Cycles does not support viewport render override
July 4, 2014, 10:02 (GMT)
Fix the ABIFLAGS order for detecting Python debug builds

D631 by mva
July 4, 2014, 09:12 (GMT)
Fix T40941: Bevel factor in Text

Bevel factor is not supported by text, hide it from the interface.
July 4, 2014, 06:18 (GMT)
Fix for a wrong threads count shown in Freestyle debug mode (--debug-freestyle).
Revision ce0596e by Joshua Leung
July 4, 2014, 04:35 (GMT)
Bugfix T40945: Typo in tooltip for SSS property
Revision 81c3fc9 by Sergej Reich
July 3, 2014, 19:40 (GMT)
cloth: Speed up collision detection

Noticed this while looking into something else.
The change is trivial, but gives a rather nice preformance improvement,
so why not.
Theres's actually a lot one can do to improve collision performance if
one wanted to, the triangle-triangle check alone has a lot of room for
improvement.
Revision 6cc7892 by Joshua Leung
July 3, 2014, 12:09 (GMT)
Select Grouped -> KeyingSet for bones also shows error messages now when the Keying Set is inappropriate
Revision 796aef0 by Joshua Leung
July 3, 2014, 12:09 (GMT)
Code Cleanup - Replaced magic numbers with defines
July 3, 2014, 10:04 (GMT)
Make Cursor placement operation a modal operator.

* Allows drag and place workflow in addition to click workflow
* Should be compatible with future use of calling operator and placing
instead of left-clicking
July 3, 2014, 06:33 (GMT)
Fix T39825: Crash on startup with tablet
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021