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
2010-08-17- rna_info.py now outputs array length with types eg. float[16].Campbell Barton
2010-08-15speedup and cleanup of OBJ exporterCampbell Barton
2010-08-14netrender fixes:Martin Poirier
2010-08-14- PyLineSpit() - used to print the filename and line number for internal erro...Campbell Barton
2010-08-14fix for error in world buttons when the world was NoneCampbell Barton
2010-08-13bugfix [#21807] Import Key Configuration problemsCampbell Barton
2010-08-13Fix #23297: python error caused empty brush panel in the image editor.Brecht Van Lommel
2010-08-13bugfix [#22037] OBJ exporter produce wrong UVCampbell Barton
2010-08-13[#22884] slow import wavefont/.obj fileCampbell Barton
2010-08-13exporters now set the filepath in the invoke() method rather then the menu dr...Campbell Barton
2010-08-13bugfix [#22974] OBJ import arrives without textureCampbell Barton
2010-08-122.5 User Interface / UI ScriptsThomas Dinges
2010-08-12Fix #23269: inconsistent naming of recalculate roll in menus compared toBrecht Van Lommel
2010-08-12bugfix [#23227] .obj import with UV produces broken UV map in 2.53.0 (r30593)Campbell Barton
2010-08-12[#23275] .3DS import script fails on some models.Campbell Barton
2010-08-11mathutils module methods only contained matrix constructors, move these to ma...Campbell Barton
2010-08-11python declarative UICampbell Barton
2010-08-11small edits to text editor from writing a python editor extension.Campbell Barton
2010-08-11Update address in license block.Guillermo S. Romero
2010-08-10minor adjustments to python scripts to make them easier to run outside of ble...Campbell Barton
2010-08-10include rna parent class names in renaming listCampbell Barton
2010-08-10rewrite poll methods using a base class implementation instead of a global fu...Martin Poirier
2010-08-09OBJ Export:Thomas Dinges
2010-08-09OBJ Export:Thomas Dinges
2010-08-09fix from recent poll() edits.Campbell Barton
2010-08-09poll() as a python '@staticmethod' was too limiting and didnt allow useful ba...Campbell Barton
2010-08-09[#23228] Play rendered animation is not workingCampbell Barton
2010-08-08display addons sorted by category then name (remove old commented code which ...Campbell Barton
2010-08-07Experemental XML UI, define panels/menus/headers which load at startup like p...Campbell Barton
2010-08-07netrender: fix poll methodsMartin Poirier
2010-08-06Fix missing texture face panel.Brecht Van Lommel
2010-08-06reverted r31104 with recent commit.Campbell Barton
2010-08-06remove narrow ui featureCampbell Barton
2010-08-06== Area lamp UI ==Luca Bonavita
2010-08-06fix for missing importCampbell Barton
2010-08-06bugfix [#19525] Curve modifier moves mesh geometry firstCampbell Barton
2010-08-06adding back pep8 tag removed r31089.Campbell Barton
2010-08-06SVN maintenance.Guillermo S. Romero
2010-08-06bugfix [#23194] export UVs miss the extension fileCampbell Barton
2010-08-06some fixes for the poll() function from last commit.Campbell Barton
2010-08-05bugfix [#23182] Using self.report() inside poll() gives crashCampbell Barton
2010-08-04Fix sculpt 3d view menu showing in two columns.Brecht Van Lommel
2010-08-04Fix #23157: missing sculpt symmetry and appearance panels after pythonBrecht Van Lommel
2010-08-04Fix hang on opening addons tab, having a .py file without bl_addon_infoBrecht Van Lommel
2010-08-04rewrote wm.context_set_id() to automatuically match the pointer type with the...Campbell Barton
2010-08-04Brush/Paint internal changesCampbell Barton
2010-08-042.5: Hide options panel for halo materials, none of the settings hereBrecht Van Lommel
2010-08-04exit image externally wasnt checking if the image existed first.Campbell Barton
2010-08-04bugfix [#23174] Text Editor: View Top of File and View Bottom of File not wor...Campbell Barton
2010-08-03Export OBJ script:Thomas Dinges