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-06-27pep8 cleanupCampbell Barton
2013-06-01Don't hide sockets in the node properties panel. This feature is only useful ...Lukas Toenne
2013-05-29Replacement for the "Active Node" panel in node editor properties sidebar. Th...Lukas Toenne
2013-05-15Fix #35376: node editor throwing python error on some files saved with 2.66 t...Brecht Van Lommel
2013-05-09use standard name for operator properties - 'props'.Campbell Barton
2013-05-09Upgrade for the add_search node operator. This now uses the same basic system...Lukas Toenne
2013-04-23rna attribute consistency edits, use common prefix for booleans.Campbell Barton
2013-04-22Nicer registration mechanism for node categories. The lists of node categorie...Lukas Toenne
2013-04-13Node UI:Thomas Dinges
2013-04-07freestyle lineset `tag` attribute was defined but not used, also some code cl...Campbell Barton
2013-04-01Node editing feature:Ton Roosendaal
2013-03-28code cleanup: python/pep8 and double-promotion warnings.Campbell Barton
2013-03-27Node EditorTon Roosendaal
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-07Border for compositor viewer node featureSergey Sharybin
2013-02-17Added option for group node buffering in the compositor.Monique Dewanchand
2012-11-04Node UI:Thomas Dinges
2012-08-14Python node operator for combined node collapsing and hiding unused sockets. ...Lukas Toenne
2012-08-07add view selected for node viewCampbell Barton
2012-08-02Clipboard feature for nodes. With the Copy operator a copy of all selected no...Lukas Toenne
2012-08-01make node select_all consistent with other select operators, also add Ctrl+I,...Campbell Barton
2012-07-30Minor code cleanupSergey Sharybin
2012-07-30Mango request: option to create nodes with hidden preview by defaultSergey Sharybin
2012-07-29style cleanupCampbell Barton
2012-07-29User Interface Scripts:Thomas Dinges
2012-07-04Two pass execution:Jeroen Bakker
2012-07-04Highlight nodes that are being processedJeroen Bakker
2012-06-29Extended modes for snapping in the node editor.Lukas Toenne
2012-06-28Basic snapping in node transform operator.Lukas Toenne
2012-06-20style cleanupCampbell Barton
2012-05-27style cleanup: nodes, also rename chunksize -> chunk_sizeCampbell Barton
2012-05-22A number of new features for the node editor in general and the Frame node in...Lukas Toenne
2012-05-17 ____ Jeroen Bakker
2012-02-04Code Cleanup: pep8 editsCampbell Barton
2012-01-25Node UI:Thomas Dinges
2012-01-25Cycles Node Editor:Thomas Dinges
2012-01-23Cycles UI:Thomas Dinges
2012-01-07Fix for last commit, missed check for ob, could cause errors when object was ...Thomas Dinges
2012-01-06Tweaks for Node Header UI code:Thomas Dinges
2012-01-06Cycles / Nodes:Thomas Dinges
2011-12-18Removed buttons in node headers for hiding unused sockets and for hiding the ...Lukas Toenne
2011-11-02RenderEngine/Nodes: system to check for shading nodes compatibilityBrecht Van Lommel
2011-11-02Nodes: add support for shader nodes on world and lamps, in addition to materi...Brecht Van Lommel
2011-09-21remove use of gettext: _("...") style translation now its handled by rna.Campbell Barton
2011-09-15Fixing issues with i18n stuff:Sergey Sharybin
2011-09-01merge with trunk r39834Xiao Xiangquan
2011-08-132.6 UI Files:Thomas Dinges
2011-08-12import common classes from bpy.types, saves ~1000 python getattrs on startup.Campbell Barton
2011-08-10merge with trunk r39216Xiao Xiangquan
2011-07-29pep8 cleanup, also print message when attempting to run in animation player m...Campbell Barton