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
2019-08-10Merge master to soc-2019-cycles-procedural.soc-2019-cycles-proceduralOmarSquircleArt
2019-08-06Cleanup: use BKE_ prefix for BKE_colortools.hCampbell Barton
2019-07-31Refactor and clean up Math node.OmarSquircleArt
2019-06-04Fix T64247: Crash on playback with special shader node treeSergey Sharybin
2019-05-31Cleanup: style, use braces in source/Campbell Barton
2019-04-29Cleanup: comments (long lines) in nodesCampbell Barton
2019-04-24Nodes: avoid slow and unecessary node group updates on file readBrecht Van Lommel
2019-04-22Cleanup: style, use braces for nodesCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16Cleanup: trailing commasCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-07-13Merge branch 'master' into blender2.8Campbell Barton
2018-07-13Nodes: add sqrt, ceil, floor and fract to math nodes.Charlie Jolly
2018-07-10Image: remove fields option for image sequencesCampbell Barton
2018-06-08Merge branch 'master' into blender2.8Campbell Barton
2018-06-08Cleanup: trailing spaceCampbell Barton
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-25Merge branch 'master' into blender2.8Campbell Barton
2018-05-24Change defaultsCampbell Barton
2018-05-24Cycles/Compositor: Add arctan2 operation to the Math nodeLukas Stockner
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2018-02-15Cleanup: rename BLI_thread.h APICampbell Barton
2018-01-08(Nodes) Display image name if any in the Image and Texture Image node titleInes Almeida
2017-12-07Cleanup: Use BKE_colorband prefixCampbell Barton
2015-12-03Node callback for handling link insertion and swapping of occupied inputs.Lukas Tönne
2015-03-28Cleanup: use BKE_texture_ prefixCampbell Barton
2015-03-17Part 2 of D1082 by Troy Sobotka, remove our functions that do lumaAntony Riakiotakis
2015-02-04Fix T43450: Texture node tree failed to clampKévin Dietrich
2014-11-05Code cleanup: Replace magic number with verbose name for math node operationsSergey Sharybin
2014-09-24Cleanup: use float versions of functions when in/output are floatsCampbell Barton
2014-05-14Code cleanup: indentationCampbell Barton
2014-05-09Code cleanup: styleCampbell Barton
2014-05-07Fix some nodes showing up as undefined after the fix in 79c345acc21b.Brecht Van Lommel
2014-05-07Nodes: add absolute value operation to all math nodesMatt Heimlich
2014-04-26Code cleanup: use 'const' for arrays (blenloader, gpu, imbuf, makesdna, modif...Campbell Barton
2014-04-20Nodes: make default group nodes slighly wider, to match other node width defa...Brecht Van Lommel
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-24Fix T38813: missing color management in texture nodes preview.Brecht Van Lommel
2014-01-04Changed percentage and 0-1 number fields to use sliders. This is more consist...William Reynish
2013-10-29Fix #37192, Rendered preview causes crash when deleting a material node in sh...Lukas Toenne
2013-09-10fix/workaround [#36694] Texture node groups tend to crash Blender a lot.Campbell Barton
2013-07-29minor changes for confusing code.Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-06-01Extended max size for group node types from 200 to 400, in case users need lo...Lukas Toenne
2013-05-29Cleanup: Removed all NODE_OPTIONS flags from C node type definitions, these a...Lukas Toenne
2013-05-27style cleanup: nodesCampbell Barton