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-12-11Sanity check in node links API: Make sure a valid node exists for bothLukas Tönne
2013-12-03Cleanup: Internal degrees removal.Bastien Montagne
2013-11-26Fix T37632: Wrong tooltip for "Motion Blur" on mask nodeSergey Sharybin
2013-11-25Blender Internal: Add "Lamp Data" shader node that allows shaders to acquire ...IRIE Shinsuke
2013-11-12Make dynamic node labels possible as a registerable function 'draw_label' (si...Lukas Toenne
2013-11-06Syncing methods for Color Balance node LGG and ASC-CDL modes. The settings fo...Lukas Toenne
2013-11-06Fix #37333: Bad default value in Color Balance. Use independent offset/power/...Lukas Toenne
2013-10-31code cleanup: spellingCampbell Barton
2013-10-17Fix #37091: Reset to default of Sky Texture's Dot freezes it at 0,0,0Sergey Sharybin
2013-10-10NodeSocket RNA property 'in_out' renamed as boolean 'is_output'. This is a mo...Lukas Toenne
2013-10-10Cleanup: Consistent names for draw callbacks in bNodeType.Lukas Toenne
2013-10-08Cycles / SSS:Thomas Dinges
2013-10-04Fix related to [#36926] 'scale' Node doesn't work properly.Bastien Montagne
2013-10-02Fixes for cycles Mapping and Vector Transform node:Brecht Van Lommel
2013-09-30Usual UI messages fixes...Bastien Montagne
2013-09-27relating to [#36822], apply clamping to hard limits tooCampbell Barton
2013-09-26Fix cycles issue with mapping node rotation and scale order. When using bothBrecht Van Lommel
2013-09-20code cleanup: quiet rna warnings, remove remove_strict_flags() for cmake/rna.Campbell Barton
2013-09-16Cycles Hair: Two basic bair shaders addedStuart Broadfoot
2013-09-13change NODE_TREE_TYPES_BEGIN/END macros to include braces (matches CTX_DATA_B...Campbell Barton
2013-09-12Fix #36706: Added complementary API functions for the FileOutput node so file...Lukas Toenne
2013-09-12code cleanup: set enums as static or add RNA_enum_types.h where they are used...Campbell Barton
2013-09-04Cycles: add a sharpness input to the Cubic SSS falloff. When set to 1 this willBrecht Van Lommel
2013-08-28Cycles / Sky Texture:Thomas Dinges
2013-08-28Fix #36584, in python inputs/outputs of created node group not accessable by ...Lukas Toenne
2013-08-18Cycles: Subsurface ScatteringBrecht Van Lommel
2013-08-18Code cleanup:Thomas Dinges
2013-08-17Cycles / Sky Model:Thomas Dinges
2013-08-16Merge plane track feature from tomato branchSergey Sharybin
2013-08-01Cycles / Vector Transform node:Thomas Dinges
2013-07-23fix for crash when unlinking a scene from the renderlayers, also no need for ...Campbell Barton
2013-07-13Fix #35586: add an option to the Z Combine compositing node to disable the ZBrecht Van Lommel
2013-07-02Fix #35944: adding keyframes or drivers on image sequences offset did not workBrecht Van Lommel
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