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-09Fix T101906: Modifier apply not working if target object is in excluded colle...Sergey Sharybin
2022-08-17Cleanup: Remove unused functionHans Goudey
2022-08-05Cleanup: formatCampbell Barton
2022-08-04Depsgraph: More clear function name for transform dependnecySergey Sharybin
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-04Remove internal proxy code, and deprecate related DNA data.Bastien Montagne
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-06Cleanup: spelling in commentsCampbell Barton
2021-12-21Nodes: refactor node tree update handlingJacques Lucke
2021-12-10Cleanup: move public doc-strings into headers for 'depsgraph'Campbell Barton
2021-07-16Cleanup: sort struct declarationsCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-05-26Fix T88250: crash when instancing object in disabled collectionJacques Lucke
2021-04-26Depsgraph: support depending on collection geometryJacques Lucke
2020-12-16Cleanup: remove redundant struct declarationsCampbell Barton
2020-12-02Geometry Nodes: initial scattering and geometry nodesJacques Lucke
2020-08-18Depsgraph: simplify build APIJacques Lucke
2020-08-17Fix T75936: Alembic, allow exporting of invisible objectsSybren A. Stüvel
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-05-13Simulation: Add modifier to access simulation dataJacques Lucke
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2019-09-25Depsgraph: Implement builder from given set of IDsSergey Sharybin
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-07-05Depsgraph: Make component traversal more granularSergey Sharybin
2019-06-17Cleanup: comment, RNA spellingCampbell Barton
2019-06-14Cleanup: sort structsCampbell Barton
2019-06-04Fix T65447: Mask doesn't update in compositor unless there's motion blur onSergey Sharybin
2019-05-23Render: Use dependency graph for compositor/sequencerSergey Sharybin
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-07Refactor CDData masks, to have one mask per mesh elem type.Bastien Montagne
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-12Depsgraph: Add utility function for transform dependencySergey Sharybin
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-28Cleanup: sort forward declarations of enum & structCampbell Barton
2018-12-05Fix T58679: Missing modifiers update on changes to textureSergey Sharybin
2018-12-03Depsgraph: completely move customdata_mask to the ID node.Alexander Gavrilov
2018-11-14Depsgraph: Fix missing point cache reset when physics changesSergey Sharybin
2018-11-14Depsgraph: Remove unused operation codeSergey Sharybin
2018-10-24Depsgraph: fixes for the eval_flags API behavior.Alexander Gavrilov
2018-10-24Depsgraph: minor renaming and refactor of API for adding evaluation flags.Alexander Gavrilov
2018-10-14Depsgraph: Add proper API functions for CustomDataMask dependencies.Alexander Gavrilov
2018-09-27Cleanup: remove unused DerivedMesh code.Sebastian Parborg
2018-06-25Cleanup: refactor depsgraph physics API functions.Brecht Van Lommel
2018-06-25Depsgraph: cache collision relations, for performance and stability.Brecht Van Lommel
2018-05-18Collections and groups unificationBrecht Van Lommel
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel