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-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
2019-02-28Split base flags on own and collection-definedSergey Sharybin
2019-02-27Move base flags evaluation to its own functionSergey Sharybin
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-06Outliner visibility unification: Implement 3 levels of viewport visibilityDalai Felinto
2019-02-05Per view-layer collection visibilityDalai Felinto
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: redundant definesCampbell Barton
2019-01-08Fix inconsistent naming and behavior for base visible/selected/editable.Brecht Van Lommel
2018-12-28Cycles: restore old sample and material override settings for view layers.Brecht Van Lommel
2018-12-14Fix T58351: Make Single User crashesDalai Felinto
2018-12-01Fix T58412: in weight paint + pose mode certain armature operations crash.Alexander Gavrilov
2018-11-28Outliner/visibility: revert changes for now until we find better solutions.Brecht Van Lommel
2018-11-28Per view-layer collection visibilityDalai Felinto
2018-11-25Local ViewDalai Felinto
2018-11-08Cleanup: use explicit 'select_and_set_active' API nameCampbell Barton
2018-10-02Fix for POSE_OT_select_mirrorDalai Felinto