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-01-16Cleanup/refactor: Add new BLI_string_util.Bastien Montagne
2016-09-18BLI_listbase: Add/use utility to move link (BLI_listbase_link_move)Julian Eisel
2015-11-09Cleanup: avoid incrementing/decrementing id->us outside of BKE_library.Bastien Montagne
2015-03-19Freestyle: pass Main struct to new/copyCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-07-16Cleanup: Adhere to our naming convention for BKE_linestyle.h APICampbell Barton
2014-05-13Freestyle: Added .new() and .remove() to the collection type of Python style ...Tamito Kajiyama
2014-05-11Freestyle: Added handling of a user-specified name for creating a new line set.Tamito Kajiyama
2014-05-11Freestyle: Fix for the active line set index possibly invalidated after delet...Tamito Kajiyama
2014-05-11Added BKE_freestyle_lineset_delete() by generalizing FRS_delete_active_linese...Tamito Kajiyama
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2013-12-10DNA Deprecation: add DNA_DEPRECATED_GCC_POISON for enum/structs.Campbell Barton
2013-10-01Follow-up to r60433 (related to Bug #36878): additional checks for NULL line ...Tamito Kajiyama
2013-09-30more fixes relating to [#36878], freestyle was only checking for NULL linesty...Campbell Barton
2013-09-08Changes to Freestyle default parameters:Tamito Kajiyama
2013-05-12Fix crash when closing blend files with no line stylesSv. Lockal
2013-04-03Use of text datablocks for storing Python style modules.Tamito Kajiyama
2013-03-26Freestyle: fix compilation with strict flags usedSergey Sharybin
2013-03-23A major code update for making the DNA file specification of Freestyle settingsTamito Kajiyama