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-07-19Fix for Jeroen Bakker
2012-07-10Keying screen: small fixes and improvements from tomatoSergey Sharybin
2012-07-10refactor node highlight code. New implementation will not write toJeroen Bakker
2012-07-10Mango request: added an input node to use track's position in compositorSergey Sharybin
2012-07-04relay the original node to a different place holder to resolve someJeroen Bakker
2012-07-04Two pass execution:Jeroen Bakker
2012-07-04Highlight nodes that are being processedJeroen Bakker
2012-06-25Added feather control to keying nodeSergey Sharybin
2012-06-21negate previous commit flag, this way existing files dont loose their feather.Campbell Barton
2012-06-21option to disable feather, since its so slow - for interactively editing mask...Campbell Barton
2012-06-21falloff options for dilate/erode feather compo node.Campbell Barton
2012-06-19Implementation of node for track position inputSergey Sharybin
2012-06-16feather option for dilate/erode node - needed for alpha masks so we can (blur...Campbell Barton
2012-06-14Kaying node from tomato branchSergey Sharybin
2012-06-14Keying Screen node from tomato branchSergey Sharybin
2012-06-10Add screen balance into interfaceSergey Sharybin
2012-06-08Merging r47581 through r47603 from trunk into soc-2011-tomatoSergey Sharybin
2012-06-08 * Added OpenCL kernel for bokeh blurJeroen Bakker
2012-06-06svn merge ^/trunk/blender -r47423:47506Campbell Barton
2012-06-04Cycles: support for image sequences in image/environment texture node.Brecht Van Lommel
2012-05-31svn merge ^/trunk/blender -r47253:47272Campbell Barton
2012-05-31 * Added new dilate/erode functionJeroen Bakker
2012-05-29Fixed stupid typo: dispill vs. despillSergey Sharybin
2012-05-29Initial commit of new keying nodesSergey Sharybin
2012-05-22A number of new features for the node editor in general and the Frame node in...Lukas Toenne
2012-05-21Added switch in dilate/erode between old (Step) and new (Distance)Jeroen Bakker
2012-05-18Partial revert of r46542.Lukas Toenne
2012-05-17 ____ Jeroen Bakker
2012-05-11A couple more changes to the file and image nodes to improve access to layers...Lukas Toenne
2012-05-02A number of changes to node RNA and the file output node, to simplify socket ...Lukas Toenne
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-16Reverted r43219 "Improved auto-hiding of unused sockets for collapsed nodes."Lukas Toenne
2012-03-09style cleanup: comment blocksCampbell 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-01* Removed DNA_DEPRECATED tag from old NodeImageFile struct typedef, it doesn'...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-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-01-21change filepath limit from 240 to 1024Campbell Barton
2012-01-21Added DNA_DEPRECATED attribute to some old data in bNodeSocket. DNA_DEPRECATE...Lukas Toenne
2012-01-11Longer names support for all ID and other object namesSergey 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
2011-12-30minor dna header cleanupCampbell Barton
2011-12-28make MOD_dynamicpaint.c use more typical gpl2+ text and some formatting edits...Campbell Barton
2011-12-04add define for deprecated DNA struct members: DNA_DEPRECATED,Campbell Barton
2011-11-22move image settings into their own structure so the interface can be shared w...Campbell Barton
2011-11-13Moving all node angle-type values to radians. This also fixes [#29151] rotate...Bastien Montagne