Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 2763 / 5574

October 15, 2014, 14:25 (GMT)
Fix T42160: CUDA error: ILLEGAL_ADDRESS in cuCtxSynchronize()

This is so-called GPU limitation boundary hit, told compiler to NOT include
volume bound function, otherwise some real weird things used to happen.

We actually might want to do the same for CPU, inlining everything is not
the way to get fastest code.
October 15, 2014, 12:51 (GMT)
SCons: Fix compilation error with booleans disabled
October 15, 2014, 12:45 (GMT)
Futher tweaks to WITH_CPU_SSE option

Explicitly disable SSE kernels in Cycles when this option is used.
Revision b6f0ad5 by Lukas Toenne
October 15, 2014, 11:54 (GMT)
Disable color editing for bone group color sets unless custom colors is
selected.

The bone group colors are not actually used _unless_ when the set is
"custom colors". But they were still editable, which is very confusing.
October 15, 2014, 10:16 (GMT)
Buildbot: Correct folder for experimetnal builds
October 15, 2014, 10:07 (GMT)
Buildbot: Fix for branch detection from the file name
October 15, 2014, 09:41 (GMT)
Buildbot: Rename testbuild branch to experimental-build and put the builds to dedicated folder
Revision 5a6f9fd by Lukas Toenne
October 15, 2014, 09:40 (GMT)
Fix T42239, missing redraw notifier when switching collision shapes.
October 15, 2014, 09:04 (GMT)
Better fix for T42139

Noise function's significant bits are up to 31st bit. This should now
give the same visual result as before, minus the stripes.

Issue pointed out by Anthony Edlin, thanks!
October 15, 2014, 08:53 (GMT)
CMake: Add a flag to explicitly disable SSE/SSE2 intrinsics

The flag is called WITH_CPU_SSE, it is ON by default so no one should
be affected by the change really.

This should hopefully fix https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763755
Revision d79f679 by Lukas Toenne
October 15, 2014, 08:16 (GMT)
Fix T42237: Added a soft limit to 3D view grid scale; a value of 0.0
can otherwise give 0.0 object scale.
October 15, 2014, 08:10 (GMT)
Correct last commit
October 15, 2014, 07:24 (GMT)
Cleanup: unused var
October 15, 2014, 07:23 (GMT)
Fix T42226: Glibc <= 2.8 fails to build
October 15, 2014, 06:57 (GMT)
Refactor 'apply' part of Editmode View3d Transform panel code.

This was way too verbose, heavily factorized the code.

Also made sure only changed data are applied (was not always the case,
especially for curves and lattices), and that we always use raw value
when only one element is affected (was only that way for coordinates).

Note I checked performances, they seem to be roughly the same as previously.
October 15, 2014, 06:57 (GMT)
Cleanup: Editmode 3DView Transform panel code: do not check for hidden BMesh verts/edges.

Afaik, a hidden BMesh element should never be selected. And this check was done in an
awfully inconsistent way! If it should really be needed, should be added back as a macro
used everywhere!
October 15, 2014, 06:57 (GMT)
Cleanup: Edit mode 3DView Transform panel code.

Mostly reorganizing mesh data handling to be always in the same order, this piece of code
is rather verbose, let's try to keep it organised a bit.

Also some visual UI tweaking.
October 15, 2014, 06:57 (GMT)
Add Vertex bevel weight to Editmode UI.

This panel UI code needs more love, cleanup etc. in next commits.
October 15, 2014, 06:57 (GMT)
Bevel modifier: Add weight support for vertices bevelling.

Nothing to say here, really, just a couple of lines to add to get it working...
October 15, 2014, 00:16 (GMT)
Fix for No Sudo option in install_deps.sh (typo in docs)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021