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
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
2012-08-17fix for crash showing tooltip for NODE_OT_add_search()Campbell Barton
2012-08-14style cleanup: pep8 & unfinished comment from own commit.Campbell Barton
2012-08-14Python node operator for combined node collapsing and hiding unused sockets. ...Lukas Toenne
2012-08-10Extended the search operator for nodes to also support node groups. The basic...Lukas Toenne
2012-08-08code cleanup: lazy init enum for node searchCampbell Barton
2012-08-08Search option for adding nodes.Lukas Toenne