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-28== FFMPEG ==Peter Schlaile
2011-05-28fix for ffmpeg linking in BGE (patch by Jens Verwiebe (jensverwiebe) over IRC)Dalai Felinto
2011-05-27Attempted fix for #27482: game engine running slow due to revision 36698 whichBrecht Van Lommel
2011-05-27Windows installer and Path changes, fixing various issues:Brecht Van Lommel
2011-05-27== FFMPEG ==Peter Schlaile
2011-05-27== FFMPEG ==Peter Schlaile
2011-05-27own recent commits caused crash with the grease pencil in camera view, always...Campbell Barton
2011-05-27== FFMPEG ==Peter Schlaile
2011-05-27missed this in recent commit.Campbell Barton
2011-05-27weight paint mirror, move duplicate code into a function.Campbell Barton
2011-05-27== FFMPEG ==Peter Schlaile
2011-05-27remove BLI_streq() since it was hardly used, also replace string search with ...Campbell Barton
2011-05-27split BLO_library_append_named_part into 2 function, one that adds objects in...Campbell Barton
2011-05-26sphinx docstrng formatting (some lines were getting really long)Campbell Barton
2011-05-26support for dynamic items in bpy.props.EnumProperty(), the items keyword argu...Campbell Barton
2011-05-26add the property as an argument to enum item functions, not used yet but need...Campbell Barton
2011-05-26Since we don't support win2k or older anymore, remove old shortname code. Fin...Nathan Letwory
2011-05-26fix for installing blender as a python module with cmake.Campbell Barton
2011-05-26update to build system excluding parts of the python bundle.Campbell Barton
2011-05-26Fix #27465: used light groups did not get linked in with materials automatica...Brecht Van Lommel
2011-05-26Fix #27480: armature multimodifier was not working in edit mode.Brecht Van Lommel
2011-05-26Fix #27445: various operators missing with some non-english system languages.Brecht Van Lommel
2011-05-26Use proper checking for image sourceSergey Sharybin
2011-05-26BUGFIX: Sequencer strips.elements was broken when strip was trimmed (personal...Dalai Felinto
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-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