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
2012-03-28Fix for the node tree nodes.new API function, this wasn't setting the scene a...Lukas Toenne
2012-03-26style cleanup: add braces around checks - 'if ELEM() {...}', confuses some pa...Campbell Barton
2012-03-24style cleanup: pep8, indentationCampbell 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-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-20Fix related #30606: missing undo push editing node inputs in properties editor.Brecht Van Lommel
2012-03-20Remaining fix for #30606. Added a simple link limit check when replacing node...Lukas Toenne
2012-03-18Allow dropping image files from outside blender, or image datablocks from ins...Sv. Lockal
2012-03-18spelling cleanupCampbell Barton
2012-03-17UI messages: unification of select/deselect stuff.Bastien Montagne
2012-03-17Big step forward nodes UI translation:Bastien Montagne
2012-03-17Fix for yesterday i18n own commit (r44924): we now need to define WITH_INTERN...Bastien Montagne
2012-03-14Use helper functions in node_select when selecting/deselecting nodes and sock...Lukas Toenne
2012-03-14Make extension mode (shiftkey) mandatory for socket selection. Otherwise the ...Lukas Toenne
2012-03-11code cleanup: remove unused externs.Campbell Barton
2012-03-09Node socket selection feature reimplemented from 2.49. Sockets can be selecte...Lukas Toenne
2012-03-08Cycles: support for environment texture "Mirror Ball" projection mode, next toBrecht Van Lommel
2012-03-08Modified behaviour of the link-insertion operator (drag on link, request by S...Lukas Toenne
2012-03-07style cleanup - braces & else / if'sCampbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-06Fix for 30439, Cycles node group conversion wasn't checking node->id pointer ...Lukas Toenne
2012-03-04Small feature for the viewer linking operator: When no viewer node is present...Lukas Toenne
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-03-01A number of improvements for the file output node(s).Lukas Toenne
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-28move bmesh wiki docs into bmesh header and update doxygen.Campbell Barton
2012-02-27Quite a warning (unused param in func), was preventing debug build...Bastien Montagne
2012-02-27Implements a new operator for detaching nodes. In the process i overhauled th...Lukas Toenne
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-23code style cleanup, no functional changes.Campbell Barton
2012-02-22Multi File Output Node:Thomas Dinges
2012-02-22Adds a new node type for saving multiple image files from a single node.Lukas Toenne
2012-02-18svn merge ^/trunk/blender -r44189:44204Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-07svn merge ^/trunk/blender -r43918:43934Campbell Barton
2012-02-07Code Cleanup:Campbell Barton
2012-02-01svn merge ^/trunk/blender -r43751:43819, need to look into changes made to ed...Campbell Barton
2012-01-30Removed check for active node in edited node group to allow node group editin...Lukas Toenne
2012-01-25svn merge ^/trunk/blender -r43676:43685Campbell Barton
2012-01-25Improvement for last commit, only do redraw when actually needed (in world sh...Thomas Dinges
2012-01-25svn merge ^/trunk/blender -r43664:43676Campbell Barton
2012-01-25Cycles Node Editor:Thomas Dinges
2012-01-24Fix #29946: Recover Auto Save defaults to "Short List" View -- Cannot determi...Sergey Sharybin
2012-01-22svn merge ^/trunk/blender -r43564:43609Campbell Barton
2012-01-22reduce operator lookups in the UI (could do 4 hash lookups per button).Campbell Barton
2012-01-20svn merge ^/trunk/blender -r43554:43564Campbell Barton
2012-01-20quiet warnings for using uninialized color var in ED_image_draw_info().Campbell Barton