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
2013-06-15Added a 'move' function to node tree socket api (similar to node.inputs/outpu...Lukas Toenne
2013-06-14Added a read-only dimensions property for Nodes. This returns the actual node...Lukas Toenne
2013-06-13Safety check for NodeTree.links.new function: Added NEVER_NULL flags to from_...Lukas Toenne
2013-06-12Track Position node now could output absolute position of track at a given frameSergey Sharybin
2013-06-12Remove magic constants from Track Position node RNA code.Sergey Sharybin
2013-06-12Fix #35703, Viewer node doesn't updates image sometimes. The viewer node was ...Lukas Toenne
2013-06-10Custom Group Node type for extending existing nodes from python scripts. This...Lukas Toenne
2013-06-06Fix for frame node property display: Extended frame node properties such as t...Lukas Toenne
2013-05-29Remove the NODE_OPTIONS flag usage from node->typeinfo. This is a redundant f...Lukas Toenne
2013-05-29Node options draw function fix for C nodes: use the default button draw funct...Lukas Toenne
2013-05-28Cycles: normal maps are now backwards compatible again after recent fix, withBrecht Van Lommel
2013-05-23Cycles / Toon BSDF:Thomas Dinges
2013-05-20Cycles / Wireframe node:Thomas Dinges
2013-05-20Math Node:Thomas Dinges
2013-05-14"Fix" for #35336. Added a warning in the doc string for nodetree.nodes.new() ...Lukas Toenne
2013-05-10Cycles: bump node changes to add a Distance input that controls the overall d...Brecht Van Lommel
2013-05-08Fix for node group user count: since node group pointer uses an explicit sett...Lukas Toenne
2013-05-082 fixes for node group node_tree pointer property: Make sure the nodeGroupPol...Lukas Toenne
2013-05-08Expose the data type property of node group interfaces for easier comparison ...Lukas Toenne
2013-05-08Exposed the node socket templates of C nodes in RNA by means of a classmethod...Lukas Toenne
2013-05-08Expose the HIDE_VALUE flag of node sockets in RNA.Lukas Toenne
2013-05-08Workaround for C nodes: In order to make registerable RNA methods of the stan...Lukas Toenne
2013-05-08Extended the draw callback API for node sockets with an explicit text paramet...Lukas Toenne
2013-05-07Fix #35122: Blenderplayer crashes when loading levelSergey Sharybin
2013-04-25Fix [#34545] Render layer name is unwantedly translated in composite node editorBastien Montagne
2013-04-24fix [#34958] keyframe many items would fail if there was a (") in the text.Campbell Barton
2013-04-23edit to r56235, min/max are common abbreviations used in rna.Campbell Barton
2013-04-23Added registerable size properties for node types in RNA. This allows pynodes...Lukas Toenne
2013-04-23rna attribute consistency edits, use common prefix for booleans.Campbell Barton
2013-04-20Removed the group_tree_idname property from node types. This was a bit of a h...Lukas Toenne
2013-04-13Replacing the node Add menu and making the toolbar usefulLukas Toenne
2013-04-12Added 'move' functions to the inputs and outputs node socket collections (sim...Lukas Toenne
2013-04-12Removed a lot of now-unnecessary checks from node RNA. The typeinfo pointers ...Lukas Toenne
2013-04-12Made the update callback in bNodeTree registerable in RNA, this was still mis...Lukas Toenne
2013-04-08Fix #34875: 0 digits of precision was not supported for FloatProperty, nowBrecht Van Lommel
2013-04-08Exposed the bNodeSocket->limit value in RNA, so it can be redefined by pynode...Lukas Toenne
2013-04-04Two small fixes:Ton Roosendaal
2013-03-31style cleanupCampbell Barton
2013-03-28I18n: various fixing.Bastien Montagne
2013-03-28Fix for node groups, now exposing a socket will copy the default value from i...Lukas Toenne
2013-03-24fix for struct definition building with msvc2008 and some style cleanup.Campbell Barton
2013-03-22Fix #34728, Int values in script Node can't be changed. Was caused by a bad t...Lukas Toenne
2013-03-20Fix for #34708 and #34709, cycles group nodes were not working well with 0 or...Lukas Toenne
2013-03-20Fix for bug reported on bf-committers: RNA function nodetree.links.new does n...Lukas Toenne
2013-03-19Removed the is_local_tree property from compo/shader/texture node trees. This...Lukas Toenne
2013-03-19Nicer handling of undefined node, tree and socket types.Lukas Toenne
2013-03-19Added back the custom limits for value properties in standard node socket typ...Lukas Toenne
2013-03-18Usual minor UI messages fixes.Bastien Montagne
2013-03-18code cleanupCampbell Barton
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne