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-05-04Workbench: ShadowsJeroen Bakker
2018-05-04Allocate/free meshes with generic library functions.Sybren A. Stüvel
2018-05-04ID management: add higher level BKE_id_new... helpers.Bastien Montagne
2018-05-04Merge branch 'master' into blender2.8Sergey Sharybin
2018-05-04Depsgraph: Fix extra operations and relations created for shared armaturesSergey Sharybin
2018-05-04Merge branch 'master' into blender2.8Germano
2018-05-04Mesh Remap: Change the sphere_radius parameter instead of creating a bvhtree ...Germano
2018-05-04Constraint: Shrink Warp: Replace `bvhtree_from_mesh_looptri` with` bvhtree_fr...Germano
2018-05-04Mesh Lapacian: Use `isect_ray_tri_watertight_v3` instead of Epsilons to preve...Germano
2018-05-04Merge branch 'master' into blender2.8Sergey Sharybin
2018-05-04Fix T54935: Particle group instances don't render when hidden in viewportSergey Sharybin
2018-05-04Merge branch 'master' into blender2.8Philipp Oeser
2018-05-04Modifiers: add back dirty normal flagCampbell Barton
2018-05-04Fix T54341: Particle Instance Modifier doesn't preserve edge dataPhilipp Oeser
2018-05-04Cleanup: avoid local definitions for one-off argsCampbell Barton
2018-05-04Cleanup: avoid local definitions for one-off argsCampbell Barton
2018-05-04Modifiers: ported wire modifier to meshCampbell Barton
2018-05-04Merge branch 'master' into blender2.8Campbell Barton
2018-05-04Fix wireframe modifier w/ even offsetCampbell Barton
2018-05-04Merge branch 'master' into blender2.8Campbell Barton
2018-05-04Logging: setting log level wasn't workingCampbell Barton
2018-05-04Merge branch 'master' into blender2.8Campbell Barton
2018-05-04IDProp API: expose repr utility functionCampbell Barton
2018-05-04Merge branch 'master' into blender2.8Germano
2018-05-04BKE: BVHtree: make `bvhtree_from_mesh_edges` a static function.Germano
2018-05-04Fix `Transfer Mesh Data` with `Edge Mapping` of type `Projected Edge Interpol...Germano
2018-05-03Edit-Mesh: multi-object un-subdivideDalai Felinto
2018-05-03Edit-Mesh: multi-object edge rotateDalai Felinto
2018-05-03Edit-Mesh: multi-object dissolve limitedDalai Felinto
2018-05-03Merge branch 'master' into blender2.8Germano
2018-05-03Particle Edit: Shape Cut: Create and use bvhtree with AABB hull.Germano
2018-05-03Dynamic Paint: Create and use bvhtree with AABB hull.Germano
2018-05-03Merge branch 'master' into blender2.8Campbell Barton
2018-05-03Fix T54927: BMesh Py error w/ select history sliceCampbell Barton
2018-05-03Merge branch 'master' into blender2.8Campbell Barton
2018-05-03Cleanup: correct solidify logicCampbell Barton
2018-05-03Cleanup: parentheses warningCampbell Barton
2018-05-03Merge branch 'master' into blender2.8Germano
2018-05-03BKE bvhtree: Add `tree_type` parameter to `bvhtree_from_mesh_get`.Germano
2018-05-03Cleanup "Sync Mode" (i.e. Av Sync/Framedropping) stuffJoshua Leung
2018-05-03Multi-Object Pose: Fix POSE_OT_flip_namesJoshua Leung
2018-05-03Fix 3D cursor being hidden on existing 2.8 filesCampbell Barton
2018-05-03Sculpt: Fix crash when using grab brushSergey Sharybin
2018-05-03Cleanup: fix warnings, removed unused code.Brecht Van Lommel
2018-05-03Depsgraph: Keep edit bones around, fixes missing edit mode with copy on writeSergey Sharybin
2018-05-03Fix T54805: Bones are white in edit modeDalai Felinto
2018-05-03Depsgraph: Make sure evaluated pose channels are pointing to evaluated bonesSergey Sharybin
2018-05-03Eevee: Shadows: Perf: Do not update shadows that are not inside the view.Clément Foucault
2018-05-03DRW: Add plane culling test.Clément Foucault
2018-05-03DRW: Silence unused function warning in release.Clément Foucault