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-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
2013-02-27Bug fix #34436Ton Roosendaal
2013-02-22Simple preset function for setting common node sizes based on enum instead of...Lukas Toenne
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2013-02-05remove stringify macro from alloc'sCampbell Barton
2013-01-15Code cleanup: remove some remaining code from the old compositor.Brecht Van Lommel
2012-12-28New featureStuart Broadfoot
2012-12-28style cleanupCampbell Barton
2012-12-20Associate Node RNA subtypes with their respective bNodeType on registration. ...Lukas Toenne
2012-12-03Fix cycles viewport render getting stuck with driven/animated nodes, the updatedBrecht Van Lommel
2012-11-30Removed unused register_ lines from for and while loop nodes. These nodes wer...Lukas Toenne
2012-11-26fix for crash copying nodes, regression since last release.Campbell Barton
2012-11-14Map Range Node (tiles)Dalai Felinto
2012-11-06Cycles: 4 new nodes.Brecht Van Lommel
2012-11-04Bugfix 33075Ton Roosendaal
2012-11-03Render API: shader script node for custom shaders.Brecht Van Lommel
2012-10-29style cleanupCampbell Barton
2012-10-28Fix for freeing node trees that are part of other data blocks (material, worl...Lukas Toenne
2012-10-26Bugfix #32975Ton Roosendaal
2012-10-25Internal node links are now cached in a per-node list, instead of being gener...Lukas Toenne
2012-10-25Cycles UI: keep node input sockets collapsed by default in the properties edi...Brecht Van Lommel
2012-10-24Adding a pixelate node.Jeroen Bakker
2012-10-23style cleanup: also rename bmesh_decimate.c --> bmesh_decimate_collapse.cCampbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-16code cleanup: use float sizes for function args.Campbell Barton
2012-10-10Cycles: per-BSDF normal input and new Bump node.Brecht Van Lommel
2012-10-10Cycles: Anisotropic BSDF enabled, with tangents now computed from the active ...Brecht Van Lommel
2012-10-09Generalization of node dependency sorting, avoid using the sock->link pointer...Lukas Toenne
2012-10-08Do not use nodeLabel() to generate new nodes' names, this is an UI func retur...Bastien Montagne
2012-10-03fix [#32743] Freed memory access when freeing materials.Campbell Barton