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
2012-03-08code cleanup: duplicate checks and double assignments.Campbell Barton
2012-03-08edits to rna/tessface UV layer needed to get OBJ import/export functional.Campbell Barton
2012-03-06Fix for fracture object crashSergey Sharybin
2012-03-05copying a mesh was generating tessfaces which isnt neededCampbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-03-03style cleanup - spelling corrections & update some incorrect comments.Campbell Barton
2012-03-02style cleanupCampbell Barton
2012-03-02bmmesh api - use struct rather than int[4] to initialize mesh sizes.Campbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-29Code cleanup for the neighbor_average() sculpt function.Nicholas Bishop
2012-02-29Fix a couple typos in comments.Nicholas Bishop
2012-02-28Code Cleanup:Campbell Barton
2012-02-28code cleanup: use float vector size in function definitions, and const's wher...Campbell Barton
2012-02-28Remove DerivedMesh.getFaceMap and create_vert_face_map().Nicholas Bishop
2012-02-25style cleanup, use { on newline after function definition.Campbell Barton
2012-02-25code cleanup: white space, spelling & ';;' end of lines.Campbell Barton
2012-02-23style cleanup for blenkernel, no functional changes.Campbell Barton
2012-02-21fix [#30264] B-Mesh: Crash when unwrapping ngon mesh with Smart UV projectCampbell Barton
2012-02-20added boolean type for bmesh operators, will make python wrapping clearer and...Campbell Barton
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-02-15* correct bad pointer check in expand_local_mesh()Campbell Barton
2012-02-13marked navmesh as BMESH_TODO, mixed mface/mpoly functions were being used for...Campbell Barton
2012-02-12* remove the MFace parts of join (we only need polygon data)Campbell Barton
2012-02-12bmesh minor refactorCampbell Barton
2012-02-12code refactor, function renaming for bmesh.Campbell Barton
2012-02-08fix [#30101] Vertex colors disappear after leaving edit modeCampbell Barton
2012-02-08Code Cleanup:Campbell Barton
2012-02-06Minor Improvements...Campbell Barton
2012-02-05Code Cleanup: use vector functions for copying / adding UV'sCampbell Barton
2012-02-05support for 'origspace' data layer - used for hair on subsurf mesh.Campbell Barton
2012-02-05ensure tessface's are available while sculpting.Campbell Barton
2012-02-05add function for getting a polygon map: dm->getPolyMap(ob, dm).Campbell Barton
2012-02-03fix for crash converting a curve into a mesh (Alt+C conversion), this would c...Campbell Barton
2012-01-26avoid storing over allocated arrays in tesselated custom data, was reserving ...Campbell Barton
2012-01-26fix for own error in tesselating as quadCampbell Barton
2012-01-26enable tesselating 4 sided faces to quads.Campbell Barton
2012-01-26remove cellalloc, from my tests jemalloc beats cellalloc, so we better just u...Campbell Barton
2012-01-25svn merge ^/trunk/blender -r43685:43693Campbell Barton
2012-01-25define to enable tesselate to quads, this way files from trunk tesselate back...Campbell Barton
2012-01-24remove unneeded re-tessellation converting metaball to mesh.Campbell Barton
2012-01-23minor refactor to main tesselation functionCampbell Barton
2012-01-22svn merge ^/trunk/blender -r43564:43609Campbell Barton
2012-01-21quiet warnings and possible NULL checking crash fix for indentation functions.Campbell Barton
2012-01-20misc changes from bmesh, syncing across to trunk, no functional changesCampbell Barton
2012-01-20error in last fix, used negate to check it was working.Campbell Barton
2012-01-20fix for error copying face normals from poly normals in mesh_recalcTesselation()Campbell Barton
2012-01-19argument to mesh_recalcTesselation to skip copying normals from polygons.Campbell Barton
2012-01-17svn merge ^/trunk/blender -r43436:43443Campbell Barton
2012-01-17fix own error in bmesh -> mesh versioningCampbell Barton
2012-01-08Fix broken normals with mirror modifierAndrew Wiggin