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
2008-11-11attempt to make executing an external command work with python 2.4 & 2.5, it ...Campbell Barton
2008-11-07[#17958] Windows path fix for image_edit.py script.Campbell Barton
2008-11-05uniform end-of-line format and set svn:eol-style property to "native" for all...Remigiusz Fiedler
2008-11-05* Updated the 'Consolidate into one image' script to support alphaMatt Ebb
2008-10-22added an option for python Draw.UIBlock(func, mouse_exit) so moving the mouse...Campbell Barton
2008-10-22add a way for external scripts to call X3D/VRML importer and deal with unknow...Campbell Barton
2008-10-21more python 2.3 compat, should be the last of it.Campbell Barton
2008-10-21py 2.3 compat for lightwave_import and wizard_curve2treeCampbell Barton
2008-10-20fix for [#17871] PLY file import: blender seems to loose vertex color informa...Campbell Barton
2008-10-20=== Blender Python API ===Nathan Letwory
2008-10-19modified OBJ import and export UI's to be less confusing with nicer layout. r...Campbell Barton
2008-10-18patch [#17856] Correction on docs for Ipo module. from Lucas Vella (lvella) +...Campbell Barton
2008-10-18Added joystick epydocs, only changed incorrect docstrings in SCA_JoystickSens...Campbell Barton
2008-10-18* Fixed eekadoodle problem where faces with a zero index vert in the wrong pl...Campbell Barton
2008-10-17x3d and vrml importer for loading thes files as static scenes. x3d needs a fu...Campbell Barton
2008-10-15vrml exporting with images was broken.Campbell Barton
2008-10-12c3d_import needed encoding defined for python 2.5+ to run.Campbell Barton
2008-10-10== Python ==Willian Padovani Germano
2008-10-08own error, bvh import would always miss the last frame.Campbell Barton
2008-10-08DXF-Exporter updateRemigiusz Fiedler
2008-10-06Use xrange() rather than range() for loop iterations.Chris Want
2008-10-06A fix for bug #8814:Chris Want
2008-09-29DXF-Exporter script - initial commit Remigiusz Fiedler
2008-09-29Updates to hotkeys.py with some hotkeys I've added/changed over past few rele...Joshua Leung
2008-09-28fix header textRemigiusz Fiedler
2008-09-26Patch #17346: Align bones in edit modeJoshua Leung
2008-09-25patch [#17683] Fix OBJ import line endingsCampbell Barton
2008-09-23[#8540] Import scripts for MilkShape3D file formatsCampbell Barton
2008-09-20Python api access to obcolorCampbell Barton
2008-09-20Text.cCampbell Barton
2008-09-20Patch #17348 by Roger WickesTon Roosendaal
2008-09-17* Some tweaks to the OBJ importer/exporter after chatting with CampbellMatt Ebb
2008-09-11ScriptsKen Hughes
2008-09-102 gamelogic templates, one with example functions and comments, another minim...Campbell Barton
2008-09-06object_find, didnt get images from an objects material texturesCampbell Barton
2008-09-06find objects by texture name raised a python errorCampbell Barton
2008-09-05Merge of first part of changes from the apricot branch, especiallyBrecht Van Lommel
2008-09-03cleanup mesh materials option was setting incorrect material indiciesCampbell Barton
2008-08-30Merge from trunk 16122-16307Ian Thompson
2008-08-30Fix for class variable parsing/listing bug.Ian Thompson
2008-08-26Fix for text plug-in scripts on 64-bit platforms.Ian Thompson
2008-08-18Missed parentheses from except clause, has a whole different meaning.Ian Thompson
2008-08-18Better class support with inheritance for text parsing.Ian Thompson
2008-08-17Fix for numeric var types creating an error.Ian Thompson
2008-08-16Improvements to the base BPyTextPlugin module:Ian Thompson
2008-08-15Merge from trunk 16031:16122Ian Thompson
2008-08-15merging trunk 15964 -> 16116Martin Poirier
2008-08-12Speed improvements for reading text lines and the option to specify a range f...Ian Thompson
2008-08-11fix for [#17365] PLY export script writes comment in invalid wayCampbell Barton
2008-08-10Added sys.path module search to BPyTextPlugin module and fixed IndentationErr...Ian Thompson