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-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-06fix for cmake glew includes (tested with mingw), also made qtcreator project ...Campbell Barton
2011-04-05fix [#26782] Missing settings in some texture nodes.Campbell Barton
2011-03-28misc nodes & editors: floats were being implicitly promoted to doubles, adjus...Campbell Barton
2011-03-25Moved temporary drag operator link drawing from node tree to node space funct...Lukas Toenne
2011-03-17Small tooltip change to better indicate the purpose of the node name string a...Lukas Toenne
2011-03-17Added an optional label string to nodes. As pointed out by Sebastian Koenig, ...Lukas Toenne
2011-03-15Small safety fix: clear temporary link list in node space when copying.Lukas Toenne
2011-03-14Fix for crashes due to links without fromnode pointers. This can happen with ...Lukas Toenne
2011-03-11move do_version code under latest subversion bump.Campbell Barton
2011-03-11Bugfix [#26167] Animating inside group nodes behaves strangelyJoshua Leung
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-03-01Small fix for node drawing: nodes with no sockets now have a minimum height t...Lukas Toenne
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-23Empty groups are now displayed with some basic spacing in edit mode. Long soc...Lukas Toenne
2011-02-22Convenience fix: Exposing internal sockets now copies the default input value...Lukas Toenne
2011-02-22Added RNA functions to group tree inputs/outputs for exposing internal socket...Lukas Toenne
2011-02-21Big node groups improvement patch. Node group trees now have their own lists ...Lukas Toenne
2011-02-21I swear, it was just an innocence change in guardedalloc!Nathan Letwory
2011-02-18Bugfix #26101Ton Roosendaal
2011-02-17clear some unused warningsCampbell Barton
2011-02-15moving dir strings into global namespace for doc access (coming up)Campbell Barton
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-02-11Removed the internal_select parameter from ntreeCopyTree. This was used just ...Lukas Toenne
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-10Bugfix [#26004] compositor: backdrop zoom factor too smallJoshua Leung
2011-02-08Per-type node labels and customizable names. The label displayed in the node ...Lukas Toenne
2011-02-07Bugfix 25965Ton Roosendaal
2011-02-07Todo/feature requestTon Roosendaal
2011-02-02Keymap conflict in node editor. Read Render Layers is now Ctrl R toDaniel Salazar
2011-01-31Removed OpenGL blending from node editor backdrop images in alpha channel mod...Lukas Toenne
2011-01-31Node UI:Thomas Dinges
2011-01-31Small fix for color info in node editor: ACTIONMOUSE click was already used f...Lukas Toenne
2011-01-31Scons blenfont include for recent Node Backdrop commit. Thomas Dinges
2011-01-31Added backdrop image color information to the node editor. When clicking on e...Lukas Toenne
2011-01-31Changed alpha blending mode for image editor and node previews. This was usin...Lukas Toenne
2011-01-31Added transparency feature to node editor backdrop, similar to image editor. ...Lukas Toenne
2011-01-30remove nan-makefilesCampbell Barton
2011-01-21- Bugfix: NLA "duplicate" operator now lets strips get moved betweenJoshua Leung
2011-01-18Added group verification after autoconnect to avoid linked+external group soc...Lukas Toenne
2011-01-17Bugfix 25683Ton Roosendaal
2011-01-09several cosmetic changes to the node-editorM.G. Kishalmi
2011-01-08Bugfix #25525Ton Roosendaal
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-04Don't commit with compiling first ;)Ton Roosendaal