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
2011-11-08Nodes: add cycles shader nodes, these will only be available to render enginesBrecht 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-05use (const char*) rather than (char*) where possible.Campbell Barton
2011-11-04Fix #29139: Comp Group nodes don't retain nameSergey Sharybin
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-07spaces -> tabs (whitespace only changes)Campbell Barton
2011-10-03use use_ prefix for boolean value.Campbell Barton
2011-10-02Fix [#28436] ID mask creates 'feather' around ID even with AA turned off.Bastien Montagne
2011-09-21Translation: reload font on enabling/disabling use international fonts.Brecht Van Lommel
2011-09-20tag & comment unused vars with /* UNUSED */Campbell Barton
2011-09-16use replace 0 with NULL for pointers, set some functions staticCampbell Barton
2011-09-11replace magic numbers for flags for uiSetRoundBox();Campbell Barton
2011-09-11minor edits / cleanup - no functional changes.Campbell Barton
2011-09-08Minor fixes for some unfounded clang warnings.Lukas Toenne
2011-09-07Fixed offset for socket remove buttons ('x') in node groups.Lukas Toenne
2011-09-06Fix for wrong offset of the input socket column in group node tree display.Lukas Toenne
2011-09-06Merged the particles-2010 branch with node improvements into trunk.Lukas Toenne
2011-09-01spaces -> tabs (configure you're editors right!)Campbell Barton
2011-08-04UserPref/Node editor feature: Change the level of noodle curving.Jeroen Bakker
2011-07-22Need some fun once a while:Ton Roosendaal
2011-07-04Updated the indent, sorry!Jeroen Bakker
2011-07-04====== Proposal: Nodes property windows enhancement ======Jeroen Bakker
2011-05-28wrong rna access function used in node UICampbell Barton
2011-05-01improve image sequence usability, problem was when the image didn't load ther...Campbell Barton
2011-04-24harmless changes to quiet clang static check warnings.Campbell Barton
2011-04-23Color info in node editor backdrop now supports color management.Lukas Toenne
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-20Upgrade for pixel color info in image editor and compositor backdrop. Next to...Lukas Toenne
2011-04-19Some strings to store ID names were too small, could cause stack corruption.Campbell Barton
2011-04-15float value reader in compositor backdrop (Alt + LMB Drag) should be 4 decima...Daniel Salazar
2011-04-05fix [#26782] Missing settings in some texture nodes.Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27== UI icons ==Andrea Weikert
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-21Big node groups improvement patch. Node group trees now have their own lists ...Lukas Toenne
2011-02-17clear some unused warningsCampbell Barton
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-10Different method for blur node aspect correction. Now the user can still set ...Lukas Toenne
2011-02-10More options for the blur node filter size. This can now be pixel based or re...Lukas Toenne
2011-02-08Per-type node labels and customizable names. The label displayed in the node ...Lukas Toenne
2011-01-31Removed OpenGL blending from node editor backdrop images in alpha channel mod...Lukas Toenne
2011-01-31Added backdrop image color information to the node editor. When clicking on e...Lukas Toenne
2011-01-31Added transparency feature to node editor backdrop, similar to image editor. ...Lukas Toenne
2011-01-09several cosmetic changes to the node-editorM.G. Kishalmi
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton
2010-12-14Compositor: Add an option to select the YCbCR conversion mode for the YCbCR c...Xavier Thomas
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton