Blender Git Commits

Blender Git "master" branch commits.

Page: 2567 / 5574

June 22, 2015, 21:25 (GMT)
Missed changing default arg in addon_utils.disable
June 22, 2015, 21:07 (GMT)
Fix T44320: UV island overlap considered linked
June 22, 2015, 18:38 (GMT)
Fixed compilation error in editor/animation/anim_markers
Revision f0c5ed3 by Julian Eisel
June 22, 2015, 18:35 (GMT)
Fix T45149: Normal Node shows a hole in its sphere with heigh scale facs
June 22, 2015, 18:09 (GMT)
Fix T45034: MirrorBall rendering on wrong camera axis

This was a mistake in the original code from D1079.

With the current way how direction ot mirror ball works camera should look
into negative Y direction. Corrected it in the camera matrix synchronization,
so no extra calculations are needed at the render time.

That's a bit annoying, but we'd better port it to the release branch, or
otherwise we'll end up with files created with wrong camera mapping after
2.75 release.
June 22, 2015, 17:40 (GMT)
Fix T45148, stupid own mistake, the two functions are not the same,
shouldn't have collapsed them
June 22, 2015, 17:40 (GMT)
Revert "Lock markers now also disallows selection of markers"

This reverts commit 37fd2628058f296153a21ad359fbcbc74e9141e5.
June 22, 2015, 16:16 (GMT)
BGE: Fix T45110, T44174, armature animations update and mirror render.

Reveiwers:Moguri, Matpi, youle
June 22, 2015, 13:55 (GMT)
Fix T45145, multiview selection fix not working for scaled matrices.

Multiview code already accounts for scale, do not scale frame before
multiplying with matrix.
June 22, 2015, 13:18 (GMT)
Fix T45136, only draw edges if there's something to draw.
June 22, 2015, 11:53 (GMT)
Cycles: Respect duplicator's object motion blur settings

The idea is to make it possible to control linked duplicated objects motion
blur from the scene file without need to do overrides on the linked object
settings. Currently only supported for dupligroup duplication and all now
if duplicator object has motion blur disabled then it'll be inherited into
all the duplicated objects.

There should be no regressions/changes in look of existing files because
objects do have motion blur enabled by default.
June 22, 2015, 09:36 (GMT)
Fix T45144: Multi-value-edit ignored range
June 22, 2015, 08:23 (GMT)
Fix camera stereo logic use /w regular select
June 22, 2015, 06:51 (GMT)
Fix T45133: Crash drawing material buttons
June 21, 2015, 22:27 (GMT)
Fix memory leak /w multi-drag over a single button
June 21, 2015, 20:37 (GMT)
Cleanup: Get rid of some ugly magic numbers...
June 21, 2015, 19:56 (GMT)
Fix T45135: More cleanup of extreme max values in operator properties.

INT_/FLOAT_MAX are sometimes valid choices, but most of the time more
sensible values should be used here!
June 21, 2015, 14:06 (GMT)
Fix/Cleanup possibility to type insane values in 'add' operators options.

Our 'hard limit' values was too often max_int/float here, mis-typing could
lead to crash (or infinite hanging) of Blender, see e.g.
http://blender.stackexchange.com/questions/32790/blender-forces-computer-to-reboot-after-mistyping-extreme-value-for-resolution-i
June 21, 2015, 02:52 (GMT)
Change defaults for planar-face tool
June 21, 2015, 02:33 (GMT)
Cleanup: quiet warning
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021