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-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2018-04-01Cleanup: remove global headerCampbell Barton
2018-02-19Fix T53032: Image sequence works bad with Displace modifierSergey Sharybin
2018-02-15Simple hair children: Make twist affected by textureSergey Sharybin
2017-12-07Cleanup: Use BKE_colorband prefixCampbell Barton
2017-12-07Cleanup: extract BKE_colorband from BKE_textureCampbell Barton
2017-11-29Fix T53116: default texture coordinates for volume materials are blank.José Luis Oliveira Cunha
2017-10-19Add note about handling of root nodetree in ID copydata.Bastien Montagne
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