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-04-12UI/Nodes: Improve feedback when adding node fails (e.g. on drag & drop)Julian Eisel
2021-03-10Nodes: Sortable Multi Input SocketsFabian Schempp
2021-02-15UI/Nodes: Adding node groups via drag & drop (e.g. from Asset Browser)Julian Eisel
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-12-02Geometry Nodes: initial scattering and geometry nodesJacques Lucke
2020-11-06Cleanup: use doxy sections for node_group.cCampbell Barton
2020-11-06Cleanup: use STR_ELEM macroCampbell Barton
2020-10-20Fix T81684: node location not handled correctlyJacques Lucke
2020-10-16Cleanup: reduce variable scopesJacques Lucke
2020-10-14Cleanup: multi-line comment blocksCampbell Barton
2020-10-07Refactor: remove `BKE_<id_type>_copy` functions.Bastien Montagne
2020-10-02CleanUp: snode_group_offset -> space_node_group_offsetJeroen Bakker
2020-08-06Fix T79408: ungroup operation update animation data incorrectlyJacques Lucke
2020-08-04Node Groups: expose the SOCK_HIDE_VALUE flag for node group inputs.Alexander Gavrilov
2020-08-04Node Groups: fix placement of the Output node when creating a group.Alexander Gavrilov
2020-07-03Cleanup: Editors/Space/Node, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-04-20Simulations: Add simulation node tree typeJacques Lucke
2020-04-06Fix user counting when ungrouping a node group.Maxim Vasiliev
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2019-10-07Cleanup: clang-formatCampbell Barton
2019-10-02Fix T70331 Node group passthrough is brokenClément Foucault
2019-10-01Nodes: discard hidden sockets when grouping a single node.Miguel Porces
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-08-22Revert "Fix T68971: Copy As New Driver from Material node creates a bad refer...Bastien Montagne
2019-08-22Fix T68971: Copy As New Driver from Material node creates a bad reference.Alexander Gavrilov
2019-06-07Fix T65612: Ungroup in Node Editor CrashesSergey Sharybin
2019-06-04Fix T64247: Crash on playback with special shader node treeSergey Sharybin
2019-04-24Nodes: avoid slow and unecessary node group updates on file readBrecht Van Lommel
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16Cleanup: trailing commasCampbell Barton
2019-03-26Cleanup: style, use braces for editor/spacesCampbell Barton
2019-03-16Fix ID user counting issues with NodeCustomGroup.Miguel Porces
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-13Fix T61506: Wrong user counting with ID properties in pynodes.Bastien Montagne
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2019-01-15Cleanup: replace usages of deprecated BKE_libblock_free by BKE_id_free.Bastien Montagne
2018-11-23Fix T57996: Crash - delete node with a driven parameterSergey Sharybin
2018-08-23Fix T56347: Driven values not supported in node groups.Bastien Montagne
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-12Cleanup: remove some G.main from ED's animsys.Bastien Montagne
2018-06-09Cleanup: remove some G.main usages.Bastien Montagne
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-07-19Fix T52092: Crash un-grouping nodesCampbell Barton