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-05Cycles: add location/rotate/scale and XYZ mapping options for all texture nodes,Brecht Van Lommel
2011-11-03Cycles: updates to follow code committed to trunk.Brecht Van Lommel
2011-10-25Cycles: svn merge -r41225:41232 ^/trunk/blenderBrecht Van Lommel
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22Cycles: svn merge -r40934:41157 ^/trunk/blenderBrecht Van Lommel
2011-10-19Adds an update flag to the bNode struct (similar to bNodeTree->update).Lukas Toenne
2011-10-16Cycles: more tweaks to get old/new shading systems working better together, forBrecht Van Lommel
2011-09-20Cycles: svn merge -r40358:40411 ^/trunk/blenderBrecht Van Lommel
2011-09-17Cycles: svn merge -r39870:r40266 https://svn.blender.org/svnroot/bf-blender/t...Brecht Van Lommel
2011-09-16Cycles: tweaks to properties and nodesBrecht Van Lommel
2011-09-15svn merge -r39834:40222 https://svn.blender.org/svnroot/bf-blender/trunk/blenderSergey Sharybin
2011-09-11replace magic numbers for flags for uiSetRoundBox();Campbell Barton
2011-09-08Minor fixes for some unfounded clang warnings.Lukas Toenne
2011-09-06fix some complier warnings and add -Wundef to CMake's default GCC warnings.Campbell Barton
2011-09-06Merged the particles-2010 branch with node improvements into trunk.Lukas Toenne
2011-08-07Cycles: svn merge -r37957:39132 https://svn.blender.org/svnroot/bf-blender/tr...Brecht Van Lommel
2011-07-29merge with trunk r38787Xiao Xiangquan
2011-07-27more minor warning cleanups and improve error reporting if text fails to save.Campbell Barton
2011-07-16select uiStyle according to UserDef and update lang-packsXiao Xiangquan
2011-07-12Add delete with reconnect feature.Jeroen Bakker
2011-06-21Cycles: svn merge -r37333:37694 https://svn.blender.org/svnroot/bf-blender/trunkBrecht Van Lommel
2011-06-14Cycles: more work on texturing UI, now texture nodes use same nodes as shading,Brecht Van Lommel
2011-06-14Nodes display now follow 'DPI' user pref tooTon Roosendaal
2011-04-27Blender modifications for Cycles integration.Brecht Van Lommel
2011-03-25Moved temporary drag operator link drawing from node tree to node space funct...Lukas Toenne
2011-03-17Added an optional label string to nodes. As pointed out by Sebastian Koenig, ...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-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-18Bugfix #26101Ton Roosendaal
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-08Per-type node labels and customizable names. The label displayed in the node ...Lukas Toenne
2011-01-31Changed alpha blending mode for image editor and node previews. This was usin...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-27Bug report #25384Ton Roosendaal
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton
2010-12-07Bugfix #24163a: Unable to animate INSIDE a group node in the compositorJoshua Leung
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-03fix for some pedantic warnings.Campbell Barton
2010-11-02Fix #24435: GLSL 3D view lacks refresh on node setups, patch by Lukas Toenne.Brecht Van Lommel