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
2020-06-29Depsgraph: introduce blender::deg namespaceJacques Lucke
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-04-24Fix T69753 Instanced Metaballs not rendering but showing up in ViewportSybren A. Stüvel
2020-04-03Cleanup: split `BKE_anim.h` and `anim.c` into smaller piecesSybren A. Stüvel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-01-28Cleanup: changed NULL to nullptr in depsgraph C++ codeSybren A. Stüvel
2019-10-09Local Collections: Allow users to show hidden collectionsDalai Felinto
2019-09-24Fix T70046: Linked instanced collections not working with local collectionsDalai Felinto
2019-06-17Fix T63145: nested instancers not respecting Display Instancer settingBrecht Van Lommel
2019-05-16Refactor: Simplify ID Property freeingJacques Lucke
2019-05-10Fix T64284 Mirrored Instances have flipped normals/face orientationClément Foucault
2019-05-09DepsGraph: Multi ViewLayer SelectionJeroen Bakker
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-12Fix T62470: instanced object does not preserve bounds display type.Brecht Van Lommel
2019-03-12DRW: use object color from instancerCampbell Barton
2019-03-11Despgraph: Make dupli objects inherit the parent's display typeClément Foucault
2019-02-19DNA: rename select_color -> select_idCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove original authorCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-31Depsgraph: Comb code to a better state all overSergey Sharybin
2019-01-31Depsgraph: remove features incompatible with new system.Brecht Van Lommel
2019-01-15Cleanup: rename BASE_FROMDUPLI -> BASE_FROM_DUPLICampbell Barton
2018-12-27Cleanup: styleCampbell Barton
2018-12-21Fix inconsistent/broken Cycles object visibility for instances.Brecht Van Lommel
2018-11-25Local ViewDalai Felinto
2018-09-24Spelling fixes in comments and descriptions (2.8 changes), patch by luzpaz.Brecht Van Lommel
2018-09-19Despgraph: Keep track of per-component visibilitySergey Sharybin
2018-08-28Fix T56530, T56523: collection visiblity toggling wrong after recent changes.Brecht Van Lommel
2018-08-21Cleanup: Fix typosJoshua Leung
2018-06-25Cleanup: rename object base flags to be more clear.Brecht Van Lommel
2018-06-12Depsgraph: Set temp object to invalid state as soon as it becomes inaccessibleSergey Sharybin
2018-06-12Depsgraph: Cleanup, wrap private functions to an anonymous namespaceSergey Sharybin
2018-06-11Cleanup: remove unused DAG_EVAL_PREVIEW mode.Brecht Van Lommel
2018-06-06Depsgraph iterator: Remove explicit modeDalai Felinto
2018-06-06Fix T55350: Cycles: instanced hair with hidden emitter is invisible when rend...Dalai Felinto
2018-05-30Cleanup: style/whitespaceCampbell Barton
2018-05-30Fix missing Cycles 3D viewport updates when editing materials, lamps.Brecht Van Lommel
2018-05-08Collections: remove per collection and view layer engine overrides.Brecht Van Lommel
2018-04-28Cleanup: fix compiler warnings on macOS / clang.Brecht Van Lommel
2018-04-26Fix crash with depsgraph iterator and empty scene.Brecht Van Lommel
2018-04-25Depsgraph: Ensure we only expand scene datablock on evaluationSergey Sharybin
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-13Fix incomplete evaluation context in depsgraph iter.Brecht Van Lommel
2018-02-06Fix duplicator visibility logicDalai Felinto
2018-01-24Fix T53115: Memleak with instanced groups and CyclesSergey Sharybin
2018-01-24Depsgraph: Cleanup, line wrapSergey Sharybin
2017-12-21Implement duplicator viewport/render visibility optionsDalai Felinto
2017-12-20Merge branch 'master' into blender2.8Sergey Sharybin