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-04New viewlayer deferred resync code: add utils to ensure resync of whole Scene...Bastien Montagne
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-09-01Cleanup: Remove/replace View Layer macros.Monique Dewanchand
2022-08-17Fix: Compiler warning in macro after recent C++ conversionHans Goudey
2022-08-17Cleanup: Move view3d_select.c to C++Hans Goudey
2022-08-17Cleanup: Move view layer array utils from macros to functionsHans Goudey
2022-07-24Render: Update lightgroup membership in objects and world if lightgroup is re...Lukas Stockner
2022-04-18Cleanup: Clang tidyHans Goudey
2022-04-08Cycles: Support adding Lightgroups from the object/world propertiesLukas Stockner
2022-04-02Cycles: Add support for light groupsLukas Stockner
2022-03-30Iterator to loop over objects based on a flagDalai Felinto
2022-03-24Correct syntax error for MSVCCampbell Barton
2022-03-24Cleanup: use struct member identifiers for initializationCampbell Barton
2022-03-18Cleanup: Move object_transform.c to C++Hans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-26Cleanup: spelling in commentsCampbell Barton
2022-01-25Fix T93058: Crash on opening old pre-2.80 .blend files.Bastien Montagne
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-11-10Cleanup: Move info_stats.c to C++Hans Goudey
2021-07-26LayerCollections: Add a way to prevent their resync with Collection hierarchy.Bastien Montagne
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2021-04-25Revert "Info Editor: move to c++"Ray Molenkamp
2021-04-24Info Editor: move to c++Jacques Lucke
2020-12-15Cleanup: make formatJacques Lucke
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell Barton
2020-12-04EEVEE: Arbitrary Output VariablesJeroen Bakker
2020-11-16Grease Pencil: adjust behavior of target object detectionCampbell Barton
2020-11-13GPencil: Remove ID from operators to fix T82597Antonio Vazquez
2020-11-06Refactor: move remaining ViewLayer .blend I/O to blenkernelJacques Lucke
2020-11-06Cleanup: sort structs, filesCampbell Barton
2020-10-29Refactor: move Collection .blend I/O to IDTypeInfo callbacksJacques Lucke
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-30Object: add ED_object_array_in_mode_or_selectedCampbell Barton
2020-08-30BKE_layer: add BKE_view_layer_array_selected_objects_paramsCampbell Barton
2020-08-30Cleanup: pass v3d as const to view layer utilitiesCampbell Barton
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-04-09Collections: preserve exclude flag of child collections when unexcludingSzymon Ulatowski
2020-03-26Add option to Copy the active view layer, and add an empty view layerChris Clyne
2019-10-15Fix T70670: Hidden collections are still rendered by Cycles in the ViewportDalai Felinto
2019-10-09Local Collections: Allow users to show hidden collectionsDalai Felinto
2019-09-13Per-Viewport Collection VisibilityDalai Felinto
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-06-08Collections: Never change the collection views visibility when unhiding itDalai Felinto
2019-04-30Refactor: Use object select API - ED_object_base_selectDalai Felinto
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-02Cleanup: empty expression statement warningCampbell Barton