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-05-23 * Stopped flickering of preview imagesJeroen Bakker
2012-05-23style cleanupCampbell Barton
2012-05-22A number of new features for the node editor in general and the Frame node in...Lukas Toenne
2012-05-22fix for Monique Dewanchand
2012-05-21Fix for Monique Dewanchand
2012-05-21[#31410] Code review testing: The color correction node in particular isJeroen Bakker
2012-05-21Cycles: add Object Info node, with outputs object location, object/materialBrecht Van Lommel
2012-05-21Quiet null pointer free warning/error.Campbell Barton
2012-05-19style cleanup: whitespace/indentationCampbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-18Fix related to #31446: cycles glsl error with empty image texture node.Brecht Van Lommel
2012-05-18Partial revert of r46542.Lukas Toenne
2012-05-17Moved switch node to layoutJeroen Bakker
2012-05-17 ____ Jeroen Bakker
2012-05-17style cleanup: block commentsCampbell Barton
2012-05-16Nodes i18n: don't call gettext stuff twice for categories' names, when buildi...Bastien Montagne
2012-05-16Fix #31472: displace node wrong y derivative (simple typo). Credit to Ervin W...Lukas Toenne
2012-05-12code cleanup: some style and use math defines, also small speedup for dynamic...Campbell Barton
2012-05-11A couple more changes to the file and image nodes to improve access to layers...Lukas Toenne
2012-05-09code cleanup: color/bw conversion - use BLI color function.Campbell Barton
2012-05-08Cycles: add light falloff node, with quadratic/linear/constant falloff and aBrecht Van Lommel
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05code cleanup: BKE_scene api naming.Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-05-05code cleanup: brush/camera namingCampbell Barton
2012-05-04Fix #31288: Blender crash when select a materialSergey Sharybin
2012-05-04Style cleanup: spaces around operatorsSergey Sharybin
2012-05-03Fix #31272: Blender Crashes when press renderSergey Sharybin
2012-05-03Grr! Fix for own error in r46193.Bastien Montagne
2012-05-02Cycles: add Ray Length output to Light Path node. This gives the distance tra...Brecht Van Lommel
2012-05-02Fix #31236: linking a socket of a different type to an existing node group ou...Brecht Van Lommel
2012-05-02Small enhancement to Fast Gaussian compo blur node: do not compute when size ...Bastien Montagne
2012-05-02A number of changes to node RNA and the file output node, to simplify socket ...Lukas Toenne
2012-05-02style cleanup: whitespace, bracesCampbell Barton
2012-05-01style cleanup: guys - set your editors to tabs!Campbell Barton
2012-04-30code cleanup: header cleanupCampbell Barton
2012-04-30Fixed UI bug in distance, chroma, and difference nodes that caused the thresh...Robert Holcomb
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