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-11-01Cleanup: spelling in commentsCampbell Barton
2022-10-16Fix T99450: Animated Holdout not updating on frame changeLukas Stockner
2022-10-07Cleanup: spelling in commentsCampbell Barton
2022-10-04New viewlayer deferred resync code: add utils to ensure resync of whole Scene...Bastien Montagne
2022-09-26Cleanup: use 'u' prefixed integer types for brevity in C codeCampbell Barton
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-14Adding `const Scene*` parameter in many areas.Monique Dewanchand
2022-09-08Cleanup: make meaning of base visibility flags more clearBrecht Van Lommel
2022-08-25Revert "LibOverride: Preserve viewlayers when creating overrides of collecito...Bastien Montagne
2022-08-25LibOverride: Preserve viewlayers when creating overrides of collecitons.Bastien Montagne
2022-08-23Depsgraph: use more fine grained update tags for scenesBrecht Van Lommel
2022-08-22Revert "Fix T99259: Python API: ViewLayer.aovs.remove isn't available"Jeroen Bakker
2022-08-22Fix T99259: Python API: ViewLayer.aovs.remove isn't availableMangal Kushwah
2022-07-29Fix (unreported) lib-linking of ID properties not taking library parameter.Bastien Montagne
2022-07-26Cleanup: Typo in comments: `data-lock` -> `data-block`.Bastien Montagne
2022-07-24Render: Update lightgroup membership in objects and world if lightgroup is re...Lukas Stockner
2022-07-21Fix crash in some very rare case in remapping code.Bastien Montagne
2022-04-28Cleanup: unbalanced doxy sections, add some sectionsCampbell Barton
2022-04-12Fix T97069: Null collection object during layercollection resync when relinking.Bastien Montagne
2022-04-08Cycles: Support adding Lightgroups from the object/world propertiesLukas Stockner
2022-04-02Cycles: Add support for light groupsLukas Stockner
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-25Fix T93058: Crash on opening old pre-2.80 .blend files.Bastien Montagne
2022-01-14Fix T: Crash in do-version of older pre-2.80 blender files.Bastien Montagne
2021-12-22Fix part of T93799: Outliner: Remap Users crash (for `ID Type` `Object`).Bastien Montagne
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-11-18Fix T92442: undo removal of Eevee cryptomatte accurate mode optionBrecht Van Lommel
2021-10-19Render: change view layer name convention to ViewLayer_001 to avoid OpenEXR i...Brecht Van Lommel
2021-10-19Render: use "_" as delimiter in AOV names to avoid issues with OpenEXRBrecht Van Lommel
2021-09-21Cycles: merge of cycles-x branch, a major update to the rendererBrecht Van Lommel
2021-08-13ViewLayer resync: Add sanity checks for objects/bases mappings.Bastien Montagne
2021-08-05Render: move Cycles visibility, holdout and shadow catcher properties to BlenderBrecht Van Lommel
2021-08-04Cleanup: rename restrict to hide/visibility in Object, Collection, MaskLayerBrecht Van Lommel
2021-07-29Render: remove unused Blender Internal view layer settingsBrecht Van Lommel
2021-07-29Render: disable Z pass by default, leave only CombinedBrecht Van Lommel
2021-07-28LayerCollection: Refactor of resync-with-Collection-hierarchy process.Bastien Montagne
2021-07-28Fix (studio-reported) liboverride resync crash after recent changes.Bastien Montagne
2021-07-27Cleanup: comment spelling & punctuationYimingWu
2021-07-26LayerCollections: Add a way to prevent their resync with Collection hierarchy.Bastien Montagne
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-07-15Cleanup: LayerCollection resync: Proper `r_` prefix for return function param...Bastien Montagne
2021-07-15Cleanup: improve comments, remove debug printfCampbell Barton
2021-07-15Cleanup: LayerCollection resync code.Bastien Montagne
2021-07-14Cleanup: Layer resync: Split object/base resync part in own function.Bastien Montagne
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-23Fix Scene/MasterCollection handling in `BKE_main_collection_sync_remap()`.Bastien Montagne