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-05-26move less common mesh operations out of bpy_types into bpy_extras.mesh_utilsCampbell Barton
2011-05-26fix [#27485] Create new shapekey on latticeCampbell Barton
2011-05-26fix for mistake in selecting vertex groups (own recent commit)Campbell Barton
2011-05-26fcurve/boolean evaluation, values below zero are no longer evaluated to true.Campbell Barton
2011-05-25fix [#27478] Crash on image editor after loading exr imagesCampbell Barton
2011-05-25fix [#27479] Missing 'Select vertex groups under the cursor' in weight paint ...Campbell Barton
2011-05-24cmake's install target now works for the python module on *nix.Campbell Barton
2011-05-24remove some warnings and possible use of un-initialized vars.Campbell Barton
2011-05-24use PyDoc_STRVAR macro, so its possible to build without docstrings.Campbell Barton
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-24lookup table for axis conversion was wrong in some places.Campbell Barton
2011-05-24clamp delta to prevent cases where strength is a huge number. Very high value...Nathan Letwory
2011-05-24Fix for mingw 64bit fix.Brecht Van Lommel
2011-05-24Attempt to fix mingw 64 bit compile error.Brecht Van Lommel
2011-05-24bpy_extras.io_utils.axis_conversion() was returning wrong matrix.Campbell Barton
2011-05-24fix for option WITH_CXX_GUARDEDALLOC with msvcCampbell Barton
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 #26728: crash with load/save on Mac, on files that close & open a windowBrecht Van Lommel
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-23CMake changesCampbell 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-20Fix for [#27333] Translation constraint is broken.Thomas Dinges
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-202.5 Particle UI:Thomas Dinges
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-20typo in previous commitSergey Sharybin
2011-05-20function rename to give clearer meaning that they change from window to 3d co...Campbell Barton