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-08-25minor code cleanupCampbell Barton
2012-08-25baking actions with euler rotations now uses compatible eulers for pose and o...Campbell Barton
2012-07-04More spell checking.Bastien Montagne
2012-07-03First load of spell and typo fixes (mostly UI messages, but also one or two p...Bastien Montagne
2012-07-03Style edit (mostly), use """ for docstrings (not ''').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-25utility mesh function to return UV islandsCampbell Barton
2012-06-20style cleanupCampbell 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-04-08style cleanup: pep8 some C/styleCampbell 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-21rename ngon tessellate function.Campbell Barton
2012-03-15revert r44887, changes were OK but caused too many problems, better do this a...Campbell Barton
2012-03-15Fix #30549: Error adding mesh object to sceneSergey Sharybin
2012-03-14Changes to python-defined add object operators:Sergey Sharybin
2012-03-08Fix #30435: 2.62 Torus Batch building "Bug" or A Experimental Feature?Sergey Sharybin
2012-02-27Various fixes to UI messages (among other things, all messages needed it shou...Bastien Montagne
2012-02-21copy over a change from bmesh branch that was needed for lightmap unpack to w...Campbell Barton
2012-02-16fix [#30201] bpy_extras.image_utils.load_image always returns placeholderCampbell Barton
2012-02-08Correct mathutils documentation, also correct some python spelling errors and...Campbell Barton
2012-02-02* fix for error in shape transfer (wrong var name).Campbell Barton
2012-01-17Uv Tools branch GSOC 2011Antony Riakiotakis
2011-12-24update bpy_extras.view3d_utils for matrix changesCampbell Barton
2011-12-23Fix test key conflict operator error, due to missing scripts window.Brecht Van Lommel
2011-12-22update axis conversion for recent matrix changesCampbell Barton
2011-12-10fix for error in bpy_extras.image_utils.load_image() when the image file exis...Campbell Barton
2011-12-10fix for bpy_extras.image_utils.load_image() making a placeholder image when p...Campbell Barton
2011-12-06attempt to fix defione for qtcreator project file and cycles define.Campbell Barton
2011-11-07Camera tracking integrationSergey Sharybin
2011-10-17correct spelling errors in commentsCampbell Barton
2011-10-11py api: bpy_extras.io_utils.path_reference() - added library argument so expo...Campbell Barton
2011-10-02- fix for keymap test operatorCampbell Barton
2011-09-26pep8 cleanup and fix for keymap test operator from my own recent fix.Campbell Barton
2011-09-26fix for keymap export, move functions common for the UI and operators into bp...Campbell Barton
2011-09-23remove bl_operators/nla.py, move bake_action function into bpy_extras.anim_ut...Campbell Barton
2011-09-19/release/scripts: Removed final points in UI strings and messages.Bastien Montagne
2011-08-26correct missing bpy doc references.Campbell Barton
2011-08-22pep8 edits and change '!= None' to 'is not None'Campbell Barton
2011-08-15py api - optional sep argument for bpy_extra.io_utils.unique_name() since for...Campbell Barton
2011-08-08use static sets rather then tuples, python optimizes this case.Campbell Barton
2011-08-03fix [#28151] export OBJ don't save the extensionCampbell Barton
2011-07-31fix for error in recent commit.Campbell Barton
2011-07-31py api: sphinx doc corrections, pep8 cleanup and style edits, also added __al...Campbell Barton
2011-07-29pep8 cleanup, also print message when attempting to run in animation player m...Campbell Barton
2011-07-28fix error in writing dupligroups for X3D export, may have effected other expo...Campbell Barton
2011-07-25reverse vector multiplication order for some internal functions.Campbell Barton