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-07Cycles: svn merge -r41531:41613 ^/trunk/blenderBrecht Van Lommel
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-07minor editsCampbell Barton
2011-11-07Cycles: procedural texture nodes reorganization. This will break existing filesBrecht Van Lommel
2011-11-05Cycles: svn merge -r41467:41531 ^/trunk/blenderBrecht Van Lommel
2011-11-03Cycles: updates to follow code committed to trunk.Brecht Van Lommel
2011-11-03correct spelling mistakesCampbell Barton
2011-11-02RenderEngine/Nodes: system to check for shading nodes compatibilityBrecht Van Lommel
2011-11-02Cycles: svn merge -r41266:41467 ^/trunk/blenderBrecht Van Lommel
2011-10-27edits ontop of Alex's patch from r41292.Campbell Barton
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-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-15Cycles: fix nodes gone missing after new/old shading node compatibility changes.Brecht Van Lommel
2011-10-12Cycles: tag shading nodes as being compatible with the old/new shading system,Brecht Van Lommel
2011-10-11Cycles: svn merge -r40411:40934 ^/trunk/blenderBrecht Van Lommel
2011-09-28Cycles: add some volume nodes, they don't actually do anything, this is justBrecht Van Lommel
2011-09-26replace strncpy with BLI_strncpy, in some cases strncpy was being misused sin...Campbell Barton
2011-09-20Cycles: svn merge -r40358:40411 ^/trunk/blenderBrecht Van Lommel
2011-09-20tag & comment unused vars with /* UNUSED */Campbell Barton
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-16use replace 0 with NULL for pointers, set some functions staticCampbell Barton
2011-09-07Fix for crash when duplicating image or render layer nodes.Lukas Toenne
2011-09-06Fixed potential crash in NodeTagIDChanged. Discovered after merge trunkSergey Sharybin
2011-09-06Node merge: fix crash loading files with unknown nodes (e.g. cycles files).Brecht Van Lommel
2011-09-06Fix for multiple parallel group node executions.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-28Cycles:Brecht Van Lommel
2011-08-16Cycles: svn merge -r39132:39457 https://svn.blender.org/svnroot/bf-blender/tr...Brecht Van Lommel
2011-08-14add in asserts for when array/non array RNA funcions are used incorrectly, wo...Campbell Barton
2011-08-07Cycles: svn merge -r37957:39132 https://svn.blender.org/svnroot/bf-blender/tr...Brecht Van Lommel
2011-07-09Bugfix #27761Ton Roosendaal
2011-07-04Updated the indent, sorry!Jeroen Bakker
2011-07-04Current situationJeroen Bakker
2011-06-27Cycles: working towards texture workflow designBrecht Van Lommel
2011-06-21Cycles: svn merge -r37333:37694 https://svn.blender.org/svnroot/bf-blender/trunkBrecht Van Lommel
2011-06-19removing python includes for blenkernel since pynodes are commented.Campbell Barton
2011-06-14Cycles: more work on texturing UI, now texture nodes use same nodes as shading,Brecht Van Lommel
2011-06-10Cycles: quick GLSL stubs for new material nodes, so they show something.Brecht Van Lommel
2011-06-09Cycles: svn merge -r37040:37333 https://svn.blender.org/svnroot/bf-blender/tr...Brecht Van Lommel
2011-06-02Fix related to #27309: group nodes with a linked datablock that was missing w...Brecht Van Lommel
2011-05-05Cycles: svn merge -r36352:36495 https://svn.blender.org/svnroot/bf-blender/tr...Brecht Van Lommel
2011-05-02copying/freeing node trees now adjusts grease pencil user count.Campbell Barton
2011-04-27Blender modifications for Cycles integration.Brecht Van Lommel
2011-04-24Another fix for node groups: Internal socket stack did not get complete initi...Lukas Toenne
2011-04-23fix for possible (but unlikely) crash.Campbell Barton