Blender Git Commits

Blender Git "master" branch commits.

Page: 3730 / 5574

February 15, 2012, 16:04 (GMT)
Merging r44109 through r44128 from trunk into soc-2011-tomato

February 15, 2012, 14:56 (GMT)
Fix another padding error in cycles, to complete the previous bugfix.
February 15, 2012, 14:40 (GMT)
* correct bad pointer check in expand_local_mesh()
* check total polygons rather then faces in draw_mesh_object()
February 15, 2012, 14:39 (GMT)
went over all uses of mesh->mface and added BMESH_TODO comments for
areas that need to be updated.
February 15, 2012, 14:32 (GMT)
Fix #30139: multi render layer not working with CUDA render, due to padding error
in render pass code.
February 15, 2012, 14:05 (GMT)
FFmpeg settings can't be animated. Clear animation flag to prevent confusing
warnings appear on the screen.
February 15, 2012, 13:41 (GMT)
Movie clip: comment what magic constant 768 means in DNA structure
February 15, 2012, 13:25 (GMT)
fix [#30153] Crash in outline datablock display after switch to edit mode
February 15, 2012, 12:39 (GMT)
fix [#30186] Crash in execute the "Operator Cheat Sheet"
February 15, 2012, 12:27 (GMT)
quiet some warnings from commented code.
February 15, 2012, 12:08 (GMT)
svn merge ^/trunk/blender -r44076:44118
February 15, 2012, 08:53 (GMT)
CMake: determine if python should be bundled into "lib" or "lib64" folder.

Needed to deal with OS like openSUSE where Python is installed to /usr/lib64
and don't work if it's getting bundled into <blender_version>/python/lib.

Thanks to Campbell to making this patch cleaner :)
February 14, 2012, 18:23 (GMT)
font objects in blenderplayer fail when object with alpha is rendered
the embed bge has its own DisableForText() routine which prepares the GL flags for the text render.

For some reason blenderplayer is taking a slim approach and going straight for the rendering. This routine helps to address this bug/case (non reported, foundin my own project files). If need arises we should move this to its own routine incorporating the other GL tests the embed bge performs.
February 14, 2012, 17:48 (GMT)
Subsurfed uv unwrap tool ported to bmesh.
February 14, 2012, 17:03 (GMT)
Buildbot: WITH_BF_CYCLES_CUDA_BINARIES should be set for packing stage too.
February 14, 2012, 17:03 (GMT)
Camera tracking: corrected default values for some reconstruction-related properties.
February 14, 2012, 15:59 (GMT)
Buildbot: another attempt to make Windows builds support CUDA

Set BF_CYCLES_CUDA_NVCC to nvcc.exe, hopefully it's on search path at builder machine.
February 14, 2012, 15:44 (GMT)
SCons: command line options should be coma-separated when adding to options list
February 14, 2012, 15:26 (GMT)
Buildbot: enable building CUDA binaries on Windows slaves.
Should make CUDA available for rendering in buildbot builds.
February 14, 2012, 15:19 (GMT)
Merging r44070 through r44108 from trunk into soc-2011-tomato

By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021