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
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-06-14Merge branch 'master' into blender2.8Bastien Montagne
2017-06-14Make whole ID copying code use const source pointer.Bastien Montagne
2017-04-06Depsgraph: Remove old header from blenkernelSergey Sharybin
2017-02-06Fix compilation error after recent changeSergey Sharybin
2017-01-20Fix own mistake in rB051526da6279, confusing off_t with ptrdiff_t.Bastien Montagne
2017-01-20Cleanup/fix some BLI_string_utf8 not using size_t/off_t as expected.Bastien Montagne
2017-01-04Fix (IRC reported) bad handling of Text data-block user count.Bastien Montagne
2016-07-25Cleanup: factorize the 'ensure local' part of datablock copy into a single BK...Bastien Montagne
2016-07-21Fix missing datablocks types in id_make_local.Bastien Montagne
2016-07-11Remove usercount handling from BKE_id_expand_local.Bastien Montagne
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-06-25Cleanup: get rid of BKE_text_unlink(), replace by usage of generic BKE_libblo...Bastien Montagne
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2016-03-10Text Editor: Auto indent for backspace/deleteCampbell Barton
2015-12-21BLI_storage: Split text/binary version of mem-from-file funcsCampbell Barton
2015-12-14BLI_storage: util function BLI_file_read_as_memCampbell Barton
2015-11-23Cleanup: shadowing (blenkernel)Campbell Barton
2015-11-11Cleanup: replace more direct id->us handling by calls to BKE_library API.Bastien Montagne
2015-10-20First step to handle missing libs/datablocks when reading a file.Bastien Montagne
2015-09-15Fix for text editor un-indent undoCampbell Barton
2015-06-05Check ftell return valuesCampbell Barton
2015-05-06Fix T44381: Text Editor: Un-indent undo failsCampbell Barton
2015-05-03Fix typos.Tamito Kajiyama
2015-04-27Fix double-free on copied Text compiled py-codeCampbell Barton
2015-02-17Ensure BLI_stat() return value is checked.Campbell Barton
2015-02-06cleanup: styleCampbell Barton
2015-02-03Fix own mistake unlinking text (recent commit)Campbell Barton
2015-01-29Node UI: add support to show text-blocks in framesCampbell Barton
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-09Fix T43159: Copying of linked datablocks using relpath leads to invalid paths...Bastien Montagne
2015-01-08Fix T43159: Copying of linked datablocks using relpath leads to invalid paths...Bastien Montagne
2014-12-01Cleanup: more int->bool.Bastien Montagne
2014-11-21Cleanup: typoCampbell Barton
2014-10-29Fix for Ctrl+Del/Backspace not setting text dirtyCampbell Barton
2014-10-06Cleanup: remove paranoid NULL checksCampbell Barton
2014-09-17Text Editor: reload missed adding new-lineCampbell Barton
2014-08-29Fix Text editor home/end keys when theres a selectionCampbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-05-28Fix T40157: Loading movies larger than 4GB in size failsSergey Sharybin
2014-04-26Code cleanup: use 'const' for arrays (blenkernel)Campbell Barton
2014-04-14Fix for crash un-indenting in the text editorCampbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-28Fix compile error when compiling without python.Brecht Van Lommel
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-05Code cleanup: use bool for static methodsCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-27Use includes for blenderplayer stubsCampbell Barton