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
2018-11-23Cycles: Improved robustness of hair motion blur.motion_curve_fixStefan Werner
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-17Cleanup: trailing space for blenloaderCampbell Barton
2017-03-15Load user-preferences before startup fileCampbell Barton
2016-06-21Cleanup: hide debug print behind proper debug defines instead of using commen...Bastien Montagne
2016-06-21Fix T48412: Blender 2.77a crashes on Undo in some specific multi-level linked...Bastien Montagne
2016-02-29Minor optimization: avoid 2x hash, adding to setCampbell Barton
2015-10-12Cleanup: BLO: move func doc comments to definitions of functions.Bastien Montagne
2015-10-12Fix T34446: Make Local on linked mesh object: object gets removed if redo fun...Bastien Montagne
2015-08-10Data previews: add preview to Object, Group and Scene.Bastien Montagne
2015-06-03Make reading previews from .blend file more robust.Bastien Montagne
2014-11-24Politically correct terrible consequencer changesAntony Riakiotakis
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenloader, gpu, imbuf, makesdna, modif...Campbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2013-12-30Main API: refactor naming, use BKE_main_ prefix and add main arg.Campbell Barton
2013-08-26replace hashes with sets where possible.Campbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-03-17use const pointers for file loading and booleans for animation system return ...Campbell Barton
2013-01-13Three fixes;Ton Roosendaal
2012-12-27New features!Ton Roosendaal
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-09-03code cleanup: split out defines in BKE_utildefines.h into BLO_blend_defs.h an...Campbell Barton
2012-05-16Code cleanup: simplify standard GHash creation.Nicholas Bishop
2012-05-12style cleanup: whitespace, bli & makesdnaCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-15code cleanup: dont include BLI_winstuff.h on non windows systems, also cleanu...Campbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2011-11-07Camera tracking integrationSergey Sharybin
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22Code cleanup: file operations merged into single header, some function namesBrecht Van Lommel
2011-10-20BLI_ghash.h was including BLI_blenlib.h, remove from ghash header and include...Campbell Barton
2011-10-20strcpy() --> BLI_strncpy(), where source strings are not fixed and target siz...Campbell Barton
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-08-27- use %u rather tham %d for unsigned ints in string formatting funcs.Campbell Barton
2011-05-18fix [#27158] Appending crash with preview.Andrea Weikert
2011-05-18cleanup onlyCampbell Barton
2011-05-11Code cleanup: remove readblenfile module, only contained some utility functionsBrecht Van Lommel
2011-05-01Style CleanupCampbell Barton
2011-04-24fix crash [#27158] Appending crash with preview.Campbell Barton
2011-03-12pass report list along to BLO_blendhandle_from_file(), avoid unlikely crash i...Campbell Barton
2011-03-12- BKE_idcode_iter_step() - function to step over all ID codes.Campbell Barton
2011-02-27doxygen: blender/blenloader tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-06remove assignments which are unused.Campbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton