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-01-15Cleanup: comment line length (DNA)Campbell Barton
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-12-06Speedup: optimize DNA_elem_array_size to speedup file loadingJacques Lucke
2018-09-24Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-24Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-19BLI_utildefines: rename pointer conversion macrosCampbell Barton
2018-09-19Merge branch 'master' into blender2.8Campbell Barton
2018-06-26Merge branch 'master' into blender2.8Sybren A. Stüvel
2018-06-26Fix bug in DNA_struct_elem_find when checking the first fieldSybren A. Stüvel
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: trailing space for DNA headersCampbell Barton
2018-05-18Collections and groups unificationBrecht Van Lommel
2018-03-13Merge branch 'master' into blender2.8Campbell Barton
2018-03-13Cleanup: doxygen commentsCampbell Barton
2018-01-18Merge branch 'master' into blender2.8Brecht Van Lommel
2018-01-17Fix buffer overflow vulernability in thumbnail file reading.Brecht Van Lommel
2017-11-23Fix specific 2.8 broken filesDalai Felinto
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2016-12-13Fix strict warnings on WindowsSergey Sharybin
2016-08-13Add DNA_struct_find (useful for version patching)Julian Eisel
2016-07-21Cleanup: warningsCampbell Barton
2016-07-21Cleanup: use const, move comments to enumCampbell Barton
2016-07-14Use BLI_endian_switch in dna_genfileCampbell Barton
2016-07-12writefile: reuse SDNA between writesCampbell Barton
2016-07-12readfile: report SDNA decoding errors on file readCampbell Barton
2016-07-12writefile: remove SDNA last-hit, optimize DNA reconstructCampbell Barton
2016-07-06writefile: avoid adding SDNA to every undo stepCampbell Barton
2016-06-22readfile: use BLI_endian_switchCampbell Barton
2016-06-18Cleanup: style, whitespace, doxy filepathsCampbell Barton
2016-01-16Cleanup: use enum constant for DNA comparisonCampbell Barton
2016-01-11DNA: remove 'long' typeCampbell Barton
2016-01-09DNA: remove endian switching long checksCampbell Barton
2016-01-09Byte swap doubles on file readCampbell Barton
2015-08-27DNA/IO: struct ghash lookup didn't set 'lastfind'Campbell Barton
2015-07-31Docs: doxy correctionsCampbell Barton
2015-05-11GHash: avoid redundant castsCampbell Barton
2014-10-29Cleanup: warnings, typosCampbell Barton
2014-06-06Code cleanup: remove redundant void*->int->bool cast on NULL pointerCampbell Barton
2014-05-01Code cleanup: replace long long with int64_t & doxy formatting.Campbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenloader, gpu, imbuf, makesdna, modif...Campbell Barton
2014-01-20Fix for incorrect use of DNA_struct_find_nrCampbell Barton
2013-12-15Minor optimization for strlen and memcpy calls for reading blend filesSv. Lockal
2013-08-24ghash: reserve size when its known or can be guessed close enough.Campbell Barton
2013-03-17New feature:Ton Roosendaal
2013-02-22Workaround for compilation error introduced in r54755Sergey Sharybin
2013-02-22patch [#34103] Add explanatory comments to dna_genfile.[ch]Campbell Barton
2012-10-22style cleanupCampbell Barton
2012-10-21code cleanup: spellingCampbell Barton
2012-07-17code cleanup: spellingCampbell Barton