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
path: root/source
AgeCommit message (Expand)Author
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-22fix [#27443] "Make single user Material+Tex" doesn't work for texturesCampbell Barton
2011-05-22remove / comment unused code, patch by nico_ga on IRC with some edits.Campbell Barton
2011-05-22- view dolly now quits on pressing escape (if activated from the search menu).Campbell Barton
2011-05-22file had non utf8 characters.Campbell Barton
2011-05-22quiet compiler warnings for -WundefCampbell Barton
2011-05-22fix [#27458] Links for Logic Bricks no longer workCampbell Barton
2011-05-22correct a tooltip misspellDaniel Salazar
2011-05-21view3d function naming, no functional changes.Campbell Barton
2011-05-21fix [#27437] Appending armatures with custom bone shapes brings no custom obj...Campbell Barton
2011-05-21no functional changes, make give_base_to_objects() arguments less confusing.Campbell Barton
2011-05-21Bugfix [#27452] Wrong linking of character groupsJoshua Leung
2011-05-21patch [#27449] bpy_script_paths() return path reversed [patch]Campbell Barton
2011-05-20change transform to round at 0.5 for fcurves.Campbell Barton
2011-05-20was using the wrong rna type for GRAPH_OT_select_leftrightCampbell Barton
2011-05-20error in recent commit.Campbell Barton
2011-05-20edit gp_stroke_convertcoords not to modify the mval passed to it & make some ...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-20rename mul_project_m4_v4 to mul_project_m4_v3.Campbell Barton
2011-05-20Remedy compile error on windows/msvc introduced in r36787.Nathan Letwory
2011-05-20use event->mval rather then subtracting ar->winrct.x / y from event->x / yCampbell Barton
2011-05-20renaming bones didnt update update the view3d lock bone name.Campbell 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-20int values were not drawing curve handles, yet the handles could still be sel...Campbell Barton
2011-05-19- mousewheel zoom now zooms camera area when the camera is locked and in orth...Campbell Barton
2011-05-19move rna property area.active_space --> area.spaces.activeCampbell Barton
2011-05-19formatting changes only.Campbell Barton
2011-05-19modify fcurve evaluation for bool/enum/int values. was converting from a floa...Campbell Barton
2011-05-19Fix some compile warnings.Brecht Van Lommel
2011-05-19UI tweak: properties editor header now has same size as other headers again.Brecht Van Lommel
2011-05-19Fix for preview render, lamp and world now also get localized like material a...Brecht Van Lommel
2011-05-19Code refactor: split code for render updates and opening render view intoBrecht Van Lommel
2011-05-19Fix crash when accessing mesh from python while a mesh with a subsurf modifierBrecht Van Lommel
2011-05-19Add localize_lamp and localize_world functions as already existed for materialsBrecht Van Lommel
2011-05-19UI: fix direction properties not showing the right direction editing widget,Brecht Van Lommel
2011-05-19screenshot operator can now be executed directly.Campbell Barton
2011-05-19UI: fix menus getting closed too quick when moving mouse not exactly towardsBrecht Van Lommel
2011-05-19change window_to_3d to take screen coords as floats.Campbell Barton
2011-05-19converting grease pencil now works in the camera view.Campbell Barton
2011-05-19fix [#27437] Appending armatures with custom bone shapes brings no custom obj...Campbell Barton
2011-05-19add python access to mathutils.intersect_line_plane, update view3d_utils modu...Campbell Barton
2011-05-19added math function isect_line_plane_v3(), use for window_to_3d rather then h...Campbell Barton
2011-05-18fix [#27158] Appending crash with preview.Andrea Weikert
2011-05-18use window_to_3d for armature_click_extrude operator.Campbell Barton
2011-05-18window_to_3d() wasn't working at all (only used by grease pencil/path convers...Campbell Barton