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
2012-06-29Extended modes for snapping in the node editor.Lukas Toenne
2012-06-27style cleanupCampbell Barton
2012-06-14revert own commits 47907, 47908 after some discussion this is really bad and ...Campbell Barton
2012-06-14change to scale node - multiply scale by scene size, without this theres no r...Campbell Barton
2012-06-04mask mode for clip editor developed by Sergey Sharybin, Pete Larabell and mys...Campbell Barton
2012-05-30BGE #30734: add support for physics linear and angular thresholds and deactiv...Benoit Bolsee
2012-05-22Add input sample averaging to PaintStroke.Nicholas Bishop
2012-05-17style cleanup: block commentsCampbell Barton
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-05-05code cleanup: BKE_scene api naming.Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-04-30Add per-brush weight field.Nicholas Bishop
2012-04-28Cycles: merging features from tomato branch.Brecht Van Lommel
2012-04-24screenshot operator now adds file extension in the file selector and has its ...Campbell Barton
2012-04-23code cleanup: remove unused definesCampbell Barton
2012-04-23code cleanup: remove editbutflag flag from toolsettings & related defines.Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-25style cleanup, use { on newline after function definition.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-01-25Cycles: Render PassesBrecht Van Lommel
2012-01-21change filepath limit from 240 to 1024Campbell Barton
2012-01-17Uv Tools branch GSOC 2011Antony Riakiotakis
2012-01-16use FILE_MAX instead of 240 or comment where define cant be used.Campbell Barton
2012-01-15weight paint UICampbell Barton
2012-01-13Added Lossless Output option for h264 codec.Sergey Sharybin
2012-01-13Remove vestigial retopo/retopo-paint code.Nicholas Bishop
2012-01-12Rename the sculpt/paint unified flags for better consistency, no functional c...Nicholas Bishop
2012-01-12Move unified paint fields from ToolSettings into their own UnifiedPaintSettin...Nicholas Bishop
2012-01-12Cucumber - AA for blenderplayer and fullscreenDalai Felinto
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2012-01-11Commenting and comment fixingJoshua Leung
2011-12-30Color management: add "Color Unpremultiply" option for images and render sett...Brecht Van Lommel
2011-12-30minor dna header cleanupCampbell Barton
2011-12-24replace u_int64_t with cc99's uint64_t as suggested by Nicholas Bishop.Campbell Barton
2011-12-24change customdata mask from an 'unsigned int' to an 'u_int64_t', since BMesh ...Campbell Barton
2011-12-20Cucumber, first batch of merge - UI changes and custom exit keyDalai Felinto
2011-12-04remove old renderer struct member, was only used for setting yafray but was s...Campbell Barton
2011-12-04add define for deprecated DNA struct members: DNA_DEPRECATED,Campbell Barton
2011-11-24image format arg parsing for creator.cCampbell Barton
2011-11-22- use cache_ as a prefix for new modifiers.Campbell Barton
2011-11-22rename image type defines to be less ambiguous, also set BMP as not supportin...Campbell Barton
2011-11-22display quality for avijpeg, name BKE_imtype functions more sensibly Campbell Barton
2011-11-22replace ImBuf.depth with ImBuf.planes to match ImageFormatData.planes & to av...Campbell Barton
2011-11-22move image settings into their own structure so the interface can be shared w...Campbell Barton
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-05remove po/ since the workflow for translations uses branches which isnt that ...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-07Scene.GameData DNA alignment nitpickingDalai Felinto
2011-10-04bge bugfix: navmesh collision flag disputing with glsl_color_manag.Dalai Felinto