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
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2020-10-09Revert "CleanUp: Introduce `eMeshBatchDirtyMode` enum"Jeroen Bakker
2020-10-07Refactor: remove `BKE_<id_type>_copy` functions.Bastien Montagne
2020-10-07CleanUp: Introduce `eMeshBatchDirtyMode` enumJeroen Bakker
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-03-06Cleanup: MetaBall: Move to IDTypeInfo and remove unused BKE API.Bastien Montagne
2020-03-04Refactor ID make local to use a single flag parameter.Bastien Montagne
2020-03-02Cleanup: make remaining blenkernel headers work in C++Jacques Lucke
2019-08-23Cleanup: const args, naming, doxy groups, clang-formatCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-263D View: move deselect all logic into an optionCampbell Barton
2019-02-23Cleanup: move variable declarations to headersCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-02Cleanup: remove author/date info from doxy headersCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2018-11-08Cleanup: style, use const argsCampbell Barton
2018-11-07Multi-Objects: MBALL_OT_select_similarHabib Gahbiche
2018-11-07Multi-Objects: MBALL_OT_select_allDalai Felinto
2018-08-23Fix T56360: metaball viewport checkbox crash.Bastien Montagne
2018-08-23Rename: *_batch_cache_dirty > *_batch_cache_dirty_tagDalai Felinto
2018-06-06Depsgraph: Remove confusing metaball logicSergey Sharybin
2018-05-12EditMBall: multi-object select randomCampbell Barton
2018-05-03Metaball: pointers used in `DRW_shgroup_call_dynamic_add` don't need to hold ...Germano
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-02-16Metalball drawing: rename mball helpers to handlesGermano
2017-11-16Fix T51210: Draw Manager: Support for Metaball DrawingGermano
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
2017-08-11Object Apply Transform: option to apply propertiesCampbell Barton
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-06-14Make whole ID copying code use const source pointer.Bastien Montagne
2016-07-21Refactor/deduplicate even more make_local code (and fix part of T48907).Bastien Montagne
2016-07-14Add option to id_make_local to force localization of datablock, even if not u...Bastien Montagne
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-07-09Refactor/enhance BKE_mball_make_local(), and add BKE_mball_copy_ex() that tak...Bastien Montagne
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2015-10-20First step to handle missing libs/datablocks when reading a file.Bastien Montagne
2015-05-12Depsgraph: Add evaluation callbacks for granular nodes updateSergey Sharybin
2015-04-07Metaball tessellation optimization (Octree to BVH)Krzysztof Recko
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-03-25use BKE_mball_tessellate.h includeCampbell Barton
2014-09-01Support more object types scene-scale (on creation)Campbell Barton
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-08-19Merge remained parts of r57520: use use_render argument rather than G.is_rend...Sergey Sharybin
2013-06-28view-selected didnt work for metaballs in object mode (radius from previous c...Campbell Barton
2013-03-09use 'bool' for BLI_/BKE_ functions.Campbell Barton
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2012-10-06toggle cut through in the knife tool now refreshes (before you had to wave th...Campbell Barton