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
2017-10-07Cleanup: style, duplicate includesCampbell Barton
2017-09-25Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-22Remove quicktime supportAaron Carlisle
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
2017-08-15Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-08-15Cycles/BI: Add a pixel size option for speeding up viewport renderingLukas Stockner
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-07-13Depsgraph: Begin work on making depsgraph per-scene-layerSergey Sharybin
2017-06-14Add an option to free scene without doing id-countersSergey Sharybin
2017-06-01Main Workspace IntegrationJulian Eisel
2017-05-03NodeTree: Add eevee default shader tree.Clément Foucault
2017-04-05Depsgraph: Remove all layer bit flags related checksSergey Sharybin
2017-03-01Outliner: Support dragging object into collectionJulian Eisel
2017-02-15Update SETLOOPER to account for layersDalai Felinto
2017-02-08Bring back Lasso and Circle selection backDalai Felinto
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2016-07-21Fix missing datablocks types in id_make_local.Bastien Montagne
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2016-06-07World space switch for BI nodes.Alexander Romanov
2016-03-10Multi-View: Cycles - Spherical Stereo support (VR Panoramas)Dalai Felinto
2015-10-23Cleanup: use int for view_id's & view countCampbell Barton
2015-10-20First step to handle missing libs/datablocks when reading a file.Bastien Montagne
2015-06-27Cleanup: all params of BLI_str partition funcs can be const...Bastien Montagne
2015-05-06Shader node: support native render capabilitiesCampbell Barton
2015-05-04Separate scene simplification into viewport and renderSergey Sharybin
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-03-21Cleanup: constify scene/modifiersCampbell Barton
2015-01-19Viewport: Add adjustable safe areas, 3d-view & VSECampbell Barton
2014-11-11Cleanup: remove inline list-countCampbell Barton
2014-10-23Fix T42330 game engine does not allow texture slots generation.Antony Riakiotakis
2014-08-27Only calculate texture paint slots from mtex if renderer is blenderAntony Riakiotakis
2014-08-26Move bUnit_getScaleUnit -> BKE_scene_unit_scaleCampbell Barton
2014-07-19Fix T41010: MetaBall Duplivert Unwanted Movement Bug.Bastien Montagne
2014-04-27Revert the testing sculpt openmp thread control and limit for OSX to physical...Jens Verwiebe
2014-03-31Fix compile due forgot remove BKE_scene_omp_threads_update from patchJens Verwiebe
2014-03-31Sculpt/dyntopo: Make the omp threads configurable to overcome performance issuesJens Verwiebe
2014-02-25Fix T38824: curve which is constrained on a hidden layer causes cycles crashSergey Sharybin
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-23Removed the omat matrix from DupliObject.Lukas Tönne
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-07-09Fixed more threading issues with metaballsSergey Sharybin
2013-06-16when setting the subframe for large frames (250,000+) the precision was very ...Campbell Barton
2013-05-08Fix #35240: command line -t number of threads option did not work for cycles.Brecht Van Lommel
2013-04-25Fix #34806: rigid body world settings were not copied with a full scene copy.Brecht Van Lommel
2013-01-26Fix [#34005] blender will close immediately in debug mode on deleting objectsSergej Reich
2013-01-23rigidbody: Add DNA/RNA/BKE infrastructure for the rigid body simSergej Reich
2012-12-13remove BKE_main_scene_add(), just add main arg to BKE_scene_add()Campbell Barton