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
2020-06-30Pointcache: store owner_id instead of object in PTCacheIDJacques Lucke
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-07-31Refactor access to dependency graphSergey Sharybin
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-31UI: rename Free Bake to Delete Bake.Brecht Van Lommel
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-25Ammend to rBea5326df86cb.Bastien Montagne
2019-01-25Fix T59958: Blender 2.80 - Removing second Particle System cache causes crash.Bastien Montagne
2018-11-07Physics baking: tag interface locked during backingSergey Sharybin
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-15Merge branch 'master' into blender2.8Bastien Montagne
2018-06-15Cleanup: some more G.main removal/validation...Bastien Montagne
2018-06-13Cleanup: moar ugly G.main removal...Bastien Montagne
2018-06-13Merge branch 'master' into blender2.8Bastien Montagne
2018-06-13Cleanup: remove more G.main from BKE area.Bastien Montagne
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-04-13Cleanup: add utility function to find a single point cache ID.Brecht Van Lommel
2018-03-09Cleanup: iterator macrosCampbell Barton
2018-03-01Cleanup: macro's w/ an _END need a matching _BEGINCampbell Barton
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-06Depsgraph: Use explicit graph API for point cacheSergey Sharybin
2017-10-16Workspace: Move engines to workspace and Properties Editor cleanupDalai Felinto
2017-06-12Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-12Cleanup: indentation, long linesCampbell Barton
2017-02-14Sorted BaseLegacy > Base convertionsDalai Felinto
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2016-12-28Revert particle system and point cache removal in blender2.8 branch.Lukas Tönne
2016-04-29Removed point cache operators.Lukas Tönne
2016-04-13Partially revert 82ec9c87a7d8ee28b65555c7fcbd8cdb156249e9, to add back point ...Lukas Tönne
2016-04-12Removed particle operators API and point cache operators.Lukas Tönne
2016-04-02Fix T47971: rigid body baking crash due to thread race condition.Brecht Van Lommel
2016-01-17Point Cache: use job system for bake operators.Kévin Dietrich
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2013-09-07rename cursor setting functions to make modal set/restore more clearly relate...Campbell Barton
2013-02-24pointcache: Fix freeing all bakes in particle modeSergej Reich
2012-10-12quiet some -Wshadow warningsCampbell Barton
2012-08-12code cleanup: WM naming conventionsCampbell Barton
2012-08-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton
2012-05-06Last part of fix for [#31157]: Some (actually, 172) operators have no tooltip.Bastien Montagne
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2011-12-17style edit only - move parenthesis onto second line of function definition (i...Campbell Barton