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-05-01Merge branch 'blender-v2.83-release'Richard Antalik
2020-05-01Outliner: Fix selection extend not togglingNathan Craddock
2020-05-01Cleanup: moved drivers to BKE_fcurve_driver.h / fcurve_driver.cSybren A. Stüvel
2020-05-01Cleanup: use sections for outliner sourcesCampbell Barton
2020-04-30Outliner: Add new delete operatorNathan Craddock
2020-04-25Merge branch 'blender-v2.83-release'Nathan Craddock
2020-04-25Cleanup: Select sync from outlinerNathan Craddock
2020-04-25Fix: Selection syncing for outliner operatorsNathan Craddock
2020-04-20Simulations: Add new simulation data blockJacques Lucke
2020-04-20Fix missing Outliner selection syncing on "Select Hierarchy"Julian Eisel
2020-04-15Fix menu search omitting the outliner context menuCampbell Barton
2020-04-14UI: improve menu search with dimmed menu prefixCampbell Barton
2020-04-10Fix T75489: Crash on deleting current workspace from the outlinerJulian Eisel
2020-04-10Fix T75378: Crash on clicking in the ghost icon of an appended proxy objectGermano Cavalcante
2020-04-09Collections: preserve exclude flag of child collections when unexcludingSzymon Ulatowski
2020-04-07Fix T75471: Outliner: crash selecting modifier objects/targets that are in a ...Philipp Oeser
2020-04-05Cleanup: macro hygiene, parenthesize argumentsCampbell Barton
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Including "BLI_listbase.h" for LISTBASE_FOREACH macroDalai Felinto
2020-04-03Cleanup: Animation, move AnimData API to `anim_data.c`/`BKE_anim_data.h`Sybren A. Stüvel
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-03-25Cleanup: use 'r_' prefix for output argumentsCampbell Barton
2020-03-25Cleanup: update doxy sectionsCampbell Barton
2020-03-24UI: add menu search functionality to operator search menuCampbell Barton
2020-03-20Fix T74649: Outliner: Cannot set/clear parent with 'Keep Transforms'Philipp Oeser
2020-03-19Cleanup/refactor: remove BKE_idcode, in favour of BKE_idtype.Bastien Montagne
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Objects: add Volume object type, and prototypes for Hair and PointCloudBrecht Van Lommel
2020-03-15Fix outliner edit-mode checkCampbell Barton
2020-03-13GPencil: Join Tint and Vertex Color modifierAntonio Vazquez
2020-03-09GPencil: Refactor of Draw Engine, Vertex Paint and all internal functionsAntonio Vazquez
2020-03-08Revert "Outliner: Allow deleting entire selection"Campbell Barton
2020-03-08Outliner: Allow deleting entire selectionNathan Craddock
2020-03-07Cleanup: Outliner: Remove unused parameterNathan Craddock
2020-03-07Cleanup: replace BLI_make_file_string with BLI_join_dirfile where possibleCampbell Barton
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-06Cleanup: use 'BKE_' prefix for BKE_deform API callsCampbell Barton
2020-03-05Fix T74332: selection sync replacing parent selectionNathan Craddock
2020-03-05Cleanup: redundant castsCampbell Barton
2020-03-04Refactor ID make local to use a single flag parameter.Bastien Montagne
2020-03-04Cleanup: Rename 'make local' functions to new scheme.Bastien Montagne
2020-03-02Cleanup: Use generics properties for arrow keys navigation (walk-select)Valentin
2020-02-28Fix T71611: Outliner - Show only Visible/Hidden Objects not working when hidi...Philipp Oeser
2020-02-19Fix T74009: `bpy.ops.outliner.orphans_purge()` poll being too restrictive.Bastien Montagne
2020-02-19Cleanup: assign Main, use existing assignmentsCampbell Barton
2020-02-17Fix T68749: BPY: Deprecate height of popupJeroen Bakker
2020-02-17Fix many typos and other issues in UI messages.Bastien Montagne
2020-02-15Cleanup: use UI_GetThemeColor3ubv when alpha is ignoredCampbell Barton
2020-02-10Cleanup: Rename `BKE_library_override_` functions to `BKE_lib_override_library_`Bastien Montagne
2020-02-10Refactor: move `Library`-specific functions into proper `BKE_library` file.Bastien Montagne