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-12-15FIx merge issues, move preview resolution setting from RNA to BKE, do not cle...multi_previews_idBastien Montagne
2016-12-15Merge branch 'master' into multi_previews_idBastien Montagne
2016-12-13Fix strict compiler error when building without bulletSergey Sharybin
2016-12-12Cleanup: Get rid of unused BKE_rigidbody_relink_constraint().Bastien Montagne
2016-12-12Cleanup: Rename BKE_libblock_relink, and move it to BKE_library_remap.hBastien Montagne
2016-12-12Cleanup: Get rid of ntreeSwitchID(_ex) functions, use generic BKE_libblock_re...Bastien Montagne
2016-12-08Fix crash when opening a Blender file containing Alembic data.Kévin Dietrich
2016-12-07Fix (unreported) Sequencer Drop effect: wrong initial offset in second input ...Bastien Montagne
2016-12-07Fix T49893: Crash in Video Sequence Editor with 'drop' effect.Bastien Montagne
2016-12-05Fix depsgraph: hair collision is actually enabled, so add the relations.Alexander Gavrilov
2016-12-04Fix T50141: Nabla zero division on texture force fieldLuca Rood
2016-12-01Fix (unreported) looptri array not being recalculated in ccgDM and emDMLuca Rood
2016-11-30Cleanup id->newid usage, initial work.Bastien Montagne
2016-11-29Comment: explain viewport & render pixel-sizeCampbell Barton
2016-11-28Remove sensor-size to int conversionCampbell Barton
2016-11-27A number of other minor RNA fixes and precautionary safeguards against furthe...Joshua Leung
2016-11-27Fix T50123 - GreasePencil: Modifying name of new color in new palette via bpy...Joshua Leung
2016-11-25Math Lib: rotate matrix cleanupCampbell Barton
2016-11-21Cleanup: get rid of unused `BKE_constraints_relink()`.Bastien Montagne
2016-11-19Fix T50078: Vertex Groups not copied over when making proxy.Luca Rood
2016-11-19Fix T49991: reloading librairies doesn't update node groups.Bastien Montagne
2016-11-19Fix (unreported) nodeRemoveAllSockets() not clearing inputs/outputs sockets l...Bastien Montagne
2016-11-19Fix T50071: Radience HDR fomat does not support alpha at all.Bastien Montagne
2016-11-17Cleanup: redundant index loop for monkey-createCampbell Barton
2016-11-16Cleanup: Remove unused functionSergey Sharybin
2016-11-16Fix T50023: Inverse Kinematics angle limits defaulting to 10313.2403124°Joshua Leung
2016-11-15Get rid of 'drivers unlinking' code in `BKE_libblock_free_data()`Bastien Montagne
2016-11-15Revert "Proxy: Construct pchan hash when syncing armature proxy"Sergey Sharybin
2016-11-15Avoid interface ID remapping when freeing the whole databaseSergey Sharybin
2016-11-15Avoid driver target remapping when freeing the whole databaseSergey Sharybin
2016-11-15Implement grouped undo option for operatorsDalai Felinto
2016-11-15Atomics: Make naming more obvious about which value is being returnedSergey Sharybin
2016-11-14Revert "Somewhat gracefully handle frame index out of bound error."Bastien Montagne
2016-11-14Merge branch 'master' into multi_previews_idBastien Montagne
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-11Somewhat gracefully handle frame index out of bound error.Sybren A. Stüvel
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-08Merge branch 'master' into multi_previews_idBastien Montagne
2016-11-08Fix memory leak when Blender is build without Bullet and files with RB is openedSergey Sharybin