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
2011-07-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-07-17cmake source definitions:Campbell Barton
2011-07-16fix for crash with edit armature buttons when no bones were selected (uniniti...Campbell Barton
2011-07-13Fix #27951: armature edit mode transform panel shows "nothing selected" evenBrecht Van Lommel
2011-07-08Fix #27897: mesh with negative scale disappears while sculpting, clippingBrecht Van Lommel
2011-07-05Fix #27810: bones drawn blue in 2.49 file, was still checking stride boneBrecht Van Lommel
2011-06-23More flexible size options for particle billboards. This adds scale factors f...Lukas Toenne
2011-06-20fix for crash drawing zero length motion path and a leak with zero length paths.Campbell Barton
2011-06-18use ascii drawing function where utf8 isnt needed.Campbell Barton
2011-06-17fix for drawing bones names twice in object with viewport 'Outline' option en...Campbell Barton
2011-06-15Code cleanup: remove unused shaded draw mode code.Brecht Van Lommel
2011-06-10Bugfix #27136Ton Roosendaal
2011-06-09[#27615] Box select of mesh object disabled or translated due to curve objectCampbell Barton
2011-06-06Added cancel callbacks to modal operators which allocates memorySergey Sharybin
2011-06-04Code holiday commit:Ton Roosendaal
2011-06-02fix [#27557] Linked object (camera) should not be able to set position by usi...Campbell Barton
2011-05-31cmake maintenanceCampbell Barton
2011-05-28fixed "rather then" -> "rather than" typos all over the placeM.G. Kishalmi
2011-05-27own recent commits caused crash with the grease pencil in camera view, always...Campbell Barton
2011-05-25fix [#27479] Missing 'Select vertex groups under the cursor' in weight paint ...Campbell Barton
2011-05-24remove some warnings and possible use of un-initialized vars.Campbell Barton
2011-05-23fix [#27462] Linked Object (camera) can be moved by Lock Camera to ViewCampbell Barton
2011-05-23fix [#26618] StringProperty with sub_type of FILE_PATH not updated correctly ...Campbell Barton
2011-05-23own recent commit broke zoom to mouselocCampbell Barton
2011-05-23fix [#27459] Flymode moves parentCampbell Barton
2011-05-23fix view3d_persp_mat4, which gave incorrect translation, rename to ED_view3d_...Campbell Barton
2011-05-22- view dolly now quits on pressing escape (if activated from the search menu).Campbell Barton
2011-05-21view3d function naming, no functional changes.Campbell Barton
2011-05-20error in recent commit.Campbell Barton
2011-05-20use consistant arguments to ED_view3d_win_* funcs, a single float vector rath...Campbell Barton
2011-05-20function rename to give clearer meaning that they change from window to 3d co...Campbell Barton
2011-05-20replace checks with rv3d->persp with rv3d->is_persp since in these cases it o...Campbell Barton
2011-05-20simplify window_to_3d_vector() and call it from viewline()Campbell Barton
2011-05-20use event->mval rather then subtracting ar->winrct.x / y from event->x / yCampbell Barton
2011-05-20use BKE_area_find_region_type in place of inline loops (no functional changes).Campbell Barton
2011-05-20make api functions for converting rv3d->camzoom, so the odd logic for this is...Campbell Barton
2011-05-19- mousewheel zoom now zooms camera area when the camera is locked and in orth...Campbell Barton
2011-05-19change window_to_3d to take screen coords as floats.Campbell Barton
2011-05-19added math function isect_line_plane_v3(), use for window_to_3d rather then h...Campbell Barton
2011-05-18window_to_3d() wasn't working at all (only used by grease pencil/path convers...Campbell Barton
2011-05-18there wasn't a good way to know if a RegionView3D was perspective or not (wit...Campbell Barton
2011-05-15homekey in camera view now fits the view scale as well as centering the camera.Campbell Barton
2011-05-15camera composition guides:Campbell Barton
2011-05-15remove some unused view3d members & added RV3D_VIEW_USER define.Campbell Barton
2011-05-15fix for bug with camera locking, view dolly and rotate with 'about selection'...Campbell Barton
2011-05-15fix for user reported issuesCampbell Barton
2011-05-14option to have the view controls apply to the camera view (and camera object).Campbell Barton
2011-05-14fix for view dolly not working with auto-depth & zoom to mouse location when ...Campbell Barton
2011-05-14minor changes to view3d operators, add View3D to 'ViewOpsData'Campbell Barton
2011-05-14view3d api edits, no functional changes.Campbell Barton