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-06-18Outliner: Fix (unreported) object select in multiple collectionsNathan Craddock
2020-06-17Refactor duplicate of data-blocks.Bastien Montagne
2020-06-17Outliner: Unified delete hierarchy operatorNathan Craddock
2020-06-16Cleanup: remove hierarchy parameter from `BKE_collection_duplicate`Bastien Montagne
2020-06-05Code Cleanup: fcurve function namingJeroen Bakker
2020-06-02UI: Expand linked/overriden collections by default in the OutlinerJulian Eisel
2020-05-27Merge branch 'blender-v2.83-release'Nathan Craddock
2020-05-27Fix: A few missing outliner selection sync tagsNathan Craddock
2020-05-23Merge branch 'blender-v2.83-release'Nathan Craddock
2020-05-23Fix T76578: Show bone visibility driver in outlinerNathan Craddock
2020-05-18Merge branch 'blender-v2.83-release'Bastien Montagne
2020-05-18Outliner: Fix (unreported) more data-changing operators missing undo.Bastien Montagne
2020-05-18Merge branch 'blender-v2.83-release'Bastien Montagne
2020-05-18Fix T76799: Crash from undoing the copy-pasting of multiple data blocks.Bastien Montagne
2020-05-15Merge branch 'blender-v2.83-release'Philipp Oeser
2020-05-15Fix T76710: objects get lost in linked/overridden collectionsPhilipp Oeser
2020-05-13Merge branch 'blender-v2.83-release'Philipp Oeser
2020-05-13Fix T76711: override data-blocks could be renamed in the outlinerPhilipp Oeser
2020-05-13Simulation: Add modifier to access simulation dataJacques Lucke
2020-05-08Cleanup: callback naming for search button & update doc-stringsCampbell Barton
2020-05-07Cleanup: split search menu separator argument into own functionCampbell Barton
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