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-03-05Animation: add function to apply a pose from an ActionSybren A. Stüvel
2021-03-05Asset Browser Space API: add `activate_asset_by_id()` functionSybren A. Stüvel
2021-03-05Cleanup: Sync header+implementaiton definition.Jeroen Bakker
2021-03-05Cleanup: spellingCampbell Barton
2021-03-04Cleanup: Main `foreach ID` code: Remove `MAX_LIBARRAY` and improve comments.Bastien Montagne
2021-03-04Cleanup: redundant struct declarationsCampbell Barton
2021-03-04Cleanup: use const arraysCampbell Barton
2021-03-03EEVEE: Avoid old files with too many volume shadow sample being too slowClément Foucault
2021-03-03Cleanup: clang tidyJacques Lucke
2021-03-03Cleanup: Use span and float matrix type in direct boolean codeHans Goudey
2021-03-02Python API: Expose CurveMapping Reset View functionPatrick Busch
2021-03-02Fix Node UI Storage Threading IssuesHans Goudey
2021-03-02Sculpt: Expand OperatorPablo Dobarro
2021-03-02Fix T86026: Crash Opening Cryptomatte File.Jeroen Bakker
2021-03-02Fix T86172: check if attribute is actually accessibleJacques Lucke
2021-03-02Fix T85981, part II: bone's custom shape disappear on undo in some cases.Bastien Montagne
2021-03-02Geometry Nodes: show "Show Texture in texture tab" buttonPhilipp Oeser
2021-03-02Cryptomatte: Session from Existing Render Result.Jeroen Bakker
2021-03-02Fix build error after last commitHans Goudey
2021-03-02Cleanup: Rename node UI storage functionHans Goudey
2021-03-01Cleanup: rename some animation-related functionsSybren A. Stüvel
2021-03-01Cleanup: refactor `BKE_animsys_store_rna_setting()`Sybren A. Stüvel
2021-03-01Cleanup: remove superfluous `animsys_evaluate_action_ex()` callSybren A. Stüvel
2021-03-01Cryptomatte: Flexible Definition of CryptomatteLayers.Jeroen Bakker
2021-03-01Fix Crash: Access Unallocated Memory.Jeroen Bakker
2021-03-01Cleanup: Missing const keyword.Jeroen Bakker
2021-03-01Fix T86087: Assert when changing compositor node value or invoking tooltip.Bastien Montagne
2021-03-01Cleanup: spellingCampbell Barton
2021-02-27Geometry Nodes: Add "Location" output to Attribute Proximity nodeVictor-Louis De Gusseme
2021-02-26Cleanup: Use find_first_not_of.Jeroen Bakker
2021-02-26Fix: Compile issue Windows.Jeroen Bakker
2021-02-26Cryptomatte: Manifest Parsing.Jeroen Bakker
2021-02-26Cleanup: use boolean argumentsCampbell Barton
2021-02-26Undo: don't log an error when the undo limit has been exceededCampbell Barton
2021-02-25Fix (unreported) bad usercount handling in batch ID deletion.Bastien Montagne
2021-02-25BKE_lib_query: Add a function to detect and tag all unused IDs.Bastien Montagne
2021-02-25Cleanup: quiet warningJacques Lucke
2021-02-25Refactor: IDTypeInfo: Add `owner_get` to get owner of embedded IDs.Bastien Montagne
2021-02-25Cleanup: spellingCampbell Barton
2021-02-24Geometry Nodes: store available attribute names in node ui storageJacques Lucke
2021-02-24PyAPI: Fix memory leak of parameters used for python 'draw_callbacks'Germano Cavalcante
2021-02-24Cleanup: CryptomatteLayerJeroen Bakker
2021-02-24Cleanup: Cryptomatte Use StringRef(Null).Jeroen Bakker
2021-02-24Cleanup: CryptomatteLayer structure.Jeroen Bakker
2021-02-24Cleanup: spellingCampbell Barton
2021-02-24Geometry Nodes: Move node UI storage function to BKEHans Goudey
2021-02-23Geometry Nodes: improve accessing attribute meta dataJacques Lucke
2021-02-22Cleanup: Use more clear field nameSergey Sharybin
2021-02-22Cleanup: Tracking, reduce indentation levelSergey Sharybin
2021-02-22Cleanup: Clang tidy inconsistent parameter nameHans Goudey