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
path: root/source
AgeCommit message (Expand)Author
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-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-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-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-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-28reorder includes for winCampbell Barton
2013-05-28Added missing recalculate of normals after mesh importGaia Clary
2013-05-28code cleanup: remove old/unused bmesh bevel transform mode, remove commented ...Campbell Barton
2013-05-28fix for missing normalize with recent optimizations.Campbell Barton
2013-05-28Fix #35473: Using Redo panel in View3D after Grease Pencil action moves GP la...Sergey Sharybin
2013-05-28Fix #35547: incomplete tooltips in node editorSergey Sharybin
2013-05-28Fix #35513: Multires modifier normal corruption on apply baseSergey Sharybin
2013-05-28Fix: smoke initial velocity didn't work with the new custom size particles.Miika Hamalainen
2013-05-28code cleanup: comment/remove unused definesCampbell Barton
2013-05-28Fix for crash in Freestyle with sketchy chaining and Bezier Curve geometry mo...Tamito Kajiyama
2013-05-28fix [#35543] Bezier curve width and twist fail to apply when more than 1 poin...Campbell Barton
2013-05-28fix [#35544] Boids Segfault of frame advance using cursor keysCampbell Barton
2013-05-28fix [#35503] Bug with BMesh and Mirror Modifier (Blender 2.67)Campbell Barton
2013-05-28optimize mirror merging, remove array reallocation, replace with fixed size a...Campbell Barton
2013-05-27fix error in own recent commit, also other minor changes.Campbell Barton
2013-05-27view3d buttons, internal change: make act_vert_def vertex argument optional.Campbell Barton
2013-05-27Picky UI message fix...Bastien Montagne
2013-05-27Fix #35505: cycles object space normal mapping did not match blender internal.Brecht Van Lommel