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-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
2021-03-22Fix (unreported) memleak in collection/viewlayer code.Bastien Montagne
2020-12-17Clean-up: Fix build warning with MSVCRay Molenkamp
2020-12-04EEVEE CryptomatteJeroen Bakker
2020-12-04EEVEE: Arbitrary Output VariablesJeroen Bakker
2020-12-03Cleanup: view-port --> 2D/3D ViewportAaron Carlisle
2020-11-10Fix (unreported) potential assert in viewlayer synchronization.Bastien Montagne
2020-11-06Refactor: move remaining ViewLayer .blend I/O to blenkernelJacques Lucke
2020-11-06Cleanup: Use LISTBASE_FOREACH macroHans Goudey
2020-10-29Refactor: move Collection .blend I/O to IDTypeInfo callbacksJacques Lucke
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-02Fix non-thread safe code in view layer object hashBrecht Van Lommel
2020-09-15Fix T80597: Assigning material slot from Python console failsCampbell Barton
2020-09-14Fix T72584: Hiding a collection don't hide a child object in viewport when in...Manuel Castilla
2020-09-10Cleanup: spellingCampbell Barton
2020-09-09Cleanup: Remove warning re: const qualifier discardedDalai Felinto
2020-09-09Fix T76346: Moving objects in outliner doesn't update local collectionsDalai Felinto
2020-08-30Cleanup: pass v3d as const to view layer utilitiesCampbell Barton
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-01Cleanup: spellingCampbell Barton
2020-07-21Cleanup: `layer_collection_sync`: use `LISTBASE_FOREACH_MUTABLE`.Bastien Montagne
2020-07-21Cleanup: `layer_collection_sync`: use proper naming.Bastien Montagne
2020-05-29Fix T73972: Collection in outliner grayed out when all collection children ar...Manuel Castilla
2020-04-21Fix T75969: view layer add with Copy Settings does not copy all dataBrecht Van Lommel
2020-04-09Collections: preserve exclude flag of child collections when unexcludingSzymon Ulatowski
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-03-26Add option to Copy the active view layer, and add an empty view layerChris Clyne