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
2018-06-27Cleanup: styleCampbell Barton
2018-06-22CMake: Make language explicit for per-file strict flags removalSergey Sharybin
2018-06-22Tweak new BKE_id_is_in_global_main to accept NULL pointer (and consider them ...Bastien Montagne
2018-06-22BKE_library: Add func to check an ID is actually in G_MAIN database.Bastien Montagne
2018-06-20Cleanup: remove some G.main from BKE's node.cBastien Montagne
2018-06-20UI: only show "Edit Translations" when addon usedCampbell Barton
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2018-06-17Cleanup: BLI path extension APICampbell Barton
2018-06-16Fix T55427: Removing Vertex Group used by Data Transfer Modifier results in c...Bastien Montagne
2018-06-15Cycles: change Ambient Occlusion shader to output colors.Lukas Stockner
2018-06-15Cleanup: some more G.main removal/validation...Bastien Montagne
2018-06-15WM: 2.8 screen compatibilityCampbell Barton
2018-06-13Fix undo of transform after frame change undoing too much.Brecht Van Lommel
2018-06-13Cleanup: get rid of last G.main in BMesh code.Bastien Montagne
2018-06-13Cleanup: moar ugly G.main removal...Bastien Montagne
2018-06-13Cleanup: remove more G.main from BKE area.Bastien Montagne
2018-06-12Cleanup: moar G.main removal from BKE area.Bastien Montagne
2018-06-12Cleanup: BKE_scene_free should not have to worry about cleaning its usages.Bastien Montagne
2018-06-12WM: remove sloppy region type accessCampbell Barton
2018-06-12WM: rename BKE_regiontype_from_idCampbell Barton
2018-06-12Cleanup: moar removal of G.main in BKE area...Bastien Montagne
2018-06-12Cleanup/simplify G.main usages.Bastien Montagne
2018-06-12Cleanup: remove moar G.main from BKE area.Bastien Montagne
2018-06-12Cleanup: remove some G.main from ED's animsys.Bastien Montagne
2018-06-12Cleanup: remove some G.main from BKE area.Bastien Montagne
2018-06-11Cleanup: remove moar ugly G.main usages...Bastien Montagne
2018-06-11Cleanup: Moar G.main removal of Hell.Bastien Montagne
2018-06-11Cleanup: remove some G.main usages...Bastien Montagne
2018-06-11Cleanup: Use BLI_strncpySergey Sharybin
2018-06-09Cleanup: unused functionsCampbell Barton
2018-06-09Cleanup: remove some G.main usages.Bastien Montagne
2018-06-08Cleanup: getting rid of G.main.Bastien Montagne
2018-06-07Cleanup: typo, and 0 -> false for booleans.Bastien Montagne
2018-06-07Fix sculpt assert on initializationCampbell Barton
2018-06-06Fix error using freed bmainCampbell Barton
2018-06-05Cleanup: use new accessors to blendfile path (Main.name).Bastien Montagne
2018-06-05Cleanup: add hleper functions to get filepath from Main.Bastien Montagne
2018-06-04Particle System: move data creation into RNA updateCampbell Barton
2018-06-03Cleanup: correct variable name, doxy sectionsCampbell Barton
2018-06-03Cleanup: add argument names to screen callbacksCampbell Barton
2018-06-02--debug-gpu-shader: Dump GLSL shaders to diskDalai Felinto
2018-06-02Cleanup: warningCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-31Cleanup: remove G.main from BKE mball code.Bastien Montagne
2018-05-31Cleanup: get rid of last G.main usages in BKE library code.Bastien Montagne
2018-05-31Cleanup: remove G.main from BKE modifier.Bastien Montagne
2018-05-31Cleanup: remove G.main from BKE objectBastien Montagne
2018-05-31Cleanup: nuke G.main out of BKE PackedFile code.Bastien Montagne
2018-05-29Cleanup: Get rid of G.main in BKE_material.Bastien Montagne
2018-05-28Windows: Add support for building with clang.Ray Molenkamp