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
2016-03-12Increase node max width to 700pxJulian Eisel
2016-02-12Fix T47379: crash appending materials with node trees.Brecht Van Lommel
2016-01-09Fix T47121: Image node on linked and localized material loses image after reo...Bastien Montagne
2015-11-09Cleanup: avoid incrementing/decrementing id->us outside of BKE_library.Bastien Montagne
2015-10-30Fix T46619: Levels node becomes UndefinedCampbell Barton
2015-10-20First step to handle missing libs/datablocks when reading a file.Bastien Montagne
2015-09-17Fix for broken tree offset after recent change for cyclic nodes supportSergey Sharybin
2015-09-17Fix T46139: Crash when inserting a node in a looped node structureSergey Sharybin
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-08-01Node Editor: A bunch of new utility functionsJulian Eisel
2015-07-18Cycles: Point density texture supportSergey Sharybin
2015-06-26Fix T45199 crash when editing material nodes.Antony Riakiotakis
2015-06-08Fix crash introduced by recent node tree localizationSergey Sharybin
2015-06-08Fix T44989: Crash on linking external OSL materialSergey Sharybin
2015-05-11GHash: avoid redundant castsCampbell Barton
2015-05-06Updating node standard value won't work if node is hidden, patch byAntony Riakiotakis
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-04-04Cleanup: use BKE_animdata_* prefixCampbell Barton
2015-03-27Compositor: Fix heap overflow when copying previewsSergey Sharybin
2015-02-20RNA: correct bool callbacksCampbell Barton
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-14Fix T43201: Update the "in use" flags of sockets before drawing,Lukas Tönne
2015-01-09Fix T43159: Copying of linked datablocks using relpath leads to invalid paths...Bastien Montagne
2014-12-01Cleanup: more int->bool.Bastien Montagne
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-09-25GHash: use bool for comparison (simplify compare)Campbell Barton
2014-08-12Freestyle: Added new UV Along Stroke shader node.Tamito Kajiyama
2014-08-12Changed ntreeCopyTree_ex() to accept a pointer to struct Main.Tamito Kajiyama
2014-08-12Added new Output Line Style shader node for defining a node-based line material.Tamito Kajiyama
2014-07-26New compositor node "Sun Beams"Lukas Tönne
2014-06-24Make main library safe(er) for the threaded usageSergey Sharybin
2014-06-13Cycles: Add dedicated nodes to split/combine vectors.Thomas Dinges
2014-05-12Fix for typeinfo NULL pointer crash when initializing unknown node types.Lukas Tönne
2014-05-09Fix T40108: Copying materials leaves a shared Action datablock in nestedLukas Tönne
2014-05-07Fix T40033: Jumping between versions can lead to loss of node storageLukas Tönne
2014-05-03Patch D246: Texture Marks for freestyle strokes, written and contributed by P...Tamito Kajiyama
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-15GHash: add typed hash functions (were all (void *))Campbell Barton
2014-04-02Cycles: add dedicated UV Map node, easier to find and has convenient auto com...Kevin Dietrich
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-31Code cleanup: use boolCampbell Barton
2014-03-21Use the new BKE_libblock_copy_nolib function for bNodeTree datablocksLukas Tönne
2014-03-11New Corner Pin node: uses explicit corner values for a plane warp transformat...Lukas Tönne
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