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-14Make whole ID copying code use const source pointer.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
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-11Use new generic BKE_id_expand_local() for make_local() for image/material/tex...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-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2015-11-09Cleanup: avoid incrementing/decrementing id->us outside of BKE_library.Bastien Montagne
2015-10-20First step to handle missing libs/datablocks when reading a file.Bastien Montagne
2015-07-12Cleanup: styleCampbell Barton
2015-07-10Freestyle: new stroke modifiersFolkert de Vries
2015-04-04Cleanup: use BKE_animdata_* prefixCampbell Barton
2015-03-19Freestyle: pass Main struct to new/copyCampbell Barton
2015-03-09Freestyle: Fix for a few line style properties left not copied.Tamito Kajiyama
2015-02-20Fix for unlikely NULL pointer dereferenceCampbell Barton
2015-01-09Fix T43159: Copying of linked datablocks using relpath leads to invalid paths...Bastien Montagne
2014-11-29Cleanup: unused headersCampbell Barton
2014-10-13Fix T42198: Linked lines only work with linked objects.Tamito Kajiyama
2014-10-01Freestyle: New line style options for sorting and chain selection.Tamito Kajiyama
2014-08-12Cleanup: unused varCampbell Barton
2014-08-12Freestyle: Updated BKE_linestyle_default_shader() to include the UV Along Str...Tamito Kajiyama
2014-08-12Added BKE_linestyle_use_textures() to check if stroke textures are enabled.Tamito Kajiyama
2014-08-12Freestyle: Added "blend_type" and "use_clamp" options to the Output Line Styl...Tamito Kajiyama
2014-08-12Freestyle: Fix for a crash in BKE_linestyle_default_shader() due to a typo.Tamito Kajiyama
2014-08-12Freestyle: Add BKE_linestyle_default_shader() for creating the default line s...Tamito Kajiyama
2014-08-12Fix for a wrong ID datablock referenced due to a typo in BKE_copy_linestyle().Tamito Kajiyama
2014-07-17Follow-up to code cleanup in rB415af0b: Keep compound terms as they are.Tamito Kajiyama
2014-07-16Cleanup: Adhere to our naming convention for BKE_linestyle.h APICampbell Barton
2014-07-16Renamed CTX_data_linestyle_from_scene() to BKE_get_linestyle_from_scene().Tamito Kajiyama
2014-07-07Per-material line color settings for Freestyle.Tamito Kajiyama
2014-05-13Freestyle: Added .new() and .remove() methods to collection types of line sty...Tamito Kajiyama
2014-05-03Code cleanup: styleCampbell Barton
2014-05-03Fix for missing initialization and copying of FreestyleLineStyle::pr_texture ...Tamito Kajiyama
2014-05-03Patch D246: Texture Marks for freestyle strokes, written and contributed by P...Tamito Kajiyama
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-18Freestyle: New options for sorting to arrange the stacking order of lines.Tamito Kajiyama
2014-04-10Code cleanup: use struct type for mempool & style editsCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-01-15Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock.Tom Edwards
2013-09-08Changes to Freestyle default parameters:Tamito Kajiyama
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-07-13fix errors in codeCampbell Barton
2013-04-25minor fixes for freestyleSv. Lockal
2013-04-24fix [#34958] keyframe many items would fail if there was a (") in the text.Campbell Barton
2013-03-30Updated default line style parameters.Tamito Kajiyama
2013-03-23A major code update for making the DNA file specification of Freestyle settingsTamito Kajiyama