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-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-10Fix T81545: Moving nested collections changes view layer flagsHans Goudey
2020-10-09Cleanup: Use LISTBASE_FOREACH macroHans Goudey
2020-10-09Fix T81573: Users refcount not incremented when creating a proxy.Bastien Montagne
2020-10-09BKE: improve calculating edgesJacques Lucke
2020-10-09BKE: parallelize BKE_mesh_calc_edgesJacques Lucke
2020-10-09CleanUp: Introduce `eMeshBatchDirtyMode` enumJeroen Bakker
2020-10-09Revert "CleanUp: Introduce `eMeshBatchDirtyMode` enum"Jeroen Bakker
2020-10-09Cleanup: spellingCampbell Barton
2020-10-08Refactor CustomData interpolation code.Bastien Montagne
2020-10-08Cleanup/refactor: move init of ParticleSettings to proper place.Bastien Montagne
2020-10-08Cleanup/refactor: move init of MovieClip to proper place.Bastien Montagne
2020-10-08Cleanup/Refactor: Shapekey: Get rid of `BKE_key_copy_nolib()`Bastien Montagne
2020-10-08Cleanup/refactor: move init of Collection to proper place.Bastien Montagne
2020-10-08Cleanup/refactor: move default init of armature to proper place.Bastien Montagne
2020-10-08Cleanup/refactor: `BKE_libblock_alloc` -> `BKE_id_new` in ID creation code.Bastien Montagne
2020-10-08Cleanup: Remove `BKE_mask_copy_nolib()` and `BKE_mask_free()`.Bastien Montagne
2020-10-08Cleanup: use doxy sections for fmodifier.cCampbell Barton
2020-10-07Cleanup: inconsistent parameter nameJacques Lucke
2020-10-07Refactor: remove `BKE_<id_type>_copy` functions.Bastien Montagne
2020-10-07Refactor `BKE_id_copy` to return the new ID pointer.Bastien Montagne
2020-10-07Refactor `BKE_id_copy_ex` to return the new ID pointer.Bastien Montagne
2020-10-07Python API: add volume.grids.save(filepath) to save grids and metadata to diskBrecht Van Lommel
2020-10-07CleanUp: Introduce `eMeshBatchDirtyMode` enumJeroen Bakker
2020-10-07Fix T76595: Indicate the Active Keyframe in Graph EditorHans Goudey
2020-10-07Cleanup: improve integer typesJacques Lucke
2020-10-07IDTypeInfo: add flag to indicate that ID has no animation dataJacques Lucke
2020-10-07Cleanup: add commentJacques Lucke
2020-10-07Refactor: Remove `BKE_XXX_localize()`, in favor of using regular ID copying c...Bastien Montagne
2020-10-07Cleanup: IDManagement: Localize: tweak to flags.Bastien Montagne
2020-10-07Silence CLOG error about usercount of deprecated IPO IDs.Bastien Montagne
2020-10-07Fix T81272: Crash on opening old files where nodetrees had no name.Bastien Montagne
2020-10-05Fix T81392: subdivision surface poor shading without limit surfacePiotr Ostrowski
2020-10-05GPencil: Fix unreported Layer SOLO mode brokenAntonio Vazquez
2020-10-05Insert keyframes while preserving shape of curveSybren A. Stüvel
2020-10-05Fix building without OPENVDBCampbell Barton
2020-10-05Volumes: more generic way to handle different openvdb typesJacques Lucke
2020-10-05Move sequencer sources from blenkernelRichard Antalik
2020-10-05Rename eSpaceSeq_Proxy_RenderSize membersRichard Antalik
2020-10-05Cleanup: simplify tempdir_session_createCampbell Barton
2020-10-05Correct last commit (where_is_temp refactor)Campbell Barton
2020-10-04Cleanup: refactor where_is_tempCampbell Barton
2020-10-04Cleanup: BKE_appdir store static values in a struct, clarify namesCampbell Barton
2020-10-04Fix error in last commit printing NULL stringsCampbell Barton
2020-10-04BKE_appdir: log details about path lookupsCampbell Barton
2020-10-04Fix color-management ignoring the data-path command line valueCampbell Barton
2020-10-04Cleanup: clarify names in appdirCampbell Barton
2020-10-04Cleanup: BKE_appdir left paths set even when not foundCampbell Barton
2020-10-03Cleanup: use BLI_path_join in appdir.c to simplify logicCampbell Barton
2020-10-03Cleanup: Remove/replace C standard library assert() and header usagesJulian Eisel