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
2021-07-12Fix T89040: dependency graph not handling time remapping correctlyBrecht Van Lommel
2021-07-12Cleanup: improve naming and comments of scene frame/ctime functionsBrecht Van Lommel
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-29VSE: Improved SnappingRichard Antalik
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-23Cleanup: reformat trailing comments that caused line wrappingCampbell Barton
2021-06-16VSE: Improve animation evaluation performanceRichard Antalik
2021-06-09Cleanup: remove redundant checks which have already been testedCampbell Barton
2021-05-27Cleanup: rename BKE_main_id_{clear_newpoins => newptr_and_tag_clear}Campbell Barton
2021-05-27Cleanup: remove duplicate LIB_TAG_NEW untag codeErik Abrahamsson
2021-05-05LibOverride: Tag base's object pointer as not overridable.Bastien Montagne
2021-04-19Fix crash with Alembic export after recent persistent data bugfixBrecht Van Lommel
2021-04-19Fix T87535, T87295: issues with new persistent data optionBrecht Van Lommel
2021-04-05Render: faster animation and re-rendering with Persistent DataBrecht Van Lommel
2021-04-01Cleanup/Refactor: Transform Orientation: Use 'orient_index' instead 'orient_t...Germano Cavalcante
2021-03-16Compositor: Redesign Cryptomatte node for better usabilityJeroen Bakker
2021-02-25Refactor: IDTypeInfo: Add `owner_get` to get owner of embedded IDs.Bastien Montagne
2021-02-19GPencil: Interpolate Tools refactorAntonio Vazquez
2021-02-09Cleanup: comments, replace 'undoes' with 'undo-steps'Campbell Barton
2021-02-02Fix regression: Crash garbage collecting VBOs on never evaluated scenesClément Foucault
2021-02-01Merge branch 'blender-v2.92-release'Antonio Vazquez
2021-02-01Fix T85252: Gpencil interpolate sequence crash in new scenesAntonio Vazquez
2021-02-01Fix regression: Crash garbage collecting VBOs on never evaluated scenesClément Foucault
2021-01-29Merge branch 'blender-v2.92-release'Brecht Van Lommel
2021-01-29Fix T84717: missing 3D viewport updates when changing shading settingsBrecht Van Lommel
2021-01-29Cleanup: accept const pointer for BKE_scene_get_depsgraphBrecht Van Lommel
2021-01-22LibOverride: Add an 'post apply' callback to IDTypeInfo.Bastien Montagne
2021-01-08Scenes: forbid deleting last local sceneJacques Lucke
2021-01-07Fix memory leak duplicating a scene with "Copy Settings"Campbell Barton
2020-12-19Cleanup: Split SEQ_sequencer.h fileRichard Antalik
2020-12-19Cleanup: Rename BKE_sequencer functionsRichard Antalik
2020-12-16VSE: Improve motion-picture workflowRichard Antalik
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell Barton
2020-11-06Refactor: move Scene .blend expand to IDTypeInfo callbackJacques Lucke
2020-11-06Refactor: move Scene .blend lib reading to IDTypeInfo callbackJacques Lucke
2020-11-06Refactor: move Scene .blend data reading to IDTypeInfo callbackJacques Lucke
2020-11-06Refactor: move Scene .blend writing to IDTypeInfo callbackJacques Lucke
2020-11-06Cleanup: use STR_ELEM macroCampbell Barton
2020-11-03Cleanup: spellingCampbell Barton
2020-11-03Fix T71759: Sculpt/Vertex/Weight Paint Brush Size Gets Undone After Undoing a...Bastien Montagne
2020-11-03Add a callback to `IDTypeInfo` to allow preservation of some data accross mem...Bastien Montagne
2020-11-01Rename BKE_sequencer.hRichard Antalik
2020-10-21Cleanup: Move scenes' foreach_id handling of toolsettings into own func.Bastien Montagne
2020-10-21Cleanup: rename some functions with more relevant prefix.Bastien Montagne
2020-10-19Spelling: Loose Versus LoseHarley Acheson
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-08Cleanup/refactor: `BKE_libblock_alloc` -> `BKE_id_new` in ID creation code.Bastien Montagne
2020-10-07Refactor `BKE_id_copy` to return the new ID pointer.Bastien Montagne
2020-09-21Various fixes in UI messages.Bastien Montagne