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-12-02Cleanup: BKE_effect.h namingCampbell Barton
2018-11-30Cleanup: name macros w/ matching BEGIN/ENDCampbell Barton
2018-09-24Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-19BLI_utildefines: rename pointer conversion macrosCampbell Barton
2018-09-02Cleanup: comment blocksCampbell Barton
2018-08-14Fix object copying not ensuring validity of material arrays.Bastien Montagne
2018-07-06Empty Object: Center images by defaultCampbell Barton
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2018-06-13Cleanup: moar ugly G.main removal...Bastien Montagne
2018-06-12Cleanup: moar removal of G.main in BKE area...Bastien Montagne
2018-06-12Cleanup: remove moar G.main from BKE area.Bastien Montagne
2018-06-11Cleanup: Moar G.main removal of Hell.Bastien Montagne
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-31Cleanup: remove G.main from BKE objectBastien Montagne
2018-04-14Cleanup: use const for BKE_object argsCampbell Barton
2018-04-04Fix modifier freeing code re. ID refcounting.Bastien Montagne
2018-02-21Depsgraph: Split debug flagsSergey Sharybin
2017-11-29Cleanup: De-duplicate code in object update routinesSergey Sharybin
2017-11-29Cleanup: Make object_handle_update easier to followSergey Sharybin
2017-11-23Cleanup: use signed atomic ops when needed.Bastien Montagne
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-09-27Vertex/Weight Paint: Use PBVH for paintingCampbell Barton
2017-08-11Cleanup: whitespaceCampbell Barton
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-04Fix missing usercount update of poselib when copying Object.Bastien Montagne
2017-04-26Fix race condition invalidating object data's bounding boxSergey Sharybin
2017-02-14`BKE_boundbox_ensure_minimum_dimensions` is no longer necessaryGermano Cavalcante
2017-01-31Fix compilation error: too few arguments to function call.Kévin Dietrich
2017-01-31Use the same solution to test the pixel distance to the AABB, with BoundBoxGermano Cavalcante
2017-01-31Optimization: pass Main to BKE_library_foreach_ID_link() and use its relations.Bastien Montagne
2017-01-29Remove `BKE_boundbox_ray_hit_check`Germano Cavalcante
2017-01-09Fix for T50373: lattices should not be able to get subsurf modifiersPhilipp Oeser
2016-11-30Cleanup id->newid usage, initial work.Bastien Montagne
2016-11-19Fix T50078: Vertex Groups not copied over when making proxy.Luca Rood
2016-10-13Proxy appending: re-establish link to proxies when they are made localSybren A. Stüvel
2016-10-05Fix T49501: Animations imported via alembic render with wrong or no motion blurSergey Sharybin
2016-09-23Fix T49430: append scene with gamelogic broken.Bastien Montagne
2016-09-03Fix T49229: ID user decrement error when deleting group instance twice.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-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 object.Bastien Montagne
2016-07-11Fix (unreported) memory leak when making local linked databock which has a pr...Bastien Montagne
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-07-09Refactor/enhance BKE_curve_make_local(), and add BKE_curve_copy_ex() that tak...Bastien Montagne
2016-07-09Minor fix/cleanup to object's make_local.Bastien Montagne