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-12-09Fix T37741: Duplicating node editor did not copy node tree pointers.Lukas Tönne
2013-09-13change NODE_TREE_TYPES_BEGIN/END macros to include braces (matches CTX_DATA_B...Campbell Barton
2013-09-05Bugfix #35920Ton Roosendaal
2013-07-22Allow creation of mask nodes in compositor with drag&drop of mask datablocksSv. Lockal
2013-07-19code cleanup: case & brace placementCampbell Barton
2013-07-08Fix #36024. This part fixes user counting for node editor trees. The user cou...Lukas Toenne
2013-06-25Fix unnecessary 3D viewport redraws in various cases, in particular when editingBrecht Van Lommel
2013-05-27Fix for #35495, Material preview do not update. This was caused by a line ins...Lukas Toenne
2013-04-24Fix for #34739 and #35060, avoid ambiguity in compositor viewer nodes.Lukas Toenne
2013-04-17Fix for #34911, Compositor with multiple views autozooms to node when creatin...Lukas Toenne
2013-04-13Node editor: create the toolbar area right at the start in node space, in ord...Lukas Toenne
2013-04-13Replacing the node Add menu and making the toolbar usefulLukas Toenne
2013-03-19Nicer handling of undefined node, tree and socket types.Lukas Toenne
2013-03-18code cleanupCampbell Barton
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-02-14Cycles UI:Thomas Dinges
2013-01-29Alpha display changes:Sergey Sharybin
2012-12-17fix [#33501] Grease pencil in OpenGL renderCampbell Barton
2012-12-12Holiday coding log :)Ton Roosendaal
2012-12-12Toolbar region for the node editor. This region is, for now, empty and hidden...Lukas Toenne
2012-11-26Fix #33310: unnecessary redraw of outliner when editing materials and textures.Brecht Van Lommel
2012-10-28Removed the initial HIDDEN flag from the UI sidebar region in node editor. Th...Lukas Toenne
2012-10-18Fix #32896: No compositor tree update with image input color space changeSergey Sharybin
2012-10-05Grease Pencil notifier/listener cleanupDan Eicher
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-08-08Renamed the mx/my coordinates in SpaceNode to more descriptive 'cursor'. This...Lukas Toenne
2012-08-04fullscreen mask editing now works in the image space over a viewer node.Campbell Barton
2012-08-03code cleanup: remove unused includesCampbell Barton
2012-07-27code cleanup: remove unneeded 'struct' qualifiers Campbell Barton
2012-07-10Mango request: disable compositing on file load.Sergey Sharybin
2012-07-03Also fix Anim Player button for node editorSergey Sharybin
2012-07-01style cleanupCampbell Barton
2012-06-11rna read/write access to ...Campbell Barton
2012-06-11updates to context docs and add missing member to node context 'node_context_...Campbell Barton
2012-06-04mask mode for clip editor developed by Sergey Sharybin, Pete Larabell and mys...Campbell Barton
2012-05-29remove some more pynode references in the codeCampbell Barton
2012-05-22A number of new features for the node editor in general and the Frame node in...Lukas Toenne
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-01-25Improvement for last commit, only do redraw when actually needed (in world sh...Thomas Dinges
2012-01-25Cycles Node Editor:Thomas Dinges
2011-12-30Color management: add "Color Unpremultiply" option for images and render sett...Brecht Van Lommel
2011-11-02Nodes: add support for shader nodes on world and lamps, in addition to materi...Brecht Van Lommel
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-20Fix missing node editor update when assigning/removing materials on objects.Brecht Van Lommel
2011-10-19Adds an update flag to the bNode struct (similar to bNodeTree->update).Lukas Toenne
2011-09-22Fix #28585: read full sample layers not working in compositor.Brecht Van Lommel