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-02-10Rebase on mastertemp-license-header-spdxCampbell Barton
2021-07-05Geometry Nodes: new Viewer nodeJacques Lucke
2021-06-15Cleanup: use private methods for internal operator utilitiesCampbell Barton
2021-05-18WM: check missing space-data & constraints in poll functionsCampbell Barton
2021-04-15Spreadsheet: breadcrumbs and node pinningJacques Lucke
2021-04-09Cleanup: defer importing nodeitems_utils (missed last commit)Campbell Barton
2021-02-21PyAPI: use postponed annotations to support Python 3.10Campbell Barton
2020-06-30Python API: support setting properties in nested data in node add operatorMiguel Porces
2019-04-14Fix add_search node operator to show custom nodesMiguel Porces
2018-07-11PyAPI: Use annotations for RNA definitionsCampbell Barton
2018-06-26Cleanup: pep8 function indentationCampbell Barton
2017-03-25Cleanup: imports, indentation, long linesCampbell Barton
2017-03-18PyAPI: remove bpy.utils.register_module()Campbell Barton
2016-03-22Cleanup: style (80-width)Campbell Barton
2015-08-02Use auto-offset after adding node from search menu as wellJulian Eisel
2015-08-01Note Editor: Auto-offset nodes on insertionJulian Eisel
2015-02-27cleanup: typosCampbell Barton
2015-01-29cleanup: pep8Campbell Barton
2015-01-28cleanup: py importsCampbell Barton
2014-04-24Code cleanup: unused python vars & importsCampbell Barton
2013-12-10Missed one usage of use_hidden_preview.Jeroen Bakker
2013-11-07Fix #37348, Different behaviour in Node editor. Adding nodes from the search ...Lukas Toenne
2013-10-06Check the node Add operator's type property before attempting to create a new...Lukas Toenne
2013-09-18style cleanupCampbell Barton
2013-09-17Fix for #36739: Delete new nodes added via the Add menu or toolbar if the sub...Lukas Toenne
2013-09-05Bugfix #35920Ton Roosendaal
2013-07-17re-commit temp workaround [#35920], this still fails for OSX retina display,Campbell Barton
2013-06-30revert own fix for adding nodes with (DPI != 72), the fix doesn't work for OS...Campbell Barton
2013-06-27fix for adding nodes with a DPI besides 72 causing offset.Campbell Barton
2013-06-27pep8 cleanupCampbell Barton
2013-06-08Fix for node search operator, this was not taking into account possible NodeI...Lukas Toenne
2013-06-05Fix #35640, part 2. Check id.lib in poll functions for operators which do cri...Lukas Toenne
2013-05-29workaround for search menu enum using freed python scripts (py api limitation).Campbell Barton
2013-05-10Small fix for node add operators: use the UNDO option so they get registered ...Lukas Toenne
2013-05-09Upgrade for the add_search node operator. This now uses the same basic system...Lukas Toenne
2013-05-09Fix for add_node operator: needs to have SKIP_SAVE set for the settings colle...Lukas Toenne
2013-05-08Moved a couple of common properties into the NodeAddOperator base class to av...Lukas Toenne
2013-05-08Removed the add_group_node operator, this is now integrated into the generic ...Lukas Toenne
2013-04-21Fix for add nodes search box showing nasty "UUUUUUUU"-like entries with some ...Bastien Montagne
2013-04-13Replacing the node Add menu and making the toolbar usefulLukas Toenne
2013-04-04Two small fixes:Ton Roosendaal
2013-03-28code cleanup: python/pep8 and double-promotion warnings.Campbell Barton
2013-03-22Fix for the use_hidden_preview setting in SpaceNode. The application of this ...Lukas Toenne
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-01-16style cleanupCampbell Barton
2012-12-29Fix for the NODE_OT_add_node operator. The way python classes were subclassed...Lukas Toenne
2012-12-12style cleanup: also change node selection method not to compare nodes a lot.Campbell Barton
2012-12-12A few basic Python operators for adding nodes in the node editor tree. These ...Lukas Toenne
2012-09-27pep8 cleanupCampbell Barton
2012-08-17style cleanupCampbell Barton