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
2015-02-23Fix T43740: 'Back to Previous' failed on reloadCampbell Barton
2015-02-12Viewport compositing - first codeAntony Riakiotakis
2015-02-11Cavity masking - add curve control to cavity mask and move relevantAntony Riakiotakis
2015-02-09Fix T43424: undo changes the active sceneCampbell Barton
2015-02-03Hook Modifier: add falloff & radius optionsCampbell Barton
2015-01-20Curve-based control for "roughness" (noise displacement) of child hair.Lukas Tönne
2015-01-20Curve-based control for child path tapering.Lukas Tönne
2015-01-19Cleanup: unused Global flags.Campbell Barton
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-12-17Fix: Never write previews for undo steps.Bastien Montagne
2014-11-30Grease Pencil - Storyboarding Features (merge from GPencil_EditStrokes branch)Joshua Leung
2014-11-29Correct includes for win32Campbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-24Politically correct terrible consequencer changesAntony Riakiotakis
2014-09-04Write Compressed blend files directlyCampbell Barton
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-07-19Sequencer: Add gaussian blur effectSergey Sharybin
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-06-26BGE: New Mouse ActuatorJorge Bernal
2014-05-03Patch D246: Texture Marks for freestyle strokes, written and contributed by P...Tamito Kajiyama
2014-05-01Fix for a typo in comment.Tamito Kajiyama
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenloader, gpu, imbuf, makesdna, modif...Campbell Barton
2014-04-22BLI_open: check returned value for `-1` instead of `< 0`Campbell Barton
2014-04-11API Cleanup: Use BKE_constraint prefix for constraint apiCampbell Barton
2014-04-03Fix build for BSD (broken by own 35747ee3d547).Bastien Montagne
2014-04-02Add drag-resize to uiTemplatePreview (mat/tex/etc. preview widget).Bastien Montagne
2014-04-02Rename "BLI_cpu.h" to "BLI_system.h" and add to it BLI_getpid() helper.Bastien Montagne
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-15Fix reading one byte past the buffer when writing string propertiesCampbell Barton
2014-02-14Code cleanup: duplicate headersCampbell Barton
2014-02-05Fix T35328: Disk caches of multiple particle systems on a single object overw...Sergey Sharybin
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-22Make memory checker happy about FileGlobalSergey Sharybin
2014-01-14Empties with Images draw type: add support for movies and image sequencesGeoffroy Krantz
2014-01-03Text3d: store number of characters and utf8 length separatelyCampbell Barton
2013-12-30Code Cleanup: unused defines & styleCampbell Barton
2013-12-18Game Engine: Level of detail support and toolsDaniel Stokes
2013-12-16UI: Tabs categories for panels (D75)Campbell Barton
2013-11-27missing from last commitCampbell Barton
2013-11-24Mesh Modifiers: Added Laplacian DeformAlexander Pinzon
2013-11-15Further tweaks to buildinfoSergey Sharybin
2013-11-04Made buildinfo aware of builds from GITSergey Sharybin
2013-10-14Fix Brush datablock writing MTex blocks to .blend files twice.Brecht Van Lommel
2013-10-05rename presets not to use '+' character, also some typo fixes.Campbell Barton
2013-10-01Mark some CCG funcrions as inlinedSergey Sharybin
2013-09-21style cleanup: whitespace & odd indentationCampbell Barton
2013-09-18Fix memory leak that still existed when opening .blend file mesh data in olderBrecht Van Lommel
2013-09-10Update to writefile: do not save TEMPORARY or NO_COPY CD layers!Bastien Montagne
2013-09-05BGE: Removing the touch sensor and converting all touch sensors to collision ...Mitchell Stokes