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-12-11Merged changes in the trunk up to revision 52858.Tamito Kajiyama
2012-12-10de-duplicate labda_PdistVL2Dfl() & line_point_factor_v2()Campbell Barton
2012-12-01Merged changes in the trunk up to revision 52690.Tamito Kajiyama
2012-11-30fix for various asserts running operator tests - not likely any of these woul...Campbell 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-26Merged changes in the trunk up to revision 52546.Tamito Kajiyama
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-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-14Merged changes in the trunk up to revision 52191.Tamito Kajiyama
2012-11-13add an operator for mesh mode switching,Campbell Barton
2012-11-12Merged changes in the trunk up to revision 52118.Tamito Kajiyama
2012-11-12fix [#33142] Ctrl LMB higher selection mode in edit mode sometimes selects ex...Campbell Barton
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-04Merged changes in the trunk up to revision 51853.Tamito Kajiyama
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-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-29Merged changes in the trunk up to revision 51718.Tamito Kajiyama
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-21bmesh-decimator updateCampbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-20Merged changes in the trunk up to revision 51448.Tamito Kajiyama
2012-10-16un-subdivide bmesh operator, useful for making lower polygon versions of mode...Campbell Barton
2012-10-12fix for many RNA definitions having soft/hard ranges swapped, make this BLI_a...Campbell Barton
2012-10-10refactor foreachScreen functions for clipping, now the projection clipping fl...Campbell Barton
2012-10-10code cleanup: split `foreach` object data iterator functions out of drawobjec...Campbell Barton
2012-10-10refactor screen foreach functions to accept float[2] arguments rather then in...Campbell Barton
2012-10-07style cleanup: line length,Campbell Barton
2012-10-07Merged changes in the trunk up to revision 51126.Tamito Kajiyama
2012-10-06fix writing past array bounds in imagewraposa().Campbell Barton
2012-10-05code cleanup: use functions to initialize selection user data structs, use ra...Campbell Barton
2012-10-05fix for bug in loop select, picking the active vert/edge/face was using globa...Campbell Barton
2012-09-23Merged changes in the trunk up to revision 50829.Tamito Kajiyama
2012-09-20code cleanup:Campbell Barton
2012-09-20fix [#32604] Loop select broken with Clipped view and wireframeCampbell Barton
2012-09-15Merged changes in the trunk up to revision 50607.Tamito Kajiyama
2012-09-14fix for sharp edge selection being inverted, change default angle from 1 to 3...Campbell Barton
2012-09-11add some missing NULL checks, a few parts of the code used a pointer then che...Campbell Barton
2012-09-10code cleanup: use BMEdit_FromObject() rather then me->edit_btmesh in more pla...Campbell Barton
2012-09-07code cleanup: header had many incorrect sections for function/file, also rena...Campbell Barton