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-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-07IDTypeInfo: add flag to indicate that ID has no animation dataJacques 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
2020-10-03Cleanup: use doxy sections for appdir.cCampbell Barton
2020-10-03Cleanup: comments for appdirCampbell Barton
2020-10-03Cleanup: move temp directory environment checks into a loopCampbell Barton
2020-10-03Preferences: remove temp directory initialization for WIN32Campbell Barton
2020-10-03Cleanup: remove unused temp directory initializationCampbell Barton
2020-10-03Cleanup: remove unused code in blend file loadingCampbell Barton
2020-10-03readfile: always run setup_app_data after updating defaultsCampbell Barton
2020-10-02Fix non-thread safe code in view layer object hashBrecht Van Lommel
2020-10-02Cleanup: Use enum for return values in context callbacksSybren A. Stüvel
2020-10-02Fix T81345: part three, armature `free_data` was not handling editbones prope...Bastien Montagne
2020-10-02Fix T81345, part two: crash in depsgraph when freeing COW armature.Bastien Montagne
2020-10-02Fix T81345: Part one: Missing handling of ID pointers from EditBone IDPropert...Bastien Montagne
2020-10-02Fix (unreported) assert in texture code when loading some old 2.74 blend file.Bastien Montagne
2020-10-02Fix (unreported) design flow in how workspace's relation data are read from ....Bastien Montagne
2020-10-02Cleanup: compiler warningsCampbell Barton
2020-10-01Cleanup: Use DNA defaults for cloth modifierHans Goudey
2020-10-01Cleanup: Clang tidy fixesHans Goudey
2020-10-01Cleanup: typo in commentPhilipp Oeser
2020-10-01remove foreachObjectLink callbackJacques Lucke
2020-10-01Volumes: support lower resolution in viewportJacques Lucke
2020-10-01Fix subdivision surface wrong for non-limit surface and subdivision level 1Brecht Van Lommel
2020-10-01Cleanup: make texture coordinates constJacques Lucke