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-03-30Cleanup: use "num" as a suffix in: source/blender/blenlibCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'blenlib'Campbell Barton
2021-06-28BLI_rand: support for randomizing bitmapsPiotr Makal
2020-12-02Geometry Nodes: initial scattering and geometry nodesJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-05-15BLI: add missing include for size_tJacques Lucke
2020-02-10BLI: improve various C++ data structuresJacques Lucke
2019-11-24Cleanup: doxygen commentsCampbell Barton
2019-05-15Fix T64623: Freestyle procedural noise not consistent across platformsBrecht Van Lommel
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-20Cleanup: use lowercase for dimensions in function namesCampbell Barton
2019-03-19Cleanup: comment blocksCampbell Barton
2019-02-18Fix T61473: Crash particle system is updatingSergey Sharybin
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-07-31New Grease Pencil object for 2D animationAntonioya
2018-06-20Cleanup: get rid of last non-thread-safe BLI_frand random generator func.Bastien Montagne
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: trailing space for BLICampbell Barton
2018-06-12Math: Remove unused functions which are not safe for threadingSergey Sharybin
2017-11-14BLI: sync changes from 2.8Campbell Barton
2017-10-27BLI_rand : add BLI_halton_3DClément Foucault
2017-09-26BLI_rand : Add new low-discrepency sequences generatorClément Foucault
2016-06-11BLI_rand: add BLI_rng_get_char_nCampbell Barton
2015-01-09BLI_rand: add a function returning a random point whithin given 2D triangle.Bastien Montagne
2014-10-09Fix T42139, vertical noise stripe patterns in noise texture.Antony Riakiotakis
2014-07-17Use compiler attributes for more BLI libsCampbell Barton
2014-06-14BLI_rand: add BLI_rng_get_float_unit_v2Campbell Barton
2014-03-30Correct own recent changes broke release buildsCampbell Barton
2014-03-30Code cleanup: use strict flags for BLI_randCampbell Barton
2014-03-30BLI_rand: Add BLI_rng_get_float_unit_v3, was static rayshade funcCampbell Barton
2013-04-16Random number generator: replace a bunch of usage of the global random numberBrecht Van Lommel
2012-10-23code cleanup: give rng functions BLI prefix.Campbell Barton
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-03-02style cleanupCampbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-02-18doxygen: add blenlib under core as module.Nathan Letwory
2010-04-15Merge various small changes from render branch:Brecht Van Lommel
2010-02-12correct fsf addressCampbell Barton
2008-08-18a) New unified effector system by Janne (jahka) + Me (genscher): particle and...Daniel Genrich
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2007-12-04ParticlesBrecht Van Lommel
2005-08-25Random() issues with rendering...Ton Roosendaal
2005-07-26 - mixed up RNG type definitionDaniel Dunbar
2005-07-26 - added RNG abstract random object rng_{new/free/seed/get{Int,Double,Float}}Daniel Dunbar
2005-07-20 - added an array shuffling function to BLI_randDaniel Dunbar