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-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
2011-07-20added bpy.path.basename because "//" prefix breaks os.path.basename.Campbell Barton
2011-07-18fix [#27971] Blender OBJ export with Z-Up setting produces an error and failsCampbell Barton
2011-07-13patch [#27950] Patch to add the ability to generate random points on mesh facesCampbell Barton
2011-07-10fix for various python bugs and remove unused var.Campbell Barton
2011-07-10cleanup for python scripts - unused vars and importsCampbell Barton
2011-07-03fix for error when moving module, broke fracture tools and select internal fa...Campbell Barton
2011-06-30fix for own error in script edits, broke bpy_extras.mesh_utils.ngon_tesselateCampbell Barton
2011-06-21pep8 complianceCampbell Barton
2011-06-18fix for error caused with module relocation - broke loading ngons in OBJ filesCampbell Barton
2011-06-15Changes to quick explodeCampbell Barton
2011-06-02addons now show expanded list again (since Brecht's commit now makes it fast)Campbell Barton
2011-05-31fix for mistake in case insensitive image load.Campbell Barton
2011-05-30missed this import when moving load image function.Campbell Barton
2011-05-28move load_image into image_utils and add some docstrings to bpy_extras module.Campbell Barton
2011-05-28- generate sphinx docs for bpy_extras moduleCampbell Barton
2011-05-26correct spelling error and some pep8 changes.Campbell Barton
2011-05-26move less common mesh operations out of bpy_types into bpy_extras.mesh_utilsCampbell Barton
2011-05-24lookup table for axis conversion was wrong in some places.Campbell Barton
2011-05-24bpy_extras.io_utils.axis_conversion() was returning wrong matrix.Campbell Barton