Blender Git Commits

Blender Git "master" branch commits.

Page: 2687 / 5574

February 3, 2015, 11:54 (GMT)
Keep mingw specific includes ifdef'd
February 3, 2015, 11:51 (GMT)
MinGW still uses SDL1 - will need to change this of course but no need
to keep compilation broken for now
February 3, 2015, 11:31 (GMT)
MinGW64 complains about clock, include time.h
February 3, 2015, 08:59 (GMT)
BMesh: optimize selection flushing

De-selecting a face would do flushing checks on each vertex 3 times, now only do once.
February 3, 2015, 08:08 (GMT)
cleanup: inconsistent BMesh select checks
February 3, 2015, 05:42 (GMT)
Possible NULL de-reference on fullsceen check

Also quiet some other minor warnings
February 3, 2015, 05:39 (GMT)
Fix own mistake unlinking text (recent commit)
February 3, 2015, 05:37 (GMT)
Fix copypaste error in x11 tablet init
February 2, 2015, 22:33 (GMT)
BMesh: optimize edge select

It's called a lot, so avoid using a generic iterator for edges of vert.
February 2, 2015, 22:33 (GMT)
cleanup: indentation & redundant casts

also use 'const' bucket rect args
February 2, 2015, 22:33 (GMT)
cleanup: use bools in drawobject
February 2, 2015, 20:30 (GMT)
Make MSVC 2013 win32 also use new OpenEXR 2.2
February 2, 2015, 18:44 (GMT)
Bump OpenEXR to 2.2 for windows MSVC 2013
February 2, 2015, 17:38 (GMT)
Warp modifier: remove redundant NULL check
February 2, 2015, 17:35 (GMT)
Warp modifier: avoid sqrt checking radius
February 2, 2015, 17:35 (GMT)
Fix T43524: Warp modifier curve clamped to 0-1
February 2, 2015, 17:15 (GMT)
Cycles: OSL kernel now also ignores maybe-uninitialized

This is a bit of a mess because of the header dependency hell, but
since the tweak is small enough it's gonna be fine.
February 2, 2015, 17:09 (GMT)
Cycles: Further tweaks to T43511 to solve compilation error on 32bit platforms
February 2, 2015, 17:09 (GMT)
Cycles: Solve dependency between camera and object synchronization

IN theory object might depend on camera location (spatial adaptive subdivisions
for example) which became not possible to achieve after camera in volume support.

Should be no functional changes for artists.
February 2, 2015, 17:09 (GMT)
Cycles: Ignore -Wmaybe-uninitialized from the kernel in release builds

This warning provided too much false-positive issues in release version of the
kernel, making it really easy to miss actual warnings.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021