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
2019-01-22Mesh eval: Do not condition clearing of auto texspace to dirty bbox.Bastien Montagne
2018-12-17RNA: Add Mesh.count_selected_items()Campbell Barton
2018-12-17Fix T58652: Crash editing shape keys weirdness with instancesSergey Sharybin
2018-12-17DNA: clear / remove deprecated flagsCampbell Barton
2018-12-14Fix broken particle distribution after recent fixSergey Sharybin
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-12-10Fix T59087: Empty meshes have large bound-boxCampbell Barton
2018-12-08Fix T51057 Modifiers lose bevel weight and creaseHoward Trickey
2018-11-27Revert "Fix texture space not updating in edit mode."Campbell Barton
2018-11-27Revert "Inline function BKE_mesh_boundbox_calc inside BKE_mesh_texspace_calc ...Campbell Barton
2018-11-26Inline function BKE_mesh_boundbox_calc inside BKE_mesh_texspace_calc to avoid...mano-wii
2018-11-26Fix texture space not updating in edit mode.mano-wii
2018-11-26Fix T57985: Out of the edit mode, the texture space is affected by the modifi...Bastien Montagne
2018-11-25Fix T57070, T57389, and other bbox-related issues with meshes.Bastien Montagne
2018-11-21transform_snap_object: Use the texture space bound box to test the need to sn...mano-wii
2018-11-20Cleanup: use const mesh arg to BM_mesh_bm_from_meCampbell Barton
2018-11-06Shrinkwrap: new mode that projects along the target normal.Alexander Gavrilov
2018-11-06BKE_mesh: add a utility to get edge indices from looptri.Alexander Gavrilov
2018-10-18Cleanup: Remove more #if 0 blocksJacques Lucke
2018-10-11Merge branch 'master' into blender2.8Campbell Barton
2018-10-10Modifier: Fix cage option for deform modifiersCampbell Barton
2018-10-10Modifier: use simplified bmesh -> mesh conversionCampbell Barton
2018-10-10BMesh: simple bmesh -> mesh for evaluationCampbell Barton
2018-10-09Cleanup: namingCampbell Barton
2018-10-09Edit Mesh: remove derived-mesh from crazy-space calculationCampbell Barton
2018-09-25Edit Mesh: Move Edit Mesh display settings to overlay'sClément Foucault
2018-09-25Modifiers: use Mesh instead of DerivedMesh for explode.Sebastian Parborg
2018-09-24Spelling fixes in comments and descriptions (2.8 changes), patch by luzpaz.Brecht Van Lommel
2018-09-24Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-24Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-21Cleanup: convert smoke modifier from DerivedMesh to Mesh.Brecht Van Lommel
2018-09-19BLI_utildefines: rename pointer conversion macrosCampbell Barton
2018-09-19Merge branch 'master' into blender2.8Campbell Barton
2018-08-16Cleanup: Use dedicated function to copy mesh during evaluation processSergey Sharybin
2018-07-13Merge branch 'master' into blender2.8Campbell Barton
2018-07-13Cleanup: right shift argumentsCampbell Barton
2018-07-05Ported CDDM_apply_vert_normals from DM to MeshSybren A. Stüvel
2018-06-27Cleanup: remove some more DM usages...Bastien Montagne
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2018-06-13Merge branch 'master' into blender2.8Bastien Montagne
2018-06-06Ensure BKE_mesh_new_nomain_from_template() always has valid mxxx pointersSybren A. Stüvel
2018-06-06Consolidated custom data layer initialisationSybren A. Stüvel
2018-06-06Set mesh->totface in nomain-mesh creationSybren A. Stüvel
2018-06-05Moved function declarations from BKE_mesh.h → BKE_mesh_runtime.hSybren A. Stüvel
2018-05-30ID copy: Add flag which allows custom data to reference original datablockSergey Sharybin
2018-05-29Merge branch 'master' into blender2.8Bastien Montagne
2018-05-29Cleanup: Get rid of G.main in BKE_material.Bastien Montagne
2018-05-22Fix T55149: missing mesh custom data after modifier stack, after recent changes.Brecht Van Lommel