Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-30modifier stack: lazy initialize normalsCampbell Barton
2013-05-30Backtrace for unfreed memory blocksSergey Sharybin
2013-05-30fix debug derived mesh print function, layers in the customdata that were NUL...Campbell Barton
2013-05-30Fixed compilation error after recent keyframes commit.Sergey Sharybin
2013-05-30Remove files unused by blender's trackerSergey Sharybin
2013-05-30Fix #35570, old group nodes with empty socket name strings crash. The identif...Lukas Toenne
2013-05-30Patch #35464: Marker placement for motion tracker by clicking on a desired lo...Sergey Sharybin
2013-05-30Cycles:Thomas Dinges
2013-05-30UI: support 3 digit hex colors like HTML, e.g. #123 becomes #112233.Brecht Van Lommel
2013-05-30Motion tracking: automatic keyframe selectionSergey Sharybin
2013-05-30remove redundant includes from cmake and scons.Campbell Barton
2013-05-30split bge includes for scons onto their own lines (for easier merging)Campbell Barton
2013-05-30remove duplicate sys-types headers.Campbell Barton
2013-05-29Grr, forgot this in r57127... Bastien Montagne
2013-05-29Various fixes for install_deps' scons options.Bastien Montagne
2013-05-29Various fixes to scons for linux:Bastien Montagne
2013-05-29Addition to r57094 by Campbell:Jürgen Herrmann
2013-05-29svn merge ^/tags/blender-2.67b-release/blender -c57122Campbell Barton
2013-05-29Fix #35374: Region overlap + bugsSergey Sharybin
2013-05-29Cleanup: Removed all NODE_OPTIONS flags from C node type definitions, these a...Lukas Toenne
2013-05-29Remove the NODE_OPTIONS flag usage from node->typeinfo. This is a redundant f...Lukas Toenne
2013-05-29Set the NODE_OPTIONS flag for all nodes by default. If the node type has no o...Lukas Toenne
2013-05-29Reverted a TODO comment from r54429 which disabled the NODE_OPTIONS flag chec...Lukas Toenne
2013-05-29scene render dimension panal: avoid re-creating the framerate string on every...Campbell Barton
2013-05-29fix for own regression in bridge tool since rewrite, UV's were not correctly ...Campbell Barton
2013-05-29Replacement for the "Active Node" panel in node editor properties sidebar. Th...Lukas Toenne
2013-05-29Node options draw function fix for C nodes: use the default button draw funct...Lukas Toenne
2013-05-29workaround for search menu enum using freed python scripts (py api limitation).Campbell Barton
2013-05-29Make sure bool will always have the same size in C and C++Sergey Sharybin
2013-05-29fix for confusion switching active group when running mirror (would swich bac...Campbell Barton
2013-05-29improve topology mirror, increase chance of finding unique match.Campbell Barton
2013-05-29tweaks to vertex weight limitCampbell Barton
2013-05-29fix for own mistake in recent change to use defvert layer offsets.Campbell Barton
2013-05-29fix [#34851] "UnitSettings.scale_length" not beeing calculated the same way f...Campbell Barton
2013-05-29correct error in r57092 with scons.Campbell Barton
2013-05-29Correction for strict compiler flags.Sergey Sharybin
2013-05-28add BLI_sys_types.hCampbell Barton
2013-05-28don't use globbing for freestyle cmake file.Campbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-28Fix for r35524. Thanks Jeffrey Hoover for reporting.Alexander Kuznetsov
2013-05-28Quick addition to the node sidebar "Active Node" panel: draw input socket val...Lukas Toenne
2013-05-28QTKIT: as per Ideasman's suggestion, include BLI_utildefines.h in sourcefiles...Jens Verwiebe
2013-05-28Cycles OpenCL: disable requirement of enabling Experimental, environment vari...Brecht Van Lommel
2013-05-28Since have_quicktime is now a bool, need extra include for stdboolJens Verwiebe
2013-05-28bmo_subdivide_edgering.c now builds with release+debuginfo, also remove unuse...Campbell Barton
2013-05-28fix [#35509] MedianPoint choice has bad normalsCampbell Barton
2013-05-28Cycles: normal maps are now backwards compatible again after recent fix, withBrecht Van Lommel
2013-05-28code cleanup: lots of calls to BKE_mesh_calc_normals_mapping were not using t...Campbell Barton
2013-05-28Hopefully scons+llvm works again.Sergey Sharybin
2013-05-28rename references to faces in docs.Campbell Barton