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
2014-02-14Code cleanup: duplicate headersCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-05Fix T38340 and T38473: fixed Scene pointers in Composite and Defocus nodes do...Lukas Tönne
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-27Code Cleanup: de-duplicate nested node tree checkingCampbell Barton
2014-01-20Fix T38221: node fcurves in compositor get deleted when muting a node.Lukas Tönne
2014-01-15Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock.Tom Edwards
2014-01-10Fix for random crash in localized node group freeing while tweakingLukas Tönne
2014-01-07Cycles Volume Render: scattering support.Brecht Van Lommel
2013-12-28Cycles Volume Render: support for rendering of homogeneous volume with absorp...Brecht Van Lommel
2013-12-28Cycles Volume Render: work on nodes and closures.Brecht Van Lommel
2013-12-28Fix T37939, concern raised in rBd9e0a94: Avoid access to linked nodeLukas Tönne
2013-12-26Fix T37939: Crash on exit (reading from freed node trees)Campbell Barton
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-12-09Compositor node preview:Jeroen Bakker
2013-12-09Enhancement: By default do not show the previews of composite nodesJeroen Bakker
2013-12-05Fix T37698: Crash from invalid context access when freeing customLukas Tönne
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
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-12Instead of requiring a const char* return from the (optional) node label call...Lukas Toenne
2013-10-14Fix for crash from double-freeing in nodes:Lukas Toenne
2013-10-14Fix #37057, Detach (Alt + D) doesn't work in nodes editor / compositor.Lukas Toenne
2013-10-04Fix #36939, Objects with nodes appear in gray in viewport, using Solid shade,...Lukas Toenne
2013-10-01bugfix [#32346] Node animation, removing nodes keeps FCurves.Dalai Felinto
2013-10-01Fix use of uninitialized variable in recent node tree changes.Brecht Van Lommel
2013-10-01replace inline searches for BLI_findindexCampbell Barton
2013-10-01Yet another fix for node groups localization: The ntreeLocalMerge function ca...Lukas Toenne
2013-10-01Fix for own commit r60468: All the localized node groups ended up in the main...Lukas Toenne
2013-10-01Fix #36850, Material Node Editor Crash Always.Lukas Toenne
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-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