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
2013-05-29fix [#34851] "UnitSettings.scale_length" not beeing calculated the same way f...Campbell Barton
2013-04-29move modal view3d keymaps out of main list of keymaps into the view3d section.Campbell Barton
2013-04-23fix/workaround [#34983] bpy.ops.mesh.primitive_torus_add() ignores rotation-p...Campbell Barton
2013-04-11fix [#34805] Bake action ignores parent motionCampbell Barton
2013-04-10py api: path_reference_copy() use try/except when copying images, can fail fo...Campbell Barton
2013-04-10py api: simple function to get an image from an objects for simple formats th...Campbell Barton
2013-04-07freestyle lineset `tag` attribute was defined but not used, also some code cl...Campbell Barton
2013-04-05py api additions needed for fixing [#34864].Campbell Barton
2013-03-28code cleanup: python/pep8 and double-promotion warnings.Campbell Barton
2013-02-26patch [#34437] Fix text editor bug: ctrl+F is not configurableCampbell Barton
2013-02-18Correction to own r44749 -- layers from view were always used,Sergey Sharybin
2013-02-18checking for V3D_LOCAL was duplicated in transform.c, and both checks not qui...Campbell Barton
2013-02-18fix bpy_extras.mesh_utils.edge_face_count_dict() helper api function.Campbell Barton
2013-02-07code cleanup: use exist_ok keyword arg to os.makedirs() rather then checking ...Campbell Barton
2013-01-21Bugfix [#33946] Bake Action fails in SVN for ObjectsJoshua Leung
2013-01-16style cleanupCampbell Barton
2013-01-15fix issue reported in '[#33876] bpy.path.ensure_ext adds extension twice / ex...Campbell Barton
2013-01-02changes needed for EDL import to work again.Campbell Barton
2012-12-28Fix [#33424] Inadequate bake action.Bastien Montagne
2012-11-28bmesh operator api reference - add in 'bmesh' arg at the start of each operat...Campbell Barton
2012-11-14remove ifdef'd bevel code, current bevel works better then the previous code.Campbell Barton
2012-10-19Fix #32219: Inconsistent influence of Units Scale on new objectsSergey Sharybin
2012-10-08style cleanup: pep8Campbell 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-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