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-11-20code cleanup: make bmesh operator names more consistant since python has acce...Campbell Barton
2012-11-20fix for changes in own recent commit:Campbell Barton
2012-11-19use input and output slots for bmesh operators, needed for the python api to ...Campbell Barton
2012-11-19improvements to bevelCampbell Barton
2012-11-19bmesh: BM_verts_in_face was using bmesh operator flag which is no longer ensu...Campbell Barton
2012-11-18bmesh: lazy initialize bmesh tool flag pool, has the advantage that modifiers...Campbell Barton
2012-11-14fix for the update issue reported in [#32452]Campbell Barton
2012-11-14each different remove doubles function used a different property name, use 't...Campbell Barton
2012-11-13Bugfix, IRC report:Ton Roosendaal
2012-11-13add an operator for mesh mode switching,Campbell Barton
2012-11-13make smoothing value for ring select compatible with the operator.Campbell Barton
2012-11-13todo from 2.4x, add back smooth option to edge loop cut. Campbell Barton
2012-11-12code cleanup: spelling,Campbell Barton
2012-11-12BM_iter_as_arrayN() can now take an optional existing array argument, useful ...Campbell Barton
2012-11-12fix [#33142] Ctrl LMB higher selection mode in edit mode sometimes selects ex...Campbell Barton
2012-11-10Bevel: patch from Thomas Beck fixes numeric offset input and adds wheel input...Howard Trickey
2012-11-09bmesh refactor - rename some of the BM_****_share_****_count() functions to B...Campbell Barton
2012-11-09style cleanup: indentationCampbell Barton
2012-11-08Merge gsoc Bevel (with rounding) into trunk.Howard Trickey
2012-11-08code cleanup: unused defines & some formatting.Campbell Barton
2012-11-08minor cleanup to to selecting the shortest path, change some variable names a...Campbell Barton
2012-11-08add mesh editmode Ctrl+RMB to select the shortest path between faces, works t...Campbell Barton
2012-11-08further cleanup for selecting the shortest path, remove the need for EDBM_ind...Campbell Barton
2012-11-08code improvements for selecting the shortest path for mesh editmode,Campbell Barton
2012-11-04code cleanup: quiet -Wdouble-promotion, disabled this warnings for a few file...Campbell Barton
2012-11-03style cleanup: tabs & whitespaceCampbell Barton
2012-11-03Bugfix (own collection)Ton Roosendaal
2012-11-01minor edits to mesh operatorsCampbell Barton
2012-11-01fix for crash in own recent commit to add comparison options for select-simil...Campbell Barton
2012-10-31make use customdata typeoffset more, add an assert to ensure its to date.Campbell Barton
2012-10-30remove CD_POLYINDEX customdata layer:Campbell Barton
2012-10-30minor improvement to vector api use, replace add, multiply by 0.5 with mid_v3...Campbell Barton
2012-10-30add the option to select Equal/Greater/Less when selecting similar.Campbell Barton
2012-10-30add option to select face by matching number of sides.Campbell Barton
2012-10-27fix for filled rip copying loop customdata (fix in BM_edge_other_loop broke it)Campbell Barton
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-25skip updating tessface customdata layers when joining meshes & clear tessface...Campbell Barton
2012-10-24code cleanup: some edits for unused vars in recent smooth addition and some s...Campbell Barton
2012-10-24Merge GSoC project from branch: Laplacian Smooth (Operator & Modifier)Daniel Genrich
2012-10-24Partially replace convex hull implementation with Bullet implementationNicholas Bishop
2012-10-23Fix knife sensitivity issue (#30637): better calculation of howHoward Trickey
2012-10-23use min_ max_ functions in more places.Campbell Barton
2012-10-23Use better epsilon for line intersection, fixes bug whereHoward Trickey
2012-10-23rename api functions...Campbell Barton
2012-10-23add option to planar decimator to collapse all verts that define face boundri...Campbell Barton
2012-10-22Support for connected style proportional editing in UV editor. Now when conne...Antony Riakiotakis
2012-10-21bmesh-decimator updateCampbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-21style cleanup: commentsCampbell Barton
2012-10-20code cleanup:Campbell Barton