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-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-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-14add in asserts for when array/non array RNA funcions are used incorrectly, wo...Campbell Barton
2011-07-09Bugfix #27761Ton Roosendaal
2011-07-04Updated the indent, sorry!Jeroen Bakker
2011-07-04Current situationJeroen Bakker
2011-06-19removing python includes for blenkernel since pynodes are commented.Campbell Barton
2011-06-02Fix related to #27309: group nodes with a linked datablock that was missing w...Brecht Van Lommel
2011-05-02copying/freeing node trees now adjusts grease pencil user count.Campbell Barton
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
2011-04-23Fix for group output memory leak, bug #27104. This happens when an internal n...Lukas Toenne
2011-04-21Internal need_exec tagging for group nodes, fixes #27034. Non-compositor node...Lukas Toenne
2011-04-19Corrected updating inside edited groups, fix for #27018. This was caused by e...Lukas Toenne
2011-04-02quiet gcc float -> double promotion warnings.Campbell Barton
2011-03-14Group tree sockets were not being freed after removing.Lukas Toenne
2011-03-14Fix for crashes due to links without fromnode pointers. This can happen with ...Lukas Toenne
2011-03-13Fixed the node_recurs_check function used to define the order of nodes in ntr...Lukas Toenne
2011-03-10Bugfix #26443Ton Roosendaal
2011-03-07Bugfix #26388Ton Roosendaal
2011-03-05Bugfix #26367Ton Roosendaal
2011-03-04Two additional fixes for node-tree + texture paint:Ton Roosendaal
2011-03-03bugfix #26267Ton Roosendaal
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
2011-02-26Bugfix #26221Ton Roosendaal
2011-02-25needed for building without pythonCampbell Barton
2011-02-24Fixed memory leak in group nodes. Only buffers from exposed sockets should re...Lukas Toenne
2011-02-23The material "Dynamic" node (disabled anyway) had incomplete base type initia...Lukas Toenne
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
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-22Fixed missing initialization of node stack entries.Lukas Toenne
2011-02-21Fixed do_versions for node groups which contain nodes that have changed socke...Lukas Toenne
2011-02-21Big node groups improvement patch. Node group trees now have their own lists ...Lukas Toenne
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-11Removed the internal_select parameter from ntreeCopyTree. This was used just ...Lukas Toenne
2011-02-11Made group label callback function static.Lukas Toenne
2011-02-08Per-type node labels and customizable names. The label displayed in the node ...Lukas Toenne
2011-02-08Group node type info is now also initialized with helper functions.Lukas Toenne
2011-02-08Finished the node type definition cleanup started in r34682. All static node ...Lukas Toenne
2011-02-07Todo/feature requestTon Roosendaal
2011-02-07A simplified way of defining bNodeType structs. Instead of doing full struct ...Lukas Toenne
2011-01-25fix [#25748] Addons register parameters/functions more than onceCampbell Barton
2011-01-18Added a check in nodeGroupVerify to detect if a tree is actually a group tree...Lukas Toenne