Revision 93fa359 by Campbell Barton October 5, 2015, 11:23 (GMT) |
Fix T46375: Inverted scroll in node template menus |
Revision 776a98f by Sergey Sharybin October 5, 2015, 11:16 (GMT) |
Fix T46354: Curve Modifier does not update (new Dependency graph) Result of curve modifier depends on transform of the object which should be reflected by the depsgraph relations. |
Revision 3ba6cea by Sergey Sharybin October 5, 2015, 11:00 (GMT) |
Buildbot: Disable use of own Clang for OSX builds Our version of clang fails with latest SDK. It's not really clear if such change will disable openmp or not (-fopenmp doesn't throw an error, but it might be a silent fail). In any case, builds without OpenMP is better than no builds at all. |
Revision 413036b by Sergey Sharybin October 5, 2015, 10:44 (GMT) |
Fix T46377: No python executable in 2.76 rc3 distribution for OSX |
Revision 3b2ad70 by Campbell Barton October 5, 2015, 10:28 (GMT) |
Metadata display: support word-wrapped note - Match layout from stamp buffer (note last so it can wrap) - Correct vertical spacing (didn't take decender into account) - Use U.pixelsize when setting font-size. |
Revision 86aeb7d by Bastien Montagne October 5, 2015, 10:02 (GMT) |
Fix T46379: Bad behavior of bUnit_ToUnitAltName() with default units. It would simply remove default units (in most case), cannot see any good reason for such behavior? Might work in case default unit is the only one present, but breaks consistency (and it may not be always obvious for user which unit it is). Comes from original patch from five years ago, rB7d8f0fce. This will break keyboard-setting of values, e.g. '2m 33.4cm' would become '2 33.4cm', totally useless and invalid entry! |
Revision 3d5622a by Campbell Barton October 5, 2015, 09:48 (GMT) |
Cleanup: pass pointer to rctf |
Revision 5740817 by Sergey Sharybin October 5, 2015, 09:48 (GMT) |
SCons: Support compilation with 10.11 SK on OS X |
Revision 91f1886 by Sergey Sharybin October 5, 2015, 09:45 (GMT) |
Fix T46352: Cycles fails to render when material contains UV mapped texture as volume input |
Revision 518d68f by Sergey Sharybin October 5, 2015, 07:54 (GMT) |
Cycles: Add some TODO comments about derivatives |
Revision a771e27 by Sergey Sharybin October 5, 2015, 07:52 (GMT) |
Cycles: Fix for builtin textures when linking against OSL 1.6.8 Issue was caused by changed function signature. This is still not really full support of new OSL API since we don't store anything in the derivatives which could confuse mipmapping. |
Revision 2a2e127 by Sergey Sharybin October 5, 2015, 07:41 (GMT) |
Cycles: Remove redundant coordinate clipping in voxel SVM node It is now handled via texture extension type. |
Revision d784568 by Sergey Sharybin October 5, 2015, 07:40 (GMT) |
Cycles: Fix missing z-coordinate check in volume sampling |
Revision 1a65289 by Sergey Sharybin October 5, 2015, 07:28 (GMT) |
Fix T46358: Cycles point density uses repeat extension type |
Revision 8e08c50 by Brecht Van Lommel October 4, 2015, 22:17 (GMT) |
Fix T46305: normal map display issues in viewport when using VBOs. |
Revision fccb14b by Brecht Van Lommel October 4, 2015, 16:11 (GMT) |
CMake: detect OS X 10.11 / Xcode 7. |
Revision f2499b6 by Bastien Montagne October 4, 2015, 14:43 (GMT) |
Fix T46368: Subtitle Export: Subtitles are not sorted by time. We need a temp list of Text effect strips here, to be able to sort it as we want... |
Revision c919ce3 by Bastien Montagne October 4, 2015, 14:43 (GMT) |
Fix (unreported) broken export of timecodes in SubRip VSE exporter. Would write 1.04 seconds as `00:00:01,40` instead of `00:00:01,040`... Anyway, we already have BLI API for timecodes, much better to add SubRip timecode format there, heavily simplifies code. To be backported to final 2.76. |
Revision 123b64f by Campbell Barton October 4, 2015, 13:03 (GMT) |
BMesh: improved smooth subdivision Instead of offsetting along normals, smooth positions are now calculated on a sphere defined by the vertices and their normals. This removes visible seams along original edges, which were common previously. |
Revision 52f7492 by Bastien Montagne October 4, 2015, 07:31 (GMT) |
Fix (coverity-reported) broken 'transform helpers' drawing. E.g. trackball-arrows (R-R) were no more visible. Caused by wrong cast of an array from int to float, we need an int version of those helpers (`glTranslatenxv`) too. |
|
|
|


Master Commits
MiikaHweb | 2003-2021