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-07-03Cleanup: Blendkernel, Clang-Tidy else-after-return fixes (incomplete)Sybren A. Stüvel
2020-07-03Cleanup: Fluid renaming from old 'manta' naming to new 'fluid' namingSebastián Barschkis
2020-06-23Cleanup: rename 'name' to 'filepath' for DNA typesCampbell Barton
2020-06-09Cleanup: Move pointcache dna to separate fileJacques Lucke
2020-04-07Cleanup: BLI_path.h function renamingCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Objects: add Volume object type, and prototypes for Hair and PointCloudBrecht Van Lommel
2020-03-06Cleanup: avoid use of BLI_cleanup_dirCampbell Barton
2020-03-06Cleanup: remove BLI_cleanup_fileCampbell Barton
2020-02-18Fix T62612: Saving with "Remap Relative" makes ALL paths relativeCampbell Barton
2020-02-18Cleanup: use doxy sections for BLI_bpath APICampbell Barton
2020-02-10Refactor: move `Library`-specific functions into proper `BKE_library` file.Bastien Montagne
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2019-12-16Mantaflow [Part 6]: Updates in /blender/sourceSebastián Barschkis
2019-12-12Add support for tiled images and the UDIM naming schemeLukas Stockner
2019-05-17Images: changes to avoid losing new images that have not been savedBrecht Van Lommel
2019-04-22Cleanup: style, use braces for blenkernelCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-19Windows: use int64_t instead of off_tCampbell Barton
2019-02-18Fix image filepath changes not refreshing all image users.Brecht Van Lommel
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-02-01Logging: Use CLOG for blenkernelCampbell Barton
2018-11-30Merge branch 'master' into blender2.8Campbell Barton
2018-11-30Cleanup: ensure '_END' macros end with a semicolonCampbell Barton
2018-10-17Cleanup: remove some #if 0 blocksJacques Lucke
2018-07-04SoftBody: share point cache between CoW copiesSybren A. Stüvel
2018-06-11Merge branch 'master' into blender2.8Bastien Montagne
2018-06-11Cleanup: remove moar ugly G.main usages...Bastien Montagne
2018-06-05Merge branch 'master' into blender2.8Bastien Montagne
2018-06-05Cleanup: use new accessors to blendfile path (Main.name).Bastien Montagne
2018-05-31Merge branch 'master' into blender2.8Bastien Montagne
2018-05-31Cleanup: get rid of last G.main usages in BKE library code.Bastien Montagne
2018-05-27Merge branch 'master' into blender2.8Campbell Barton
2018-05-27Cycles: Add Support for IES files as textures for light strengthLukas Stockner
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2018-02-07Cleanup: add _types.h suffix to DNA headersCampbell Barton
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-05-08Fix T51432: Find Files case sensitive on win32Campbell Barton
2016-08-06Basic Alembic supportKévin Dietrich
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2015-05-18Fix T44543: painted texture lost after first saveCampbell Barton
2015-05-05Fix reading uninitialized memory finding pathsCampbell Barton
2015-04-14Cleanup: warningsCampbell Barton
2015-04-10Disable strict flags for msvcCampbell Barton
2015-04-10Use off_t for filesize (was int)Campbell Barton
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-03-23Cleanup: comments, styleCampbell Barton
2015-02-17Ensure BLI_stat() return value is checked.Campbell Barton