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-05Cleanup: spellingCampbell Barton
2021-03-04Cleanup: Main `foreach ID` code: Remove `MAX_LIBARRAY` and improve comments.Bastien Montagne
2021-03-01Cleanup: Mention Correct Types In CommentsJeroen Bakker
2021-02-13Cleanup: spellingCampbell Barton
2021-02-10LibOverride: Refactor: Switch more code to using Main.relations.Bastien Montagne
2021-02-09Cleanup: move eIconSizes, ID_Type enums into own fileCampbell Barton
2021-01-29Merge branch 'blender-v2.92-release'Brecht Van Lommel
2021-01-29Fix T83411: Crash when using a workspace/layout data path in a driverSergey Sharybin
2021-01-27Merge branch 'blender-v2.92-release'Sergey Sharybin
2021-01-27Fix T84717: Missing viewport update after shading changesSergey Sharybin
2021-01-26Cleanup: Correct comments in ID type enumHans Goudey
2021-01-25LibOverride: refactor of relationships handling in library overrides.Bastien Montagne
2021-01-24Cleanup: spellingCampbell Barton
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2021-01-16Fix T84758: Revert "LibOverride: Also consider regular embedded IDs as virtua...Bastien Montagne
2021-01-15LibOverride: Also consider regular embedded IDs as virtual overrides.Bastien Montagne
2021-01-13Fix T83411: Crash when using a workspace/layout data path in a driverSergey Sharybin
2021-01-07RNA: document Python instancing for ID's and RNA typesCampbell Barton
2020-12-16UI: Indicate asset data-blocks with an icon in Outliners & search menusJulian Eisel
2020-12-15Asset System: Various changes to previews in preparation for Asset BrowserJulian Eisel
2020-12-15Asset System: Data-block asset metadata storage, reading and APIJulian Eisel
2020-11-03Add a callback to `IDTypeInfo` to allow preservation of some data accross mem...Bastien Montagne
2020-10-20Simulation: remove particle nodes with outdated designJacques Lucke
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-09-21Cleanup: balance braces, spellingCampbell Barton
2020-09-20LibOverride: add checks to RNA collections editing utils.Bastien Montagne
2020-09-19Cleanup: use parenthesis for if statements in macrosCampbell Barton
2020-08-20Depsgraph: refactor tagging after time changesJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-23LibOverride: Store RNA prop type in override properties.Bastien Montagne
2020-07-23LibOverride: Make `ID_IS_OVERRIDABLE_LIBRARY` macro more correct.Bastien Montagne
2020-07-23LibOverride: change runtime data into a real struct.Bastien Montagne
2020-06-30LibOverride: Add concept of 'embedded'/'virtual' override.Bastien Montagne
2020-06-30Cleanup: ID macros: cast to `const ID *` instead of `ID *`.Bastien Montagne
2020-06-23Cleanup: rename 'name' to 'filepath' for DNA typesCampbell Barton
2020-06-23Cleanup: rename Library.filepath to filepath_absCampbell Barton
2020-06-15Fix T77774: New undo code broken by 'make local' behavior.Bastien Montagne
2020-06-12LibOverride: Remove 'auto override' option.Bastien Montagne
2020-05-29Merge branch 'blender-v2.83-release'Brecht Van Lommel
2020-05-29Blender: change bugfix release versioning from a/b/c to .1/.2/.3Brecht Van Lommel
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-04-28Merge branch 'blender-v2.83-release'Bastien Montagne
2020-04-28IDProperties: add a foreach looper and use it in libquery code.Bastien Montagne
2020-04-20Simulations: Add new simulation data blockJacques Lucke
2020-04-16Merge branch 'blender-v2.83-release'Bastien Montagne
2020-04-16Fix T75730: Properly remove unused override properties/operations.Bastien Montagne
2020-04-16Cleanup: typo in commentPhilipp Oeser
2020-04-14Fix T75542: toggling modifier visibility not working correct with undo speedupBrecht Van Lommel
2020-03-18Objects: add Volume object type, and prototypes for Hair and PointCloudBrecht Van Lommel
2020-03-17Add experimental global undo speedup.Bastien Montagne