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-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-10Fix T62449: Subsurf+hidden facesJeroen Bakker
2019-03-28Fix part of T60735: invalid CD_ORIGINDEX data in some modifier stack evaluati...Brecht Van Lommel
2019-03-12Cleanup: BLI_utildefines struct macrosCampbell Barton
2019-03-07Refactor CDData masks, to have one mask per mesh elem type.Bastien Montagne
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-17Cleanup: rename Mesh.edit_btmesh -> edit_meshCampbell Barton
2019-02-17Cleanup: move object bounding-box into runtime structCampbell Barton
2019-02-13Cleanup: do not cleanup runtime data twice during ID copying...Bastien Montagne
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-05Cleanup: typo in comment.Bastien Montagne
2019-02-05Cleanup: replace BKE_id_copy_ex by BKE_id_copy where possible.Bastien Montagne
2019-02-05BKE_library: id_copy: More general usage of LIB_ID_COPY_LOCALIZE.Bastien Montagne
2019-02-05Cleanup: BKE_library: rename id_copy to BKE_id_copy.Bastien Montagne
2019-02-05Cleanup: BKE_library: remove 'test' param of id_copy.Bastien Montagne
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
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