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-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-29Cycles: missed merging this file from tomato branch, for normal output in node.Brecht Van Lommel
2012-04-28Style cleanup in own compositor nodesSergey Sharybin
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-24Add libMV and Scons support for MinGW-w64, patches by Caleb Joseph with sligh...Antony Riakiotakis
2012-04-22style cleanup: commentsCampbell Barton
2012-04-21Fix for image node: has to check the number of actual node sockets before acc...Lukas Toenne
2012-04-21style cleanupCampbell Barton
2012-04-16Dynamic output sockets for the image input node. This is needed to enable the...Lukas Toenne
2012-04-14Revert rename of ColorRamp node from r45629.Thomas Dinges
2012-04-14Fixed another bunch of i18n bugs (thx to Leon Cheung for spotting them), amon...Bastien Montagne
2012-04-11code cleanup: float formatting was confusing in some cases - eg: (0.,0.,0.)Campbell Barton
2012-04-02code cleanup:Campbell Barton
2012-03-31code cleanup: use uppercase defines and change drawFCurveFade into static fun...Campbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-30Node socket values now only have soft limits, rather than hard limits, so youBrecht Van Lommel
2012-03-28Cycles: add alpha output to image node.Brecht Van Lommel
2012-03-28Fix for the node tree nodes.new API function, this wasn't setting the scene a...Lukas Toenne
2012-03-28code cleanup: (dont include ';' in defines), last commit also missed changes ...Campbell Barton
2012-03-26Cycles: add ColorRamp node.Brecht Van Lommel
2012-03-26style cleanup: add braces around checks - 'if ELEM() {...}', confuses some pa...Campbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24convert spaces to tabs and some formatting.Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-22Fix for #30627. This improves the behaviour of the internal_reconnect functio...Lukas Toenne
2012-03-18spelling cleanupCampbell Barton
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-13bmesh py api: more comprehensive intro page, also fix some spelling errors.Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-09code cleanup: replace macros VECCOPY, VECADD, VECSUB, INPR - with BLI_math fu...Campbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-08Cycles: support for environment texture "Mirror Ball" projection mode, next toBrecht Van Lommel
2012-03-07Cycles: float texture support. Due to GPU limitations there are now 95 byte,Brecht Van Lommel
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-06Fix for crash when loading some mango filesSergey Sharybin
2012-03-02style cleanupCampbell Barton
2012-03-02Fix #30405: combine HSVA node not working correct with fixed color insteadBrecht Van Lommel
2012-03-01Same fix for file output node as Brecht did in r44580, EXR compression is def...Lukas Toenne
2012-03-01Spelling CleanupCampbell Barton
2012-03-01When adding a file output socket make it active, for convenience. Also move b...Lukas Toenne
2012-03-01Fix for wrong channel number in ImBuf when file node output format is somethi...Lukas Toenne
2012-03-01A number of improvements for the file output node(s).Lukas Toenne
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-25style cleanup, use { on newline after function definition.Campbell Barton
2012-02-25bugfixCampbell Barton
2012-02-22Adds a new node type for saving multiple image files from a single node.Lukas Toenne