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-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
2012-04-26fix for buffer overrun crash with saving scene name longer then 24 characters.Campbell Barton
2012-04-13bmesh todo: vertex dirtmap now working again.Campbell Barton
2012-04-08style cleanup: pep8 some C/styleCampbell Barton
2012-04-07* Replace some more Blender 2.5x with Blender 2.6x and some code cleanup. Thomas Dinges
2012-04-07dont display any file as a preset in the menu (limit to *.py, *.xml)Campbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-29fix [#30402] modules dir missing from sys.pathCampbell Barton
2012-03-26fix [#30657] New UV layers created with Mesh.uv_textures.new reset previous o...Campbell Barton
2012-03-23more face -> tessface editsCampbell Barton
2012-03-23rna/python api change: rename Mesh.faces --> tessfaces, since existing script...Campbell Barton
2012-03-22fix [#30623] user-defined render presets bugCampbell Barton
2012-03-21rename ngon tessellate function.Campbell Barton