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-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-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-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-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-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-05-05code cleanup: brush/camera namingCampbell Barton
2012-05-04Style cleanup: spaces around operatorsSergey Sharybin
2012-05-03Grr! Fix for own error in r46193.Bastien Montagne
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: whitespace / commasCampbell Barton
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-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-28Fix for the node tree nodes.new API function, this wasn't setting the scene a...Lukas Toenne
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-18spelling cleanupCampbell Barton
2012-03-17Big step forward nodes UI translation:Bastien Montagne
2012-03-13bmesh py api: more comprehensive intro page, also fix some spelling errors.Campbell Barton
2012-03-09code cleanup: replace macros VECCOPY, VECADD, VECSUB, INPR - with BLI_math fu...Campbell Barton
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-02Fix #30405: combine HSVA node not working correct with fixed color insteadBrecht Van Lommel