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-09-01spaces -> tabs (configure you're editors right!)Campbell Barton
2011-08-25picky style edits with screen/view/drawing, also remove own bad example doc.Campbell Barton
2011-08-03fix [#28151] export OBJ don't save the extensionCampbell Barton
2011-07-08Fix #27897: mesh with negative scale disappears while sculpting, clippingBrecht Van Lommel
2011-06-10Bugfix #27136Ton Roosendaal
2011-06-02fix [#27557] Linked object (camera) should not be able to set position by usi...Campbell Barton
2011-05-21view3d function naming, no functional changes.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-20make api functions for converting rv3d->camzoom, so the odd logic for this is...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-15remove some unused view3d members & added RV3D_VIEW_USER define.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-14view3d api edits, no functional changes.Campbell Barton
2011-05-13using the viewmatrix to position the camera could be problematic if the view ...Campbell Barton
2011-05-13rename setcameratoview3d to view3d_to_ob & add to ED_view3d.h so others can use.Campbell Barton
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell Barton
2011-05-12window_to_3d_vector was incorrect but dolly view operator was accounting for ...Campbell Barton
2011-05-07Code cleanup: remove source/kernel module, this wasn't really the kernel ofBrecht Van Lommel
2011-04-30fix for minor glitch when setting the camera in local view (camera could try ...Campbell Barton
2011-04-28fix [#27193] view/camera/set active object as camera sometimes "disabled" in ...Campbell Barton
2011-04-28smooth view now takes the v3d and region as arguments. (no functional change)Campbell Barton
2011-04-26- fix for player linkingCampbell Barton
2011-04-25rna apiCampbell Barton
2011-04-21pass even mouse coords value as const so its not edited, view3d_get_view_alig...Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-20Bugfix #27044Ton Roosendaal
2011-04-05utility function for getting the vector direction the mouse is pointing in a ...Campbell Barton
2011-04-03quiet various warnings, also disable -Wdouble-promotion with cmake since it g...Campbell Barton
2011-03-27view3d / object drawing: floats were being implicitly promoted to doubles, ad...Campbell Barton
2011-03-19Bugfix #26547Ton Roosendaal
2011-03-08fix bug [#26315] Background and 3D view mistakes Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-02-05todo list item:Ton Roosendaal
2011-01-18Bugfix [#25684b] Surface and Stroke options are not working with UseJoshua Leung
2011-01-12remove redundant assignments & unused vars.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-01bugfix [#23423] Multi-window : closing game windows cause blender crashCampbell Barton
2010-11-19bugfix [#24812] Cannot change top/left/front views in quad view after camera ...Campbell Barton
2010-11-16bugfix [#24746] Align Camera to View locks 3D Editor in Camera Perspective ViewCampbell Barton
2010-11-08fix for glitches with quad-split view.Campbell Barton
2010-11-07Bugfix #24585Ton Roosendaal