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-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
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-01Enable image and alpha outputs for image nodes by default. These were made un...Lukas Toenne
2012-01-30Make Image and Alpha outputs in render layer node 'unavailable' when the Comb...Lukas Toenne
2012-01-25Cycles: Render PassesBrecht Van Lommel
2012-01-24Brightness/Contrast Node for CyclesDalai Felinto
2012-01-21Fix for missing NULL check in socket default_value free function. Some socket...Lukas Toenne
2012-01-20Minor fix for socket default value conversion. The switch statement would not...Lukas Toenne
2012-01-20Cleanup of default_value handling in node sockets.Lukas Toenne
2012-01-14fix [#29887] Alt + g in a node group results in crash Campbell Barton
2012-01-13Group DEM node code with the rest of the mattes, rather than the filters. Als...Peter Larabell
2012-01-12remove redundant trailing slashesCampbell Barton
2012-01-11Changes composite node group of double edge mask node from FILTER to MATTE.Peter Larabell
2012-01-11use BLI_strncpy and BLI_snprintf when the size of the string is known.Campbell Barton
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2012-01-10SVN maintenance.Guillermo S. Romero
2012-01-10(no commit message)Peter Larabell
2012-01-10Fix #29827: 2.61 Scale and translate bugsSergey Sharybin
2012-01-08Cycles: checker texture node, patch by Thomas.Brecht Van Lommel
2012-01-08Improved auto-hiding of unused sockets for collapsed nodes.Lukas Toenne
2012-01-05Fix #29801: various compositing nodes not working correct after translate,Brecht Van Lommel
2011-12-30Color management: add "Color Unpremultiply" option for images and render sett...Brecht Van Lommel
2011-12-30style edits for function declarationsCampbell Barton
2011-12-28Code refactoring: add unified image buffer functions for doing float => byte,Brecht Van Lommel
2011-12-22patch [#29676] ALPHA OVER: Fix associated alpha over situation to fix [#29675...Dalai Felinto
2011-12-19Automatically hide unused (=unlinked) node sockets in collapsed ("hidden") no...Lukas Toenne
2011-12-17Cycles Gamma NodeDalai Felinto
2011-12-16Normal Node - CyclesDalai Felinto
2011-12-04Invert Color Cycles NodeDalai Felinto
2011-12-03CameraData Input Cycles NodeDalai Felinto
2011-12-02HSV Color Node for CyclesDalai Felinto
2011-12-02SeparateRGB and CombineRGB nodes for Cycles materialsDalai Felinto