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-07-09BLI: rename rand.c to rand.ccJacques Lucke
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-27Cleanup: style, use braces for blenlibCampbell Barton
2019-03-20Cleanup: use lowercase for dimensions in function namesCampbell Barton
2019-02-23Cleanup: use specific names for global variablesCampbell 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-11-07Merge branch 'master' into blender2.8Campbell Barton
2018-11-07Cleanup: use BLI_compiler_compat.h for BLI_INLINECampbell 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
2018-06-12Add utility function to help debugging concurrent usage of global RNGSergey Sharybin
2018-03-07Eevee: Fix volume rendering glitches.Clément Foucault
2017-11-14BLI: sync changes from 2.8Campbell Barton
2016-06-11BLI_rand: add BLI_rng_get_char_nCampbell Barton
2015-04-16Docs: BLI_rand non-obvious behaviorCampbell Barton
2015-02-03Revert "Keep mingw specific includes ifdef'd"Campbell Barton
2015-02-03Keep mingw specific includes ifdef'dCampbell Barton
2015-02-03MinGW64 complains about clock, include time.hAntony Riakiotakis
2015-01-09BLI_rand: add a function returning a random point whithin given 2D triangle.Bastien Montagne
2014-10-09Minor cleanup.Antony Riakiotakis
2014-10-09Fix T42139, vertical noise stripe patterns in noise texture.Antony Riakiotakis
2014-07-19Code cleanup: warningsCampbell Barton
2014-06-14BLI_rand: add BLI_rng_get_float_unit_v2Campbell Barton
2014-05-27PIL_time is no longer used in BLI_random.Lukas Tönne
2014-04-02Fix for BLI_rng_shuffle_array noted by mont29Campbell Barton
2014-04-02Code cleanup: use uint64_t for BLI_randCampbell Barton
2014-03-30And another compile fix for M_PI and msvc2008...Thomas Dinges
2014-03-30Correct own recent changes broke release buildsCampbell Barton
2014-03-30Enable GCC pedantic warnings with strict flags,Campbell 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-09-01Fix [#36479] Particle instance Modifier random position snaps objects to 0 po...Bastien Montagne
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-10-15code cleanup: check for msvc directly when using warning pragma's.Campbell Barton
2012-05-12style cleanup: whitespace, bli & makesdnaCampbell Barton
2012-04-21style cleanup: multi-line if statements.Campbell Barton
2012-04-19BMESH_TODO: randomize vertices working again.Bastien Montagne
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-19fix for error reported on IRC, sorting zero sized lists would cause a crash.Campbell Barton
2011-12-17style edit only - move parenthesis onto second line of function definition (i...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-05-10remove some duplicate declarationsCampbell Barton