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-08Cycles: svn merge -r41627:41650 ^/trunk/blenderBrecht Van Lommel
2011-11-08Nodes: add cycles shader nodes, these will only be available to render enginesBrecht Van Lommel
2011-11-08Code cleanup and small fixes:Sergey Sharybin
2011-11-08Nodes: add foreach_nodeclass iterator over node classes, use for node add menu.Brecht Van Lommel
2011-11-07Textures/Shaders: extend TexMapping to include projection options, and add aBrecht Van Lommel
2011-11-07Nodes: add socket option to hide the default value in the UI, to be used forBrecht Van Lommel
2011-11-07Cycles: svn merge -r41613:41627 ^/trunk/blenderBrecht Van Lommel
2011-11-07Cycles: svn merge -r41531:41613 ^/trunk/blenderBrecht Van Lommel
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-07Removing a wrong node_type_storage (checked and confirmed by lukas_t).Bastien Montagne
2011-11-07Cycles: procedural texture nodes reorganization. This will break existing filesBrecht Van Lommel
2011-11-06replace macros with bli math functions for nodesCampbell Barton
2011-11-06Fix for bug #29046, the factor buffer input was not used correctly in curve n...Lukas Toenne
2011-11-06misc macro --> bli math lib functionsCampbell Barton
2011-11-05Code refactoring: split camera functions from object.c into new camera.c.Brecht Van Lommel
2011-11-05macro formatting & remve some unused code.Campbell Barton
2011-11-05Cycles: add location/rotate/scale and XYZ mapping options for all texture nodes,Brecht Van Lommel
2011-11-05Cycles: svn merge -r41467:41531 ^/trunk/blenderBrecht Van Lommel
2011-11-04Changes to node sockets default values to deal better with artists workflowSergey Sharybin
2011-11-04Comments and other text editing:Joshua Leung
2011-11-03Cycles: updates to follow code committed to trunk.Brecht Van Lommel
2011-11-02RenderEngine/Nodes: system to check for shading nodes compatibilityBrecht Van Lommel
2011-11-02Nodes: add support for shader nodes on world and lamps, in addition to materi...Brecht Van Lommel
2011-11-02Cycles: svn merge -r41266:41467 ^/trunk/blenderBrecht Van Lommel
2011-11-02Bugfix for [#29055] node editor / texture node / scale nodeThomas Dinges
2011-10-31Fix #29084: material/texture nodes crash introduced in 2.60, execdata is beingBrecht Van Lommel
2011-10-31Fix crash in texture nodes, when no derivatives available, other nodes alreadyBrecht Van Lommel
2011-10-30Change default values for mix node.Sergey Sharybin
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 -r41182:41205 ^/trunk/blenderBrecht Van Lommel
2011-10-22BLI_utildefine minor editsCampbell Barton
2011-10-22header cleanup and typo'sCampbell Barton
2011-10-22Cycles: svn merge -r40934:41157 ^/trunk/blenderBrecht Van Lommel
2011-10-20Fix for #28980, could enter infinite loop during node socket verification if ...Lukas Toenne
2011-10-20strcpy() --> BLI_strncpy(), where source strings are not fixed and target siz...Campbell Barton
2011-10-19Adds an update flag to the bNode struct (similar to bNodeTree->update).Lukas Toenne
2011-10-16Cycles:Brecht Van Lommel
2011-10-16Cycles: more tweaks to get old/new shading systems working better together, forBrecht Van Lommel
2011-10-16Cycles: make Attribute node work, code for it was implemented in kernel, onlyBrecht Van Lommel
2011-10-15Cycles: fix nodes gone missing after new/old shading node compatibility changes.Brecht Van Lommel
2011-10-15- add template for defining custom driver functions.Campbell Barton
2011-10-14Fix #28914: crash loading file saved with cycles builds in trunk.Brecht Van Lommel
2011-10-13Cycles: revert commit that joined surface/volume socket into a single shader ...Brecht Van Lommel
2011-10-12Cycles: tag shading nodes as being compatible with the old/new shading system,Brecht Van Lommel
2011-10-12Cycles: don't use glsl in textured draw mode, to keep things simpler and fasterBrecht Van Lommel
2011-10-12Cycles: make node with multiple input sockets with the same name work. Previo...Brecht Van Lommel
2011-10-12Cycles: replace surface/volume sockets in output nodes with a single shader s...Brecht Van Lommel
2011-10-12Free cache data when creating a new group from selected nodes. This would lea...Lukas Toenne
2011-10-12Fix for #28876, alpha over with empty image node gives black result.Lukas Toenne