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-27new bevel was still referring to old property name (holding shift wasnt worki...Campbell Barton
2012-11-27use clearer names for 'single' bmesh operator args & add '%e' to BMO_op_vinit...Campbell Barton
2012-11-27py/bmesh api - add support for single item buffers (odd feature but used quit...Campbell Barton
2012-11-27fix for asserts added in own recent commit with more strict type-checkingCampbell Barton
2012-11-27bmesh/py operator api:Campbell Barton
2012-11-26Fix #33316: mesh edge short path select was wrong on large/small objects.Brecht Van Lommel
2012-11-26Fix #33310: unnecessary redraw of outliner when editing materials and textures.Brecht Van Lommel
2012-11-26Fix #33285: loop cut is not supposed to cut through triangles/ngons, but itBrecht Van Lommel
2012-11-26Bevel: allow page up / page down shortcuts for segments in addition to mousew...Brecht Van Lommel
2012-11-26fix for uninitialized memory use with numeric input:Campbell Barton
2012-11-26use more rigid type checking for bmesh slot subtypes.Campbell Barton
2012-11-24use a search popup for 'blend from shape' tool, suggested by Juan Pablo.Campbell Barton
2012-11-23Fix #33277: vertex merge would merge UVs by default, disabled that now by againBrecht Van Lommel
2012-11-23Fix bevel crash in OSX debug build.Howard Trickey
2012-11-21Change edge loop select and edge ring select to be consistent withNathan Vegdahl
2012-11-21fix for missing bmesh operator flags when selecting linked (caused by own rec...Campbell Barton
2012-11-20bmesh operator api:Campbell Barton
2012-11-20Fix for add plane operator broken since recent code cleanupSergey Sharybin
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