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-04-16Fix a few warnings. One was an actual bug in freestyle where stroke attributesBrecht Van Lommel
2013-04-14Node Socket UI:Thomas Dinges
2013-04-14Fix for #34910, NodeGroup input/output sliders bug. Initially i thought this ...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-04-12Fix for user count when adding a new library node tree. This needs to decreas...Lukas Toenne
2013-04-05code cleanup: include orderCampbell Barton
2013-04-04Use GLSL display for compositor backdrop and sequencer previewSergey Sharybin
2013-04-04code cleanup: use bools in UI and WM code, quiet some shadow warnings, remove...Campbell Barton
2013-04-03Bunch of fixes for GLSL display transformSergey Sharybin
2013-04-03code cleanup: unused functionsCampbell Barton
2013-04-03Fix #33628, Segmentation fault after pasting a closed group of nodes into an ...Lukas Toenne
2013-04-02Key mapping conflict for 'find node' versus 'add socket link' (noodle).Ton Roosendaal
2013-04-02Fix for #34756 and #34810, crashes when dropping nodes onto noodles and a rel...Lukas Toenne
2013-04-02Compile fix: size_t (required by BLI_string.h) was undefinedJoshua Leung
2013-04-01Node editing feature:Ton Roosendaal
2013-03-31Fix for [#34821] Split Viewer node won't show the backdropThomas Dinges
2013-03-31style cleanupCampbell Barton
2013-03-28code cleanup: python/pep8 and double-promotion warnings.Campbell Barton
2013-03-28Fix for node groups, now exposing a socket will copy the default value from i...Lukas Toenne
2013-03-27I18n fixes for C panels & menus (we have to specify the default bpyrna contex...Bastien Montagne
2013-03-27Node EditorTon Roosendaal
2013-03-27Fix for Node Editor tool "Find next/prev of same type".Ton Roosendaal
2013-03-26I18n: various "new data translation" fixes...Bastien Montagne
2013-03-26style cleanup:Campbell Barton
2013-03-24fix for struct definition building with msvc2008 and some style cleanup.Campbell Barton
2013-03-22code cleanup: unused defines, shadowing and unintended enum-as-variable.Campbell Barton
2013-03-22spaces->tabsPablo Vazquez
2013-03-22Fix for the use_hidden_preview setting in SpaceNode. The application of this ...Lukas Toenne
2013-03-22Nodes editor,Pablo Vazquez
2013-03-22correct enums which were in fact variables defined in headers.Campbell Barton
2013-03-22code cleanup: use NULL rather then 0 for pointers, and make vars static where...Campbell Barton
2013-03-21code cleanup: remove double call to BKE_node_instance_key(), rename ruler (lo...Campbell Barton
2013-03-21Add a little bit of space between socket layouts on nodes.Lukas Toenne
2013-03-21code cleanup: misc warnings/styleCampbell Barton
2013-03-20Changes to compositor output nodeSergey Sharybin
2013-03-20Small fix: make node backdrop draw with nearest-pixel filter, so it zooms in Ton Roosendaal
2013-03-20When making a node group always add one input and one output node, regardless...Lukas Toenne
2013-03-19Removed the is_local_tree property from compo/shader/texture node trees. This...Lukas Toenne
2013-03-19Nicer handling of undefined node, tree and socket types.Lukas Toenne
2013-03-19UI / Node Editor:Thomas Dinges
2013-03-19Fixes for context updates of the node editor:Lukas Toenne
2013-03-19Fix for shader node sockets not displaying the name when unconnected. Default...Lukas Toenne
2013-03-18Node Interface:Thomas Dinges
2013-03-18Node poll_instance callback is optional, check if it exists before executing.Lukas Toenne
2013-03-18Usual minor UI messages fixes.Bastien Montagne
2013-03-18Node Editor / Group UI:Thomas Dinges
2013-03-18code cleanupCampbell Barton
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-18style cleanupCampbell Barton