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-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-07code cleanup: no functional changesCampbell Barton
2012-04-07Added Vertex Slide: Slides a vertex along a selected and connected edge (Shif...Francisco De La Cruz
2012-04-05fix for memory leak when using the bmesh python api - would allocate customda...Campbell Barton
2012-04-05adjust limited dissolve to take face angle into account when dissolving verti...Campbell Barton
2012-04-04fix [#30809] Limited dissolve leaves edges behindCampbell Barton
2012-04-04add option not to delete edges/verts when joining faces, needed so we can loo...Campbell Barton
2012-04-04Changed BM_mesh_bm_from_me to copy customdata layout for empty meshes.Joseph Eagar
2012-04-04fix [#30797] Shape keys on linked duplicate get corruptedCampbell Barton
2012-04-04fix for reconstructing shape keys (found when looking into bug [#30797], but ...Campbell Barton
2012-04-03Fix #30791: BMEdge.is_manifold also returned true for edges with only one faceBrecht Van Lommel
2012-04-03fix/workaround an error related to [#30735]Campbell Barton
2012-04-03fix [#30772] No more than two subdivions give correct result when adding an i...Campbell Barton
2012-04-03bmesh iterators were passing the BMesh as data argument to BM_iter_new(), har...Campbell Barton
2012-04-03code cleanup: BM_select_mode_set had loops over verts and edges but did nothi...Campbell Barton
2012-04-03style cleanup: multi-line if's & whitespace.Campbell Barton
2012-04-03stule cleanup: edits for files which were recently cleaned up.Campbell Barton
2012-04-02fix [#30768] Project from View UV map tool includes hidden geometry r45323Campbell Barton
2012-04-01fix for [#30738] Shading smooth/flat instabilityAndrea Weikert
2012-03-30For BMesh functions that test flags, add enabled/disabled variants.Nicholas Bishop
2012-03-30Add BMO function to append to a buffer slot.Nicholas Bishop
2012-03-30Fix out-of-date slot type sizes.Nicholas Bishop
2012-03-30fix [#30732] bmesh: loop select continues through hidden sections.Campbell Barton
2012-03-30partial fix for [#30732] bmesh: loop select continues through hidden sections.Campbell Barton
2012-03-30minor speedup converting a BMesh to a Mesh - avoid loop over all faces to cou...Campbell Barton
2012-03-30fix [#30718] Selecting vertices, edges, faces and undoing - results in wrong ...Campbell Barton
2012-03-30Small code cleanups related to arrays.Nicholas Bishop
2012-03-29fix [#30715] bmesh: select linked not ignoring hidden verts/edges/facesCampbell Barton
2012-03-28bmesh: be more strict with operator string formatting, no tabs and only accep...Campbell Barton
2012-03-28own error r45225Campbell Barton