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
2012-09-05code cleanup: python - pass multiple args to string startswith() / endswith()...Campbell Barton
2012-08-28Adding despeckle as “blender” word...Bastien Montagne
2012-08-25better handle sizes by default for mask mode, now ignore image width/heightCampbell Barton
2012-08-25ability to register your own online manual callbacks - useful for 3rd party a...Campbell Barton
2012-08-25minor code cleanupCampbell Barton
2012-08-25baking actions with euler rotations now uses compatible eulers for pose and o...Campbell Barton
2012-08-25use set's when checking against multiple types.Campbell Barton
2012-08-22fix for blend_render_info.py not closing file & some edits to comments.Campbell Barton
2012-08-22error message when an addon was missing register/unregister functions whasnt ...Campbell Barton
2012-08-20copy as script operator for the console, so you can copy input from a console...Campbell Barton
2012-08-17style cleanupCampbell Barton
2012-08-06Adding "inpaint" as allowed words...Bastien Montagne
2012-07-29style cleanupCampbell Barton
2012-07-29fix for own regression with handling of script paths, however this didnt work...Campbell Barton
2012-07-23Grrr... Minkowski... :pBastien Montagne
2012-07-18Some small fixes (grrr, python imports...).Bastien Montagne
2012-07-18Fix [#32135] FRAMERATE: Framerate display is truncated in selection box.Bastien Montagne
2012-07-09Small cleanup...Bastien Montagne
2012-07-08Grmbl, dummy argparse...Bastien Montagne
2012-07-08Some cleanup, and update to make those files usable both as self-executables ...Bastien Montagne
2012-07-08Some cleanup.Bastien Montagne
2012-07-07Update/fixes (was escaping more chars than needed!)Bastien Montagne
2012-07-05style cleanupCampbell Barton
2012-07-04Minor update to make it work within i18n repo too.Bastien Montagne
2012-07-04Last spell checking (for now).Bastien Montagne
2012-07-04More spell checking.Bastien Montagne
2012-07-03Minor updates.Bastien Montagne
2012-07-03First load of spell and typo fixes (mostly UI messages, but also one or two p...Bastien Montagne
2012-07-03Grmph! module renaming broke the tool!Bastien Montagne
2012-07-03More exception words to the ui dico... :/Bastien Montagne
2012-07-03Minor edits.Bastien Montagne
2012-07-03rename module to something less generic.Campbell Barton
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-07-03Nice update to xgettext replacement, now finds 608 strings, think this covers...Bastien Montagne
2012-07-02Adding (moving from bf-translation) the i18n python module. This will make it...Bastien Montagne
2012-07-01new function: bpy.extras.view3d_utils.region_2d_to_origin_3d()Campbell Barton
2012-06-30code cleanup: some vars were assigned when not neededCampbell Barton
2012-06-29fix for bug where user scripts path set by an environment variable would writ...Campbell Barton
2012-06-28print warning if a script in the addons dir has no bl_info.Campbell Barton
2012-06-28option so operators can be executed with undo enabled (and redo).Campbell Barton
2012-06-25utility mesh function to return UV islandsCampbell Barton
2012-06-20add in convenience var 'D = bpy.data' - to the python console, add note for C...Campbell Barton
2012-06-20style cleanupCampbell Barton
2012-06-10remove duplicate importCampbell Barton
2012-06-04picky change - rename keymap since there is no 'mask editor'Campbell Barton
2012-06-04mask mode for clip editor developed by Sergey Sharybin, Pete Larabell and mys...Campbell Barton
2012-05-31Fix #31658: missing properties in key configuration export, hidden propertiesBrecht Van Lommel
2012-05-28bpy.utils.time_to_frame() and frame_to_time() utility functions.Campbell Barton
2012-05-09fix [#31383] EditBone.align_orientation() uses Vector.normalize() incorrectlyCampbell Barton
2012-04-28Addons: "persistent" parameter for addon_utils.enable(), so that you can enableBrecht Van Lommel