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-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-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-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-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-11-26minor edit - weight_to_rgb() and ramp_blend() now take a float vector rather ...Campbell Barton
2011-11-22rename image type defines to be less ambiguous, also set BMP as not supportin...Campbell Barton
2011-11-22move image settings into their own structure so the interface can be shared w...Campbell Barton
2011-11-20Fix for crasher when node group tree datablocks are missing.Lukas Toenne
2011-11-20Muting node patch: second part. Also fix [#27636] Muting shading nodes is ign...Bastien Montagne
2011-11-20Muting node patch: first partBastien Montagne
2011-11-20share code for fluidsim, ocean & dynamic paint file paths.Campbell Barton
2011-11-18Camera: some code refactoring, use an intermediate CameraParams struct insteadBrecht Van Lommel
2011-11-14minor cleanup Campbell Barton
2011-11-13Moving all node angle-type values to radians. This also fixes [#29151] rotate...Bastien Montagne
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-11-11quiet -Wdouble-promotion warningsCampbell Barton
2011-11-09Fixed/restored translation of node classes (in foreach_nodeclass funcs)Bastien Montagne
2011-11-08Code cleanup and small fixes:Sergey Sharybin
2011-11-08Nodes: add foreach_nodeclass iterator over node classes, use for node add menu.Brecht Van Lommel
2011-11-07Textures/Shaders: extend TexMapping to include projection options, and add aBrecht Van Lommel
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-07Removing a wrong node_type_storage (checked and confirmed by lukas_t).Bastien Montagne
2011-11-06replace macros with bli math functions for nodesCampbell Barton
2011-11-06Fix for bug #29046, the factor buffer input was not used correctly in curve n...Lukas Toenne
2011-11-06misc macro --> bli math lib functionsCampbell Barton
2011-11-05Code refactoring: split camera functions from object.c into new camera.c.Brecht Van Lommel
2011-11-05macro formatting & remve some unused code.Campbell Barton
2011-11-04Changes to node sockets default values to deal better with artists workflowSergey Sharybin
2011-11-04Comments and other text editing:Joshua Leung
2011-10-30Change default values for mix node.Sergey Sharybin
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22BLI_utildefine minor editsCampbell Barton
2011-10-22header cleanup and typo'sCampbell Barton
2011-10-19Adds an update flag to the bNode struct (similar to bNodeTree->update).Lukas Toenne
2011-10-12Fix for #28876, alpha over with empty image node gives black result.Lukas Toenne
2011-10-02Fix [#28436] ID mask creates 'feather' around ID even with AA turned off.Bastien Montagne
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-09-25whitespace cleanupCampbell Barton