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-09-13change NODE_TREE_TYPES_BEGIN/END macros to include braces (matches CTX_DATA_B...Campbell Barton
2013-08-27ghash/bli-listbase edits, rename BLI_ghash_pop -> BLI_ghash_popkey (since it ...Campbell Barton
2013-08-16Merge plane track feature from tomato branchSergey Sharybin
2013-08-01Cycles / HSV Separator and Combine node:Thomas Dinges
2013-08-01Cycles / Vector Transform node:Thomas Dinges
2013-08-01Cycles / Blackbody to RGB node:Thomas Dinges
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-07-13fix for misc errorsCampbell Barton
2013-07-04Cycles:Thomas Dinges
2013-07-04Merged revision(s) 57908-57978 from trunk/blender into soc-2013-dingto. Thomas Dinges
2013-07-03Fix crash when getting active ID from a node tree with missing groupsSergey Sharybin
2013-06-26Merged revision(s) 57671-57767 from trunk/blender into soc-2013-dingtoThomas Dinges
2013-06-25Making sure free_nodesystem only frees non-NULL data. This helps address some...Daniel Stokes
2013-06-20Cycles / Vector Transform Node:Thomas Dinges
2013-06-16Merged revision(s) 57423-57498 from trunk/blender into soc-2013-dingtoThomas Dinges
2013-06-13Added NULL check for socket type make_socket_interfaceSergey Sharybin
2013-06-13Cycles / Blackbody node:Thomas Dinges
2013-06-12Fix #35703, Viewer node doesn't updates image sometimes. The viewer node was ...Lukas Toenne
2013-06-10Cycles / Wavelength to RGB node:Thomas Dinges
2013-06-05Fix for own mistake in r57252, needs to unset id.lib of the newly copied tree...Lukas Toenne
2013-06-05Fix #35640, part 1. Set the id.lib pointer for nested bNodeTree data blocks i...Lukas Toenne
2013-05-30Fix #35570, old group nodes with empty socket name strings crash. The identif...Lukas Toenne
2013-05-29Set the NODE_OPTIONS flag for all nodes by default. If the node type has no o...Lukas Toenne
2013-05-23Cycles / Toon BSDF:Thomas Dinges
2013-05-22Shader Nodes:Thomas Dinges
2013-05-20Cycles / Wireframe node:Thomas Dinges
2013-05-16Fix #35388, grouped nodes not editable in properties ui.Lukas Toenne
2013-05-07Fix #35122: Blenderplayer crashes when loading levelSergey Sharybin
2013-04-24Fix for #34739 and #35060, avoid ambiguity in compositor viewer nodes.Lukas Toenne
2013-04-19Fix for bug reported by Dalai Felinto on IRC, crash in blenderplayer after r5...Lukas Toenne
2013-04-18Fix for #35010, Node Groups don't show up anymore in Material Surface. Fixing...Lukas Toenne
2013-04-03code cleanup: unused functionsCampbell Barton
2013-04-02Fix for #34756 and #34810, crashes when dropping nodes onto noodles and a rel...Lukas Toenne
2013-04-02Cycles: initial subsurface multiple scattering support. It's not working asBrecht Van Lommel
2013-03-28Fix for node groups, now exposing a socket will copy the default value from i...Lukas Toenne
2013-03-27move FOREACH_NODETREE internal checks into functions.Campbell Barton
2013-03-26I18n: various "new data translation" fixes...Bastien Montagne
2013-03-25More new data names translation (most cases should be covered now).Bastien Montagne
2013-03-22Added missing node->id pointer checks in case node groups have unavailable no...Lukas Toenne
2013-03-22Node preview merge function now has an additional option "remove_old", which ...Lukas Toenne
2013-03-22code cleanup: use NULL rather then 0 for pointers, and make vars static where...Campbell Barton
2013-03-21code cleanup: misc warnings/styleCampbell Barton
2013-03-19Nicer handling of undefined node, tree and socket types.Lukas Toenne
2013-03-19rewind 55389 and make this gcc4.6+ only Campbell Barton
2013-03-19fix for build error: "#pragma GCC diagnostic not allowed inside functions"Dalai Felinto
2013-03-18quiet warning about writing to deprecated member with gcc.Campbell Barton
2013-03-18code cleanupCampbell Barton
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-10patch [#34103] check_for_dupid.patchCampbell Barton
2013-03-05Fix #34507, adding reroute node into invalid links would crash the compositor.Lukas Toenne