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
2021-06-02Nodes: move some files to C++Jacques Lucke
2021-05-14Geometry Nodes: remove some unnecessary updatesJacques Lucke
2021-04-26Fix T87170 Multi-Input socket activation zone error with lots of inputsFabian Schempp
2021-04-15Spreadsheet: breadcrumbs and node pinningJacques Lucke
2021-04-12UI/Nodes: Improve feedback when adding node fails (e.g. on drag & drop)Julian Eisel
2021-04-08Spreadsheet: support showing data of specific nodeJacques Lucke
2021-03-26Nodes: match Multi-input socket activation distanceFabian Schempp
2021-03-16Compositor: Redesign Cryptomatte node for better usabilityJeroen Bakker
2021-03-10Nodes: Sortable Multi Input SocketsFabian Schempp
2021-03-04Fix T86172: tag relations update when pasting nodesJacques Lucke
2021-02-22Merge branch 'blender-v2.92-release'Philipp Oeser
2021-02-22Fix T85865: Crash when selecting Image texture nodePhilipp Oeser
2021-02-11UI: Multi-input node socket spacing and interactionFabian Schempp
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-20Cleanup: Store runtime space node variables in a separate structHans Goudey
2021-01-10UI: Improve node group input / output list interfaceHans Goudey
2020-12-24UI: Cleanup spelling of compound wordsYevgeny Makarov
2020-12-18Fix T83916: Cannot drag link from socket if node is inside framePhilipp Oeser
2020-12-15Cleanup: Use LISTBASE_FOREACH macro, reduce variable scopeHans Goudey
2020-12-02Geometry Nodes: initial scattering and geometry nodesJacques Lucke
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-10-13Cleanup: Remove unused properties from node Viewer Region operatorJulian Eisel
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-09-02Cleanup: use bool instead of int in various placesJacques Lucke
2020-08-18Depsgraph: simplify DEG_evaluate_* APIJacques Lucke
2020-08-18Depsgraph: simplify build APIJacques Lucke
2020-08-06UI: Fixes and small improvements to some labels and UI messagesYevgeny Makarov
2020-07-22Nodes: add missing update tags in the case of simulation node treesJacques Lucke
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-07-01Fix T78264: Auto Render stops working after rendering manuallySergey Sharybin
2020-05-26Merge branch 'blender-v2.83-release'Philipp Oeser
2020-05-26Fix T76970: Unneccessary update calls viewportJeroen Bakker
2020-04-20Simulations: Add simulation node tree typeJacques Lucke
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Rename bScreen variables from sc/scr to screenJulian Eisel
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-03-25Cleanup: use 'r_' prefix for output argumentsCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Objects: add Volume object type, and prototypes for Hair and PointCloudBrecht Van Lommel
2020-03-13Cleanup: pass const args (mostly Scene & RenderData)Campbell Barton
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-06Cleanup: rename 'verify' to 'ensure' for BKE_image_viewer functionsCampbell Barton
2020-02-11Node Editor: node resize can now be cancelled, like other operatorsMatthias Ellerbeck
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-02-06Cleanup: refactor default materials and shader nodesBrecht Van Lommel
2019-12-07Fix ShaderNodeCustomGroup.copy method being called too oftenBrecht Van Lommel
2019-09-11Depsgraph: Pass bmain to depsgraph object creationSergey Sharybin
2019-09-05Depsgraph: Free user code from worry about updates flushSergey Sharybin