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-27Merge w/ trunk: r52086-r52534 (As with last time, the game engine was not mer...soc-2012-swiss_cheeseJason Wilkins
2012-11-19Minor spellchaeck in UI message.Bastien Montagne
2012-11-16code cleanup: replace most DO_MINMAX2 -> minmax_v2v2_v2Campbell Barton
2012-11-14add 'use_unselected' option to UV_OT_remove_doubles,Campbell Barton
2012-11-14each different remove doubles function used a different property name, use 't...Campbell Barton
2012-11-14speedup to uv remove doubles.Campbell Barton
2012-11-14style cleanup: with uv remove doubles, weld distance soft/hard ranges were wr...Campbell Barton
2012-11-13Added 'remove doubles' tool to uv editor.Matthew Smith
2012-11-12Merge w/ trunk: r51141-52085 (Important Note: gameengine and blenderplayer we...Jason Wilkins
2012-11-03Bugfix (own collection)Ton Roosendaal
2012-10-22Support for connected style proportional editing in UV editor. Now when conne...Antony Riakiotakis
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-19More UI messages fixes and tweaks, BKE_report<->BKE_reportf, and stuff to tra...Bastien Montagne
2012-10-15code cleanup: remove redundant pointer indirection.Campbell Barton
2012-10-15add missing redraw notifier for separate UV operator, also some style cleanup...Campbell Barton
2012-10-14style cleanupCampbell Barton
2012-10-14code cleanup: remove redundant casts. quiet some qualifier warnings.Campbell Barton
2012-10-12quiet some -Wshadow warningsCampbell Barton
2012-10-07Merge w/ trunk: r50097-r51140 (also, I got ahead of myself and fixed a lot of...Jason Wilkins
2012-10-06fix reading past array bounds for nearest_uv_between() and draw_tracking_trac...Campbell Barton
2012-10-05code cleanup: use functions to initialize selection user data structs, use ra...Campbell Barton
2012-10-01possible fix for crashing when re-doing mouse select operator, there was a mi...Campbell Barton
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-08-31Fix #32458: changing UV image in image editor not working when the active faceBrecht Van Lommel
2012-08-31Fix #32447: mouse selection in uv editor is now no longer registerd as lastBrecht Van Lommel
2012-08-23code cleanup: rename BLI_in_rctf() --> BLI_rctf_isect_pt(), to conform with o...Campbell Barton
2012-08-22style cleanupCampbell Barton
2012-08-14code cleanup: reduce calling sqrt() when distances are only calculated for co...Campbell Barton
2012-08-10Separate uv selection operator: Y key, behaves much the same way as the mesh ...Campbell Barton
2012-08-09utility functions for getting/setting rectangles for operators.Campbell Barton
2012-08-06Switching images in the image space would modify UV coordinates.Campbell Barton
2012-08-06move pivot point and cursor out of UV rna into image space since both mask an...Campbell Barton
2012-08-04style cleanupCampbell Barton
2012-07-26add ED_space_image_get_size_fl, ED_space_clip_get_size_flCampbell Barton
2012-07-26mask/image: rotate about 2d cursor now works.Campbell Barton
2012-07-25match function names for clip/image spacesCampbell Barton
2012-07-21use fabsf when using floats.Campbell Barton
2012-07-11vector versions of BLI_in_rctf / BLI_in_rcti, (BLI_in_rctf_v, BLI_in_rcti_v)Campbell Barton
2012-07-09Fix for #31962, changes image ignores correct aspect ratio. MadeAntony Riakiotakis
2012-07-03More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise...Bastien Montagne
2012-05-30split up proportional editing keymap functions (adding this in tomato branch ...Campbell Barton
2012-05-20code cleanup:Campbell Barton
2012-05-14code cleanup: add WM_gesture_lasso_path_to_array, move mouse path to array co...Campbell Barton
2012-05-14lasso select for movie clip markers.Campbell Barton
2012-05-05code cleanup: BKE_scene api naming.Campbell Barton
2012-05-04code cleanup: double promotion & some style cleanupCampbell Barton
2012-04-30style cleanup: re - http://wiki.blender.org/index.php/Dev:Doc/CodeStyle#Brace...Campbell Barton
2012-04-30Fix missing redraw when using circle select in uv editor, IRC report.Brecht Van Lommel
2012-04-28style cleanup: format 'for' loop macros the same as for loops, some renaming ...Campbell Barton
2012-04-28code cleanup: Campbell Barton