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-07-29Cleanup: Move RNA path functions into own C++ fileJulian Eisel
2022-07-21Fix T99885: Invalid dependency graph state when curves surface is invisibleSergey Sharybin
2022-07-21Fix T99733: Objects with driven visibility are evaluated when not neededSergey Sharybin
2022-07-19Depsgraph: Introduce operation code for visibility operationSergey Sharybin
2022-07-19Depsgraph: Make name and name tag optional in component nodeSergey Sharybin
2022-05-30Nodes: add separately allocated run-time data for bNodeTreeJacques Lucke
2022-05-18Fix T98157: improve animation fps with better check in depsgraphJacques Lucke
2022-03-31Depsgraph: minor optimization in order of checksCampbell Barton
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-03-10Cleanup: spelling in comments & some minor clarificationsCampbell Barton
2022-03-02Merge branch 'blender-v3.1-release'Sergey Sharybin
2022-03-02Fix T94609: geometry nodes always re-evaluated with image texture nodesBrecht Van Lommel
2022-02-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-07Curves: Rename "Hair" types, variables, and functions to "Curves"Hans Goudey
2022-02-04Remove internal proxy code, and deprecate related DNA data.Bastien Montagne
2022-01-06Depsgraph: fix spurious cycles with identically named idprops on bones.Alexander Gavrilov
2022-01-03Depsgraph: Remove object-level visibility from geometry buildersSergey Sharybin
2021-12-31Fix T94464: video texture is not refreshingJacques Lucke
2021-12-21Nodes: refactor node tree update handlingJacques Lucke
2021-12-10Cleanup: move public doc-strings into headers for 'depsgraph'Campbell Barton
2021-11-30Depsgraph: remove shading parameters componentJacques Lucke
2021-11-29Fix T93439: Armature widgets from hidden collections are invisibleSergey Sharybin
2021-09-29Cleanup: use C comments for plain textCampbell Barton
2021-09-24Geometry Nodes: String to Curves NodeErik Abrahamsson
2021-08-31Fix T88433: no greaspencil depsgraph evaluation with certain driversPhilipp Oeser
2021-08-25Cleanup and remove SEQ_ALL_BEGIN macroSebastian Parborg
2021-08-04Cleanup: rename restrict to hide/visibility in Object, Collection, MaskLayerBrecht Van Lommel
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
2021-07-14Fix T89734: incorrect dependency cycle with id property on modifierJacques Lucke
2021-07-13Depsgraph: Implement 'ID_RECALC_GEOMETRY_DEFORM'Germano Cavalcante
2021-06-24Depsgraph: support flushing parameters without a full COW updateCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-23Fix (studio reported) crash on Undo in some cases.Bastien Montagne
2021-05-25Cleanup: spellingCampbell Barton
2021-05-21Cleanup: use nullptrJacques Lucke
2021-05-21Fix T85752: Collection Instance Crash when instancing collections with disabl...Bastien Montagne
2021-05-12Nodes: add boilerplate for texture and material socketsJacques Lucke
2021-04-26Depsgraph: support depending on collection geometryJacques Lucke
2021-02-05Depsgraph: Remove no-op evaluation functionSergey Sharybin
2021-02-05Cleanup: Use lambda instead of function bindSergey Sharybin
2021-01-29Depsgraph: Remove redundant copy-on-write operationsSergey Sharybin
2021-01-29Fix T83411: Crash when using a workspace/layout data path in a driverSergey Sharybin
2021-01-29Fix T85139: Force field texture missing depsgraph relationPhilipp Oeser
2021-01-28Revert "Depsgraph: Remove redundant copy-on-write operations"Brecht Van Lommel
2021-01-27Fix T84717: Missing viewport update after shading changesSergey Sharybin
2021-01-13Depsgraph: Remove redundant copy-on-write operationsSergey Sharybin
2021-01-13Fix T83411: Crash when using a workspace/layout data path in a driverSergey Sharybin
2021-01-12Fix T84397: Creating and removing many objects very quickly causes a crashSergey Sharybin