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-31fix [#35578] New bridge tool; bowtie crossing when destination edges form one...Campbell Barton
2013-05-31Fix #35497: rendering preview range gives wrong durationSergey Sharybin
2013-05-31Fix #35581: Crash when using Track RefineSergey Sharybin
2013-05-31Made text datablock properties 'is_in_memory' and 'is_dirty' editable in Python.Tamito Kajiyama
2013-05-31improve edgering subdivide curvature calculations (calculate length projected...Campbell Barton
2013-05-31correct cast to uintptr_t for smallhash use.Campbell Barton
2013-05-31tweak to edge-loop select, so loop selecting a side of a subdivided triangle ...Campbell Barton
2013-05-31units: display 0.5mm rather then 500um, nicer when dealing with very small si...Campbell Barton
2013-05-30remove null checks for list functions, all hard asserts so we would have noti...Campbell Barton
2013-05-30fix for incorrect use of strncat in uiItemMenuEnumOCampbell Barton
2013-05-30remove CD_MASK_NORMAL from CD_MASK_DERIVEDMESH, bmesh merge included this but...Campbell Barton
2013-05-30modifier stack: lazy initialize normalsCampbell Barton
2013-05-30fix debug derived mesh print function, layers in the customdata that were NUL...Campbell Barton
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-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-30remove duplicate sys-types headers.Campbell Barton
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