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-08-31Depsgraph: optimize out evaluation of hidden objectsSergey Sharybin
2022-08-31Fix unnecessary modifier visibility re-evaluationSergey Sharybin
2022-08-31Cleanup: break before the default case in switch statementsCampbell Barton
2022-08-15Fix T100394: Regression: Duplicating a modifier causes a crashSergey Sharybin
2022-08-10Depsgraph: Optimize evaluation of dependencies of disabled modifiersSergey Sharybin
2022-07-27Fix T99976: Animated visibility not rendering properly in viewportSergey Sharybin
2022-07-26Cleanup: spelling in commentsCampbell Barton
2022-07-21Fix T99733: Objects with driven visibility are evaluated when not neededSergey Sharybin
2022-07-21Depsgraph: Clear operation evaluation flags early onSergey Sharybin
2022-07-19Depsgraph: Cleanup, use nested namespace definitionSergey Sharybin
2022-07-19Depsgraph: Cleanup, don't mic static function and anonymous namespaceSergey Sharybin
2022-07-19Depsgraph: Refactor evaluation into smaller reusable functionsSergey Sharybin
2022-07-19Depsgraph: Use single task pool during evaluationSergey Sharybin
2022-04-13Cover some DNA files with C++ utility macrosSergey Sharybin
2022-04-11Cleanup: malformed C-style comment blocks, spellingCampbell Barton
2022-04-05Curves: fix edit mode detectionKévin Dietrich
2022-03-31Cleanup: spelling, trailing space for comment-blocksCampbell Barton
2022-03-08Cleanup: Clang tidyHans Goudey
2022-03-07GPencil: Temporary fix to avoid crashes on startupFalk David
2022-02-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-13Cleanup: Clang tidyHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-11Cleanup: clang-formatCampbell Barton
2022-02-10GPencil: Update-on-write using update cacheFalk David
2022-02-09Cleanup: make file headers more consistentCampbell Barton
2022-02-07Curves: Rename "Hair" types, variables, and functions to "Curves"Hans Goudey
2022-02-04Cleanup: Grammar in comments and tooltipsHans Goudey
2022-02-04Remove internal proxy code, and deprecate related DNA data.Bastien Montagne
2022-02-03Fix assert in original modifiers pointer update functionSergey Sharybin
2022-02-03Despgraph: Remove asserts from object modifier backupSergey Sharybin
2022-02-01Fix T95356: Crash in armature edit mode and certain conditionSergey Sharybin
2022-01-25Fix depsgraphs sharing IDs via evaluated edit meshSergey Sharybin
2022-01-06Cleanup: spelling in commentsCampbell Barton
2021-12-10Cleanup: move public doc-strings into headers for 'depsgraph'Campbell Barton
2021-11-02Fix T89487: Crash adding Rigid Body to object with shared mesh dataSergey Sharybin
2021-10-13Fix T92136: Leak accessing evaluated depsgraph data from PythonCampbell Barton
2021-10-13Cleanup: Remove unused code paths in the depsgraph copy-on-writeSergey Sharybin
2021-10-13Revert "Fix T92136: Leak accessing evaluated depsgraph data from Python"Campbell Barton
2021-10-13Fix T92136: Leak accessing evaluated depsgraph data from PythonCampbell Barton
2021-09-11Geometry Nodes: Support modifier on curve objectsHans Goudey
2021-09-10Depsgraph: release GIL when evaluating the depsgraphSybren A. Stüvel
2021-09-09Revert "Depsgraph: release GIL when evaluating the depsgraph"Brecht Van Lommel
2021-09-09Depsgraph: release GIL when evaluating the depsgraphSybren A. Stüvel
2021-08-25Cleanup and remove SEQ_ALL_BEGIN macroSebastian Parborg
2021-08-09Cleanup: Spelling and typos in commentSergey Sharybin
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-07-21Cleanup: replace BLI_assert(0 && "text") with BLI_assert_msgCampbell Barton
2021-07-20Cleanup: reserve C++ comments for disabled codeCampbell Barton
2021-07-19Revert "Depsgraph: Implement 'ID_RECALC_GEOMETRY_DEFORM'"Germano Cavalcante
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton