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
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-06-04Fix T64247: Crash on playback with special shader node treeSergey Sharybin
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-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-06-08Cleanup: trailing spaceCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2017-01-16Cleanup/refactor: Add new BLI_string_util.Bastien Montagne
2015-04-06Multi-View and Stereo 3DDalai Felinto
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-05Fix T38340 and T38473: fixed Scene pointers in Composite and Defocus nodes do...Lukas Tönne
2013-09-12Partial fix for #36706: Prevent invalid sockets in the FileOutput node by rem...Lukas Toenne
2013-06-12Fix #35703, Viewer node doesn't updates image sometimes. The viewer node was ...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
2013-03-18code cleanupCampbell Barton
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-04patch [#34103] use boolean in path functions and add comments.Campbell Barton
2013-03-04patch [#34103] use booleans for extensions testing.Campbell Barton
2013-02-22Simple preset function for setting common node sizes based on enum instead of...Lukas Toenne
2013-01-14Dosvidanya, old compositor!Sergey Sharybin
2012-12-23Added support of J2K codec for Jpeg2000 writingSergey Sharybin
2012-12-02Silent a bunch of gcc warnings (usually dummy, but noisy!).Bastien Montagne
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-08-23style cleanupCampbell Barton
2012-08-21code cleanup: some legacy compo nodes were not ifdef'dCampbell Barton
2012-08-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton
2012-07-25Fix #32178, Adding "File Output" node crashes when a video output type is sel...Lukas Toenne
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-11A couple more changes to the file and image nodes to improve access to layers...Lukas Toenne
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-02A number of changes to node RNA and the file output node, to simplify socket ...Lukas Toenne
2012-03-28Fix for the node tree nodes.new API function, this wasn't setting the scene a...Lukas Toenne
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-01Same fix for file output node as Brecht did in r44580, EXR compression is def...Lukas Toenne
2012-03-01When adding a file output socket make it active, for convenience. Also move b...Lukas Toenne
2012-03-01Fix for wrong channel number in ImBuf when file node output format is somethi...Lukas Toenne
2012-03-01A number of improvements for the file output node(s).Lukas Toenne
2012-02-27Implements a new operator for detaching nodes. In the process i overhauled th...Lukas Toenne
2012-02-22Adds a new node type for saving multiple image files from a single node.Lukas Toenne
2011-11-22rename image type defines to be less ambiguous, also set BMP as not supportin...Campbell Barton
2011-11-22move image settings into their own structure so the interface can be shared w...Campbell Barton