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
2022-10-10Fix missing view layer update when iterating a collection from Python.Alexander Gavrilov
2022-09-27Fix T101272: Missing view layer updates handling collections via python.Jeroen Bakker
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-14Adding `const Scene*` parameter in many areas.Monique Dewanchand
2022-06-09Fix T78815: Redraw UV Editor on collection visibility changeChris Blackbourn
2022-05-25Cleanup: Add more const'ness to RNA API.Bastien Montagne
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-31Fix (studio-reported) missing RNA path for EEVEE render passes.Bastien Montagne
2022-01-25Cleanup: Correct location of node function declarationsHans Goudey
2021-08-04Cleanup: rename restrict to hide/visibility in Object, Collection, MaskLayerBrecht Van Lommel
2021-07-14Python API: Add functions to ensure and clear IDPropertiesHans Goudey
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-02-12Cycles: Use Blender Settings For AOVJeroen Bakker
2020-12-10Cleanup: rename BLI_strescape to BLI_str_escapeCampbell Barton
2020-12-04Cleanup: clang-formatSybren A. Stüvel
2020-12-04EEVEE: Arbitrary Output VariablesJeroen Bakker
2020-11-26Cleanup unintentional change in rB8a2270efc52aBastien Montagne
2020-11-26Fix T81265: Animation is not evaluated when collection is included into view ...Bastien Montagne
2020-11-14UI: Remove remaining uses of old collection iconNathan Craddock
2020-10-08Cleanup: remove unnecessary includesAndreas Bergmeier
2020-08-21Cleanup: split `BKE_scene_get_depsgraph()` into two functionsSybren A. Stüvel
2020-07-07Cleanup: spellingCampbell Barton
2020-04-09Collections: preserve exclude flag of child collections when unexcludingSzymon Ulatowski
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Including "BLI_listbase.h" for LISTBASE_FOREACH macroDalai Felinto
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-02-19Fix T72751: Timeline crash from overridden scene.Bastien Montagne
2020-02-17Fix many typos and other issues in UI messages.Bastien Montagne
2020-02-11RNA: Raise error assigning an active object which doesn't existCampbell Barton
2019-10-11Depsgraph: Inform when update or tag happens during evaluationSergey Sharybin
2019-10-09Local Collections: Allow users to show hidden collectionsDalai Felinto
2019-09-13Per-Viewport Collection VisibilityDalai Felinto
2019-09-11Depsgraph: Pass bmain to depsgraph object creationSergey Sharybin
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-07-31Refactor access to dependency graphSergey Sharybin
2019-07-05Fix T66356: runtime assert disabling a collectionCampbell Barton
2019-07-05Cleanup: redundant scene access, duplicate flag clearCampbell Barton
2019-07-04Fix T63260: Rigid body connectSergey Sharybin
2019-06-15Cleanup: Rename: Static Override -> Library Override.Bastien Montagne
2019-06-03Cleanup: style, use braces in RNACampbell Barton
2019-05-31Fix Outliner: New collections are hiddenDalai Felinto
2019-05-24Fix T65028: Eye icon not toggle-able from the outliner for linked objectsDalai Felinto
2019-05-20Cleanup: reorder report argument for pointer assignmentCampbell Barton
2019-05-18UI: Icons updateWilliam Reynish
2019-05-17Python: Raise an error even NO_MAIN data is assigned to objectSergey Sharybin
2019-05-15Fix icon for outliner temporarily hideDalai Felinto
2019-05-15Outliner Restriction: Naming sanitization and iconDalai Felinto
2019-05-14T64607: Outliner UI TooltipsDalai Felinto
2019-05-11Outliner Visibility UpdateDalai Felinto
2019-05-06improve tooltip of ViewLayer.usePhilipp Oeser