Blender Git Commits

Blender Git "master" branch commits.

Page: 2501 / 5574

October 5, 2015, 11:23 (GMT)
Fix T46375: Inverted scroll in node template menus
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.
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.
October 5, 2015, 10:44 (GMT)
Fix T46377: No python executable in 2.76 rc3 distribution for OSX
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.
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!
October 5, 2015, 09:48 (GMT)
Cleanup: pass pointer to rctf
October 5, 2015, 09:48 (GMT)
SCons: Support compilation with 10.11 SK on OS X
October 5, 2015, 09:45 (GMT)
Fix T46352: Cycles fails to render when material contains UV mapped texture as volume input
October 5, 2015, 07:54 (GMT)
Cycles: Add some TODO comments about derivatives
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.
October 5, 2015, 07:41 (GMT)
Cycles: Remove redundant coordinate clipping in voxel SVM node

It is now handled via texture extension type.
October 5, 2015, 07:40 (GMT)
Cycles: Fix missing z-coordinate check in volume sampling
October 5, 2015, 07:28 (GMT)
Fix T46358: Cycles point density uses repeat extension type
October 4, 2015, 22:17 (GMT)
Fix T46305: normal map display issues in viewport when using VBOs.
October 4, 2015, 16:11 (GMT)
CMake: detect OS X 10.11 / Xcode 7.
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...
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.
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.
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.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021