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
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-28Remove compilation warnings TexResult.Jeroen Bakker
2021-12-16Cleanup: spellingCampbell Barton
2021-08-05PyDoc: document how parameter are used for 3D and 2D texturesAaron Carlisle
2021-08-05PyDoc: Improve description of texture.evaluateAaron Carlisle
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2020-11-09Cleanup: more renaming in the render/ module for consistencyBrecht Van Lommel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
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
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2016-12-12Refactor RNA property: split flags in property flags, parameter flags, and in...Bastien Montagne
2016-03-03Make texture node threadedSergey Sharybin
2015-03-28Cleanup: use BKE_texture_ prefixCampbell Barton
2015-01-27Fix T43427: Particle system children sometimes not generated on reloadSergey Sharybin
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
2014-01-16Code Cleanup: no need to pass empty strings as default valuesCampbell Barton
2013-07-15Fix #36058: Displace Modifier errors using a baked Image and displace baking ...Sergey Sharybin
2013-03-04patch [#34103] use booleans for extensions testing.Campbell Barton
2013-01-21Fixed render time regression in Blender InternalSergey Sharybin
2012-10-12fix for many RNA definitions having soft/hard ranges swapped, make this BLI_a...Campbell Barton
2012-09-22code cleanup: make many functions staticCampbell Barton
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-05-12style cleanup: mostly whitespace in rnaCampbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-03-18Code style edits (mostly spliting long lines, and removing trailing spaces).Bastien Montagne
2012-03-06Code cleanup in rna files (huge, higly automated with py script).Bastien Montagne
2011-11-22move image settings into their own structure so the interface can be shared w...Campbell Barton
2011-11-07minor warning nicer api useCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-19/blender/makesrna: Removed final points in UI strings and messages.Bastien Montagne
2011-09-16- fix for access past the buffer size (paint / sculpt used some 2d vecs as 3d)Campbell Barton
2011-09-06texture evaluation function (like we had in 2.4x api), requested by Lee.Campbell Barton
2011-08-29SVN maintenance.Guillermo S. Romero
2011-08-29patch [#28355] Better Environment Map scriptingCampbell Barton