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-04-19BMESH_TODO: xsort of vertices working again.Bastien Montagne
2012-04-19style cleanup: BM_ITER / BM_ITER_INDEX / BMO_ITERCampbell Barton
2012-04-19bmesh api function: BM_edge_face_tangent()Campbell Barton
2012-04-19Fix #31009: edge split did not split non-manifold edges correctly, it shouldBrecht Van Lommel
2012-04-19fix bevel edge angle (wasnt hooked up to new code), vertex-bevel angle isnt w...Campbell Barton
2012-04-19style cleanup: bevel code, also remove unneeded flag setting.Campbell Barton
2012-04-18improve recent commit to copy loop data on extrudeCampbell Barton
2012-04-18fix [#30994] Extruding faces gives bad UV'sCampbell Barton
2012-04-18add missing NULL check for BM_vert_collapse_faces(), could crash in rare cases.Campbell Barton
2012-04-18fix [#30921] Bevel modifier's is not work correctly with bevel weightsCampbell Barton
2012-04-18bmesh: fix own bug in BM_vert_collapse_faces() with option 'kill_degenerate_f...Campbell Barton
2012-04-18more replacement for BM_edge_face_count() use.Campbell Barton
2012-04-18code cleanup: replace use of BM_edge_face_count with BM_edge_is_manifold and ...Campbell Barton
2012-04-18fix error in last commit. Misunderstood BM_vert_is_manifold(), added some com...Campbell Barton
2012-04-18fix for own error in recent scanfill updates, scanfill can hang if run on a p...Campbell Barton
2012-04-18code cleanup: minor edits to bmesh_jfke(), move simple checks first.Campbell Barton
2012-04-18bmesh api: minor simplify & cleanupCampbell Barton
2012-04-17bmesh api: adjust bmesh_vert_separate() not to set the loops index values (ne...Campbell Barton
2012-04-17code cleanup: remove/comment some unused code.Campbell Barton
2012-04-16minor speedup for scanfill, dont calculate the normal if its already known - ...Campbell Barton
2012-04-16inline function for "Newell's Method" used for normal calc.Campbell Barton
2012-04-16Port multires_topology_changed to new bmesh apiSergey Sharybin
2012-04-16bmesh todo: remove unused code.Campbell Barton
2012-04-16bmesh todos:Campbell Barton
2012-04-16make scanfill threadsafe (wasnt threadsafe before BMesh merge but before the ...Campbell Barton
2012-04-16code cleanup: avoid confusion with incorrectly named argument to BLI_edgefill...Campbell Barton
2012-04-15Fix [#30943] Crash when edge mode enabled and use the bmesh vertex slide(shif...Francisco De La Cruz
2012-04-15make ngon_perimeter into a public api function and expose to python.Campbell Barton
2012-04-13fix [#30936] Face Inset gives bad UV'sCampbell Barton
2012-04-13bmesh api changes:Campbell Barton
2012-04-13fix for UV reveal (wasnt selecting all verts because check for unselected ver...Campbell Barton
2012-04-12Minor code cleanup: Don't reference previous BMwEdgeringWalker after BMW_stat...Antony Riakiotakis
2012-04-12Fix: loopcut didn't stop on hidden facesAntony Riakiotakis
2012-04-12code cleanup: remove unused KeyBlock.adrcodeCampbell Barton
2012-04-12bmesh shape key conversion.Campbell Barton
2012-04-12bmesh exit editmode: when a mesh shape-key customdata layer exists but the sh...Campbell Barton
2012-04-12fix [#30907] Inset tool with Select Outer disabled does not allow translation...Campbell Barton
2012-04-12doxygen docs explaining whats going on with shape-key conversion.Campbell Barton
2012-04-11fix [#30771] Shapekeys: Basis shapekey is not kept in sync with "RealMesh"Campbell Barton
2012-04-11bmesh shape key conversion on exiting editmode.Campbell Barton
2012-04-11bmesh exit editmode shape key conversion - split out 'keyblock --> customdata...Campbell Barton
2012-04-11bmesh shape key conversion when exiting editmode.Campbell Barton
2012-04-11code cleanup: mselect conversion when creating a bmesh from a bmesh was overl...Campbell Barton
2012-04-11code cleanup: float formatting was confusing in some cases - eg: (0.,0.,0.)Campbell Barton
2012-04-10Fix related to #30859: bmesh face splitting would set the first loop of the newJoseph Eagar
2012-04-09fix [#30852] Wrong Material ID applied for the new facesCampbell Barton
2012-04-08style cleanup: pep8 some C/styleCampbell Barton
2012-04-08code cleanup:Campbell Barton
2012-04-07Fix [#30855] Vertex Slide not using the active vertexFrancisco De La Cruz
2012-04-07fix for vertex slide not taking object transformation into account.Campbell Barton