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-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-11-15Cleanup: CommentsSergey Sharybin
2018-11-14Cleanup: comment block tabsCampbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2018-04-01Cleanup: remove global headerCampbell Barton
2018-01-11Cleanup: BKE naming conventions for datablock add/localizeCampbell Barton
2017-10-19Add note about handling of root nodetree in ID copydata.Bastien Montagne
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-02-04Fix T50590: BI lamp doesn't hold a texture in this case.Bastien Montagne
2016-08-31Fix T49210: Issue with User Count on Images in some shader nodetrees when ren...Bastien Montagne
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-11Revert 'use new BKE_id_expand_local()' change for Lamp's copy function.Bastien Montagne
2016-07-11Use new generic BKE_id_expand_local() for both make_local() and copy() functi...Bastien Montagne
2016-07-11Fix (unreported) memory leak when making local linked databock which has a pr...Bastien Montagne
2016-07-10Refactor/enhance BKE_lamp_make_local() and BKE_camera_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
2016-03-13Full Inverse-Quadratic-Equation Lamp FalloffJack Andersen
2015-12-27Split id->flag in two, persistent flags and runtime tags.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-05-11Expose PreviewImage & custom icons to py API.Bastien Montagne
2015-04-04Cleanup: use BKE_animdata_* prefixCampbell Barton
2015-01-09Fix T43159: Copying of linked datablocks using relpath leads to invalid paths...Bastien Montagne
2014-11-29Cleanup: unused headersCampbell Barton
2014-09-29Fix T41955: lamp error: double update for all lampsSergey Sharybin
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-01-15Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock.Tom Edwards
2013-12-03Cleanup: Internal degrees removal.Bastien Montagne
2013-12-01Cleanup: remove deprecated old Lamp.shadspotsize from code.Bastien Montagne
2013-06-12Supplementary fix for #35640, internal node group trees (inside material, lam...Lukas Toenne
2013-06-05Fix #35640, part 1. Set the id.lib pointer for nested bNodeTree data blocks i...Lukas Toenne
2013-05-12Fix material/lamp drivers not working sometimes when they were used by multipleBrecht Van Lommel
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2012-11-09Fix #33123: lamp nodes drivers not working, now uses same hacks as materialBrecht Van Lommel
2012-11-08Render: make default lamp size smaller (10cm instead of 1m in typical units).Brecht Van Lommel
2012-08-22all areas of blender now do node tree id user count management, except for so...Campbell Barton
2012-08-22node tree functions for copy/free now support optional ID user count management,Campbell Barton
2012-07-08use gcc attrubutes to warn on unused return values and arguments which should...Campbell Barton
2012-05-06style cleanup: BKE_*.c files which deal with library functionsCampbell Barton
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton