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-24loading data with bpy.data.libraries.load(), now swaps out the strings in the...Campbell Barton
2011-05-24BLO_library_append_named_part now returns the newly linked/appended datablock.Campbell Barton
2011-05-24clamp delta to prevent cases where strength is a huge number. Very high value...Nathan Letwory
2011-05-24fix for using uninitialized vars in own recent commit.Campbell Barton
2011-05-24fix for cmake/msvc when the path name contains spaces, patch by Kupoman on IRCCampbell Barton
2011-05-23fix [#27462] Linked Object (camera) can be moved by Lock Camera to ViewCampbell Barton
2011-05-23remove unused code, comment some that may be useful (maintainers can remove).Campbell Barton
2011-05-23Fix print_rctf not printing y max correct.Brecht Van Lommel
2011-05-23fix [#26618] StringProperty with sub_type of FILE_PATH not updated correctly ...Campbell Barton
2011-05-23fix own mistake [#27451] Flip to Top / Flip to Bottom menuitems on right clic...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-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