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-18Fix double freeing of OpenVDB data from dangling pointers in device data.Lukas Tönne
2016-11-17Move registration of volumes from attributes out of the smoke sim logic.Lukas Tönne
2016-11-17Cleanup of Blender sync code for OpenVDB volume attributes.Lukas Tönne
2016-11-16Use tri-linear ("box") interpolation for OpenVDB grids rather than nearest po...Lukas Tönne
2016-11-16Merge branch 'master' into openvdbLukas Tönne
2016-11-16Cycles: Fix different noise pattern from fix in T49838:Sergey Sharybin
2016-11-16Fix T50046: Segmentation fault due to out-of-range VertexGroup.weight() call.Bastien Montagne
2016-11-16Remove unused vector iconsMartijn Berger
2016-11-16Fix custom props not being handled correctly by manual/pyref UI menu entries.Bastien Montagne
2016-11-16Disable possibility to flip bone names of linked armaturesSergey Sharybin
2016-11-16Cleanup: Remove unused functionSergey Sharybin
2016-11-16Fix voxel attribute sampling position when using VDB grids.Lukas Tönne
2016-11-16Fix T50026: "Only Insert Needed" doesn't work when using Trackball rotationJoshua Leung
2016-11-16Fix T50023: Inverse Kinematics angle limits defaulting to 10313.2403124°Joshua Leung
2016-11-15FIX T49899: Add EIGEN_MAKE_ALIGNED_OPERATOR_NEW to classes that use eigen's d...lazydodo
2016-11-15RNA Main API: set remove's do_unlink default value to true.Bastien Montagne
2016-11-15Get rid of 'drivers unlinking' code in `BKE_libblock_free_data()`Bastien Montagne
2016-11-15Depsgraph: Fix frash with iTaSC solverSergey Sharybin
2016-11-15Revert "Proxy: Construct pchan hash when syncing armature proxy"Sergey Sharybin
2016-11-15Fix menu inconsistenciesAaron Carlisle
2016-11-15Cleanup: More explicit parenthesesSergey 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-15Fix T50022: "Mirror" in Dopesheet Crashes BlenderJulian Eisel
2016-11-15Implement grouped undo option for operatorsDalai Felinto
2016-11-15Depsgraph: Fix typo in previous optimization commitSergey Sharybin
2016-11-15Atomics: Add some extra utility functionsSergey Sharybin
2016-11-15Atomics: Make naming more obvious about which value is being returnedSergey Sharybin
2016-11-15BMesh: remove redundant link-list manipulationCampbell Barton
2016-11-14BMesh: match BM_vert_find_first_loop with iterator logicCampbell Barton
2016-11-14BMesh: avoid extra calls per faces-of-vert iteratorCampbell Barton
2016-11-14BMesh: use const for BM_vert_face_checkCampbell Barton
2016-11-14BMesh: minor improvement to BM_vert_face_checkCampbell Barton
2016-11-14BMesh: fix edge-rotate with w/ flipped facesCampbell Barton
2016-11-14BMesh: fix edge-rotation selection state bugCampbell Barton
2016-11-14BMesh: replace iterator with BM_face_vert_share_loopCampbell Barton
2016-11-14BMesh: remove redundant argumentCampbell Barton
2016-11-14Cycles: De-duplicate image loading functionsSergey Sharybin
2016-11-14intsall_deps / OSL use c++11 ABI when install_deps is asking for c++11Martijn Berger
2016-11-13Removed unused util_volume files.Lukas Tönne
2016-11-13Merge branch 'cvdb_ray_isect' into openvdbLukas Tönne
2016-11-13BMesh: BM_face_exists no longer uses return argCampbell Barton
2016-11-13Set the primitive type for volume samples to VOLUME.Lukas Tönne
2016-11-13Fix T50013: Blender 2.78a Link/Append Crash.Bastien Montagne
2016-11-13Fix various cleanup issues and inconsistencies.Lukas Tönne
2016-11-13Proper volume data storage in Cycles when syncing from Blender data.Lukas Tönne
2016-11-13Fix T50007: blender offline python documentation in zipped HTML files, not sh...Bastien Montagne
2016-11-13Added an assert to catch non-uniform grids earlier.Lukas Tönne
2016-11-13Removed direct grid lists in VolumeManager, all grids should be in Volumes now.Lukas Tönne
2016-11-13Disables VolumeManager functions that load grids directly from a filename.Lukas Tönne