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-28Make GS macro return proper IDType typeSergey Sharybin
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-05-30Displace modifier: Pre-fetch all possible images to image pool prior executionSergey Sharybin
2017-05-05Fix reading past bounds removing from color rampCampbell Barton
2017-02-06Add special texture sampling function which takes image pool argumentSergey Sharybin
2016-07-25Cleanup: factorize the 'ensure local' part of datablock copy into a single BK...Bastien Montagne
2016-07-21Refactor/deduplicate even more make_local code (and fix part of T48907).Bastien Montagne
2016-07-19Fix (IRC reported by Sergey) assert regarding icon_id of newly copied datablo...Bastien Montagne
2016-07-14Add option to id_make_local to force localization of datablock, even if not u...Bastien Montagne
2016-07-11Remove usercount handling from BKE_id_expand_local.Bastien Montagne
2016-07-11Cleanup: remove call to BKE_id_lib_local_paths() in make_local functions.Bastien Montagne
2016-07-11Use new generic BKE_id_expand_local() for make_local() for image/material/tex...Bastien Montagne
2016-07-11Fix (unreported) memory leak when making local linked databock which has a pr...Bastien Montagne
2016-07-10Refactor/enhance BKE_material_make_local() and BKE_image_make_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-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-18Cycles: Point density texture supportSergey Sharybin
2015-05-18BGE: Set default envMap resolution to 512 pixelsPorteries Tristan
2015-05-11Expose PreviewImage & custom icons to py API.Bastien Montagne
2015-04-04Cleanup: use BKE_animdata_* prefixCampbell Barton
2015-03-28Cleanup: use BKE_texture_ prefixCampbell Barton
2015-03-21Cleanup: constify scene/modifiersCampbell Barton
2015-02-23Fix T43769: Envmap Texture copy looses imageCampbell Barton
2015-01-31Compiler warning: double-promotionCampbell Barton
2015-01-27Fix T43427: Particle system children sometimes not generated on reloadSergey Sharybin
2015-01-24Cleanup: styleCampbell Barton
2015-01-20New texture influence option for particle kink amplitude (as opposed toLukas Tönne
2015-01-09Fix T43159: Copying of linked datablocks using relpath leads to invalid paths...Bastien Montagne
2014-12-27Brush Texture Angle Goodies:Antony Riakiotakis
2014-12-01Cleanup: more int->bool.Bastien Montagne
2014-11-29Cleanup: unused headersCampbell Barton
2014-08-29Fix T41617: Color ramp crashes user preferencesCampbell Barton
2014-08-29Fix another part of the issue T41604Sergey Sharybin
2014-08-24ColorRamp: remove linear/srgb conversionsCampbell Barton
2014-08-22ColorRamp: Use linear V for HSV/HSL blendingCampbell Barton
2014-08-22ColorRamp: HSV CW/CCW were flippedCampbell Barton
2014-08-20Fix T41497: Colour Ramp UI Bug.Bastien Montagne
2014-08-15ColorRamp HSV, HSL Blend ModesCampbell Barton
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-07-21Math Lib: rename mul_serie_m3 to mul_m3_series & reorder argsCampbell Barton
2014-07-20Math Lib: use variable length args for mul_serie_m3,m4 (instead of trailing N...Campbell Barton
2014-05-28Fix T40388: 2.70a - Blender Render - Texture Stack - persistent checkbox state.Bastien Montagne
2014-05-03Added support for the Make Local command in the Outliner on textures in line ...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-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton