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-09T55014: Optionally: objects not cast shadows in workbenchJeroen Bakker
2018-05-09Merge branch 'master' into blender2.8Philipp Oeser
2018-05-09Draw manager: Initial implementation of key points visualizationSergey Sharybin
2018-05-09Fix T54992: Lattice modifier on another Lattice object does not take thePhilipp Oeser
2018-05-09BKE_id_free(): avoid UI and DEG calls when tagged with LIB_TAG_NO_MAINSybren A. Stüvel
2018-05-09T55008: Migrating RE-Collection data to Scene dataJeroen Bakker
2018-05-09Modifier stack: ShrinkWrap: move to mesh-based BVHTree code.Bastien Montagne
2018-05-09Remove Frame ServerCampbell Barton
2018-05-09Cleanup/refactor: Move get_mesh_eval_for_modifier from MOD_util to BKE_modifier.Bastien Montagne
2018-05-09Fix (unreported) bug in BVHTree 'free tessfaces' flag setting.Bastien Montagne
2018-05-09Merge branch 'master' into blender2.8Bastien Montagne
2018-05-09Fix (unreported) bug in BVHTree 'free tessfaces' flag setting.Bastien Montagne
2018-05-09BKE: bvhutils: Always return NULL when the BVHtree has no leafs.Germano
2018-05-09BKE: bvhutils: Port bvhtree_from_mesh_get to take a Mesh param instead of a D...Germano
2018-05-08Cleanup: naming (prefer len over num for new code)Campbell Barton
2018-05-08Cleanup: mesh_runtime namingCampbell Barton
2018-05-08Missed last commitCampbell Barton
2018-05-08Merge branch 'master' into blender2.8Campbell Barton
2018-05-08Modifier stack: partial port of ShrinkWrap to new Mesh-based system.Bastien Montagne
2018-05-08Cleanup: includesCampbell Barton
2018-05-08Cleanup: move mesh conversion into own functionCampbell Barton
2018-05-08Collections: remove per collection and view layer engine overrides.Brecht Van Lommel
2018-05-08Cleanup: consistent BKE_mesh namingCampbell Barton
2018-05-08Cleanup: use bool for BKE_mesh_new_from_objectCampbell Barton
2018-05-08Cleanup: rename variablesCampbell Barton
2018-05-08Cleanup: use 'nomain' when not in library dataCampbell Barton
2018-05-08Cleanup: whitespace, duplicate includesCampbell Barton
2018-05-08Merge branch 'master' into blender2.8Bastien Montagne
2018-05-08Fix building with latest versions of ffmpeg.Bastien Montagne
2018-05-08Merge branch 'master' into blender2.8Bastien Montagne
2018-05-08Cleanup: Nuke empty dummy wrappers around modifier_copyData_generic().Bastien Montagne
2018-05-08Mesh normals: clear runtime dirty normal flag also when computing clnors.Bastien Montagne
2018-05-08Ported Mesh Deform modifierSybren A. Stüvel
2018-05-08looptri + bvhtree support for MeshSybren A. Stüvel
2018-05-08Modifiers stack: port Curve to new Mesh-based system.Bastien Montagne
2018-05-08Rename BKE_bmesh_to_mesh to BKE_bmesh_to_mesh_nomain.Bastien Montagne
2018-05-08BKE_mesh_new → BKE_mesh_new_nomainSybren A. Stüvel
2018-05-08Added BKE_mesh_ensure_normals()Sybren A. Stüvel
2018-05-08Added BKE_mesh_new()Sybren A. Stüvel
2018-05-08Add note about compat code in uber eval causing modifiers to be applied twiceMai Lavelle
2018-05-07Merge branch 'master' into blender2.8Bastien Montagne
2018-05-07Merge branch 'master' into blender2.8Campbell 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-07Fix: Left in debug printsJoshua Leung
2018-05-07Fixes for motion path evaluation (part of T54810 work)Joshua Leung
2018-05-07Clear dirty normals flag from Mesh at least in main BKE_mesh_calc_normals().Bastien Montagne
2018-05-07Modifier stack: Fix broken 'dirty normals' flag for new mesh-aware modifiers.Bastien Montagne
2018-05-06Merge branch 'master' into blender2.8Campbell Barton
2018-05-06IDProp API: use stored string length for IDP_reprCampbell Barton