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-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
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-06bmesh minor change - avoid increasing array sizes one by one and use iterator...Campbell Barton
2012-04-06code cleanup: add doxygen headers to bmesh operator files, also add own inclu...Campbell Barton
2012-04-05fix for memory leak when using the bmesh python api - would allocate customda...Campbell Barton
2012-04-05Small improvement to bmo icosphere primitive: instead of calling n times the ...Bastien Montagne
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 [#30735] bmesh: loop-cut cuts faces isolated by hidden facesCampbell Barton
2012-04-03BM_mesh_esubdivideflag was adjusting the totedgesel variable when this is han...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-02adding back boundary inset support. was disabled because at one point it was ...Campbell Barton
2012-04-02code cleanup: replace inline axis angle conversion with axis_angle_to_mat3()Campbell Barton
2012-04-02fix [#30768] Project from View UV map tool includes hidden geometry r45323Campbell Barton
2012-04-02fix - extrude could create hidden faces when the only connected face to an ed...Campbell Barton
2012-04-02style cleanupCampbell Barton
2012-04-01Reverting some style changes from r45305.Nicholas Bishop
2012-04-01fix for [#30738] Shading smooth/flat instabilityAndrea Weikert
2012-03-31Minor code cleanups for bmo_dupe.c.Nicholas Bishop
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-29Partial fix for array modifier vertex merge (bug 30195).Nicholas Bishop
2012-03-28bmesh: be more strict with operator string formatting, no tabs and only accep...Campbell Barton
2012-03-28print error if rip does nothing (rather then grabbing the unripped verts as i...Campbell Barton
2012-03-28fix [#30701] bmesh: segfault when ripping partially connected verticesCampbell Barton
2012-03-28own error r45225Campbell Barton
2012-03-28code cleanup: (dont include ';' in defines), last commit also missed changes ...Campbell Barton