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-12Merge w/ trunk: r51141-52085 (Important Note: gameengine and blenderplayer we...Jason Wilkins
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-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-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-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-07Merge w/ trunk: r50097-r51140 (also, I got ahead of myself and fixed a lot of...Jason Wilkins
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-20code cleanup:Campbell Barton
2012-09-20fix [#32604] Loop select broken with Clipped view and wireframeCampbell Barton
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
2012-08-31Fix #32458: changing UV image in image editor not working when the active faceBrecht Van Lommel
2012-08-21"Pens Down" merge /w trunk r49015-r50064. Make clean patches for Google Summ...Jason Wilkins
2012-08-08header fixup, aspect api, warning fixes, removed some minor use of display li...Jason Wilkins
2012-08-05Fix [#32260] 'Select Sharp Edges' works vice versaBastien Montagne
2012-07-21add option so operators can be called with a flag, currently the only flag is...Campbell Barton
2012-07-20minor edits for bmesh apiCampbell Barton
2012-07-18Merged w/ Trunk: r48664-r49014Jason Wilkins
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-07-06Merged w/ Trunk: r48429-r48663Jason Wilkins
2012-06-30rename bmesh ops since they are exposed in an api now.Campbell Barton
2012-06-28Color Readability: Start to make drawing color specification more consistent ...Jason Wilkins
2012-06-26Merge w/ Trunk: r47143-r48302Jason Wilkins
2012-06-25Big Commit - Ported Blender/BGE to use GPU_compatibility for most drawing.Jason Wilkins
2012-06-25Fix for [#31900] Loop Selection on wireframe selects vertex behind.Bastien Montagne
2012-06-20Fixes [#31577] Select N-th vertex/face/edge doesnt workNicholas Rishel
2012-06-15Added option in shift-g to select verts by number of connected edges (valence).Joseph Eagar
2012-06-11Add missing/incorrect selection flushes.Nicholas Bishop
2012-05-25Modifications to the view3d.select() operator: Nathan Vegdahl
2012-05-21code cleanup: spellingCampbell Barton
2012-05-20code cleanup:Campbell Barton
2012-05-20Various small fixes:Bastien Montagne