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
2016-11-15Atomics: Make naming more obvious about which value is being returnedSergey Sharybin
2016-11-13BMesh: BM_face_exists no longer uses return argCampbell Barton
2016-11-13Fix T50013: Blender 2.78a Link/Append Crash.Bastien Montagne
2016-11-12Fix renaming error in last commitCampbell Barton
2016-11-12BKE_library_make_local(): some minor improvements.Bastien Montagne
2016-11-12Minor naming cleanup.Bastien Montagne
2016-11-12Enhance BKE_library_make_local() to make it much quicker in complex cases.Bastien Montagne
2016-11-12Minor optimization to BKE_library_tag_unused_linked_data().Bastien Montagne
2016-11-12Switch to unsafe but quick freeing of archipelagos of linked data.Bastien Montagne
2016-11-11Fix crash happening in some cases with MakeLocal operator.Bastien Montagne
2016-11-10Fix `BKE_library_make_local()` trying to also make local proxified objects.Bastien Montagne
2016-11-09Fix some assert when making local (due to infamous PITA ShapeKey ID).Bastien Montagne
2016-11-09Fix: setting an audio callback before audio device initialization.Jörg Müller
2016-11-08Depsgraph: Use atomics to tag ID when evaluating driverSergey Sharybin
2016-11-08Fix memory leak when Blender is build without Bullet and files with RB is openedSergey Sharybin
2016-11-07Proxy: Construct pchan hash when syncing armature proxySergey Sharybin
2016-11-07Depsgraph: Speedup initial rig build timeSergey Sharybin
2016-11-07Expose Bullet rotational spring settings in the UI.Alexander Gavrilov
2016-11-04Fix T49918: Make duplicates real crash on clicking operator toggles.Bastien Montagne
2016-11-03Fix T49903: Blender crashes -> Append Group incl. Object using boolean modifierBastien Montagne
2016-11-02Solve threading conflict when calculating smooth normalsSergey Sharybin
2016-11-01Fix T49856: Blender 2.78 crashes after loading data from a blendfileBastien Montagne
2016-10-31Added 'delete unlocked vertex groups' option.Sybren A. Stüvel
2016-10-30Viewport smoke: add support to render the volume using a color ramp.Kévin Dietrich
2016-10-30Fix compile errors for when WITH_ALEMBIC is OFF.Kévin Dietrich
2016-10-29Alembic: store a pointer to the object reader in the cache modifiers andKévin Dietrich
2016-10-28CacheFile: fix missing depsgraph update.Kévin Dietrich
2016-10-27Fix T49829: Removal of custom icon previews during add-on unregister crashes ...Bastien Montagne
2016-10-26Cleanup: rename functions in BLI_bitmap_draw_2dCampbell Barton
2016-10-26Cleanup: move bitmap drawing into its own moduleCampbell Barton
2016-10-25Fix T49815: Blender always reverts to RGBA when using Save As Image.Bastien Montagne
2016-10-25API: Fix LinksAaron Carlisle
2016-10-24Fix mistake in BKE_mesh_new_from_object handling of materials in MetaBall case.Bastien Montagne
2016-10-22Fix T49656: Crash when starting playback while using JACK audio with A/V syncJörg Müller
2016-10-20Merge branch 'master' into cycles_disney_brdfPascal Schoen
2016-10-19Fix T49775: Appending data with internal dependency cycles prevents correct c...Bastien Montagne
2016-10-18[msvc] Minor cleanup in blenkernel.lazydodo
2016-10-18Fix: Append 'Object proxy' hack checking for local/linked usages before those...Bastien Montagne
2016-10-17Fix T49722: Appending Bug (Groups).Bastien Montagne
2016-10-14Fix T49657: Audio backend "Jack" should be named "JACK".Bastien Montagne
2016-10-13Fix T49534: 2.78 Wrong texture scaling in material viewportSergey Sharybin
2016-10-13Prevent problems when appending scene with referenced proxySybren A. Stüvel
2016-10-13Proxy appending: re-establish link to proxies when they are made localSybren A. Stüvel
2016-10-11Make console message more clear for --scene argumentSergey Sharybin
2016-10-11Fix T49623: Immediately crash trying to render attached file in CyclesSergey Sharybin
2016-10-07Collision: skip expensive BVH update if the collider doesn't move.Alexander Gavrilov
2016-10-07Proxied → ProxifiedSybren A. Stüvel
2016-10-07Re-establish link to proxies when they are made local after appending.Sybren A. Stüvel
2016-10-07Datablock management: remove 'proxy_from' pointer from 'is ID used' checks.Bastien Montagne
2016-10-05Fix T49501: Animations imported via alembic render with wrong or no motion blurSergey Sharybin