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
path: root/source
AgeCommit message (Expand)Author
2018-05-09MSVC: remove hack for near/far name collisionCampbell Barton
2018-05-09Color: Combine/Separate YCbCrA node default to rec. 709Aaron Carlisle
2018-05-08Cleanup: includesCampbell Barton
2018-05-08Cleanup: move mesh conversion into own functionCampbell Barton
2018-05-08Fix building with latest versions of ffmpeg.Bastien Montagne
2018-05-08Fix (unreported) bloody modifiers messing with ID user count in copy.Bastien Montagne
2018-05-08Cleanup: Nuke empty dummy wrappers around modifier_copyData_generic().Bastien Montagne
2018-05-08Modifiers: sanitize/cleanup modifiers' copying & freeing code.Bastien Montagne
2018-05-08Cleanup: quiet -Warray-bounds warningCampbell Barton
2018-05-08Tracking: Use bmain from contextSergey Sharybin
2018-05-08Cleanup: remove unused wmReport structCampbell Barton
2018-05-07Fix (unreported) memleak when copying object with some modifiers.Bastien Montagne
2018-05-07Cleanup: rename char/float conversion functionsCampbell Barton
2018-05-07Cleanup: move unit char/short/float to functionsCampbell Barton
2018-05-07Fix Movieclip editors 'graph' and 'dopesheet' view using themes regionPhilipp Oeser
2018-05-07Fix T54525: crash when setting number of frames to use between dupoffPhilipp Oeser
2018-05-07More tweaks to strict compiler flagsSergey Sharybin
2018-05-07Silence compilation error around possible fall-throughSergey Sharybin
2018-05-07Fix Bevel percent mode bug 54228Howard Trickey
2018-05-07Fix T54324: remove stencil entries from weight paint keymapPhilipp Oeser
2018-05-07Fix T54594: Lattice with Armature modifier not updating correctlySergey Sharybin
2018-05-07Fix T54966: mathutils.noise.voronoi Memory leakBastien Montagne
2018-05-06Nodes: show node labels (like image name) in material properties node view.Brecht Van Lommel
2018-05-06Cleanup: split rotation_from_viewCampbell Barton
2018-05-06Object Snap: add object & matrix to view ray castCampbell Barton
2018-05-06WM: include macros in last-propertiesCampbell Barton
2018-05-06IDProp API: use stored string length for IDP_reprCampbell Barton
2018-05-05IDProp API: add native C repr functionCampbell Barton
2018-05-05PyAPI: add pop method to RNA struct typesCampbell Barton
2018-05-05IDProp Py API: Add default argument to popCampbell Barton
2018-05-05IDProp API: Avoid redundant group replace lookupCampbell Barton
2018-05-04BKE: bvhuils: remove member `sphere_radius`.Germano
2018-05-04Fix erroe in previous commit.Germano
2018-05-04BKE: bvhutils: Unifies static functions oh bvhtrees creation.Germano
2018-05-04Cleanup: Remove G.main from framechange_poses_clear_unkeyed()Sergey Sharybin
2018-05-04BKE: Smoke: Fix error with implicit declaration of function due recent changes.Germano
2018-05-04BKE: BVHtree: Replace all external references of `bvhtree_from_mesh_looptri` ...Germano
2018-05-04Mesh Remap: Face Corner Data: Do not use large epsilon values to create bvhtr...Germano
2018-05-04Mesh Remap: Face Data: Do not use large epsilon values to create bvhtree.Germano
2018-05-04Depsgraph: Fix extra operations and relations created for shared armaturesSergey Sharybin
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-04Fix T54935: Particle group instances don't render when hidden in viewportSergey Sharybin
2018-05-04Fix T54341: Particle Instance Modifier doesn't preserve edge dataPhilipp Oeser
2018-05-04Fix wireframe modifier w/ even offsetCampbell Barton
2018-05-04Logging: setting log level wasn't workingCampbell Barton
2018-05-04IDProp API: expose repr utility functionCampbell Barton
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