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
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
2012-10-02freeing node trees no longer decreases their user counts, this cause causing ...Campbell Barton
2012-09-04Cycles: merge of changes from tomato branch.Brecht Van Lommel
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-08-25style cleanup: also spellingCampbell Barton
2012-08-23style cleanup: indentation, also quiet double promotion warnings for despeckl...Campbell Barton
2012-08-23despeckle composite nodeCampbell Barton
2012-08-22all areas of blender now do node tree id user count management, except for so...Campbell Barton
2012-08-22fix for bug where scene copy and free didn't manage ID users.Campbell Barton
2012-08-22node tree functions for copy/free now support optional ID user count management,Campbell Barton
2012-08-20minor cleanup to node pasting.Campbell Barton
2012-08-20fix for crash pasting nodes into a node tree when the ID pointer is lost.Campbell Barton
2012-08-06Fix for incomplete Reroute node updates. Adding reroute nodes by spliting lin...Lukas Toenne
2012-08-06inpaint node from tomato branch by Peter SchlaileCampbell Barton
2012-08-06style cleanupCampbell Barton
2012-08-06prevent copy/paste from incompatible types (compo -> material for eg) - would...Campbell Barton
2012-08-06fix for node clipboard leak on exit, also use blenders convention for functio...Campbell Barton
2012-08-06fix for crash when moving frames about in the node space, was possible to mov...Campbell Barton
2012-08-02Clipboard feature for nodes. With the Copy operator a copy of all selected no...Lukas Toenne
2012-07-29style cleanupCampbell Barton
2012-07-10Mango request: added an input node to use track's position in compositorSergey Sharybin
2012-07-10fix for blender naming all new node groups "Missing Datablock"Campbell Barton
2012-07-05fix for making local loosing references to node groups.Campbell Barton
2012-06-19Implementation of node for track position inputSergey Sharybin
2012-06-16feather option for dilate/erode node - needed for alpha masks so we can (blur...Campbell Barton
2012-06-14Kaying node from tomato branchSergey Sharybin
2012-06-14Keying Screen node from tomato branchSergey Sharybin