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-03-12Cleanup: styleCampbell Barton
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-14Cleanup/refactor: handle shapekeys exactly like 'owned' nodetrees in make_loc...Bastien Montagne
2016-07-14Get rid of BKE_key_make_local().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 both make_local() and copy() functi...Bastien Montagne
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-07-09Add BKE_key_copy_ex() that takes a Main as parameter.Bastien Montagne
2016-07-09Refactor/enhance BKE_lattice_make_local(), and add BKE_lattice_copy_ex() that...Bastien Montagne
2016-07-09Cleanup to shapekeys' make_local (and copy) functions.Bastien Montagne
2016-07-08Fix (unreported) broken shapekeys after 'make_local' of datablocks used both ...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-05-18Fix T47737: Lattice crashes w/ smooth modifierPhilipp Oeser
2016-03-04Fix uninitialized memory use lattice-boundboxCampbell Barton
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-08-17Lattice min_max: add a version of the func using lattice's final DispList,Philipp Oeser
2015-08-13Add real boundbox support to lattice, and update armature one.Philipp Oeser
2015-05-12Depsgraph: Add evaluation callbacks for granular nodes updateSergey Sharybin
2015-04-04Cleanup: use BKE_animdata_* prefixCampbell Barton
2015-03-30Cleanup: use const for typeinfoCampbell Barton
2015-03-21Cleanup: constify view3d/cameraCampbell Barton
2015-01-09Fix T43159: Copying of linked datablocks using relpath leads to invalid paths...Bastien Montagne
2014-12-01Cleanup: more int->bool.Bastien Montagne
2014-09-04Fix T41713: Lattice - Influence vertexgroup in curve modifier gets ignoredBastien Montagne
2014-09-01Support more object types scene-scale (on creation)Campbell Barton
2014-06-25Fix T40776: Crash when using empty curve as a deformation targetSergey Sharybin
2014-06-13BLI_bitmap: rename macrosCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenkernel)Campbell Barton
2014-04-11Fix T39266: Weird Skin modifier shutdownSergey Sharybin
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
2014-03-05Fix for invalid custom data checks in armature and lattice functions.Lukas Tönne
2014-02-24Fix T38755: Crash when having cyclic dependency and curve deformSergey Sharybin
2014-02-05Code cleanup: use bool for static methodsCampbell Barton
2014-02-03Fix T38420: Segfault when curve deform modifier and cyclic dependencySergey Sharybin
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-15Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock.Tom Edwards
2014-01-13Remove direct displist creation from curve deformSergey Sharybin
2013-12-09Lattice API: add BKE_lattice_index_flip, BKE_lattice_bitmap_from_flagCampbell Barton
2013-08-19Make lattice deform safe for threadingSergey Sharybin
2013-08-19Move bevel list and path from Curve to Object datablockSergey Sharybin