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-03-12Fix #21224, "FBX export has object translation issues".Arystanbek Dyussenov
2010-03-11Fix #21550, "FBX Exporter doesn't make faces". Exporter incorrectly accessed ...Arystanbek Dyussenov
2010-02-26remove rna functions image.get_export_path() and image.get_abs_filename(), fi...Campbell Barton
2010-02-23scene.render_data -> scene.renderCampbell Barton
2010-02-23pep8 cleanup + correction for external player operator return value.Campbell Barton
2010-02-20Mathutils API: Euler support for rotation order.Campbell Barton
2010-02-16[#21177] Text editorCampbell Barton
2010-02-15Inline tooltips and descriptions of export/importDaniel Salazar
2010-02-14change python scripts so modules which register with blender have a register(...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-05use the camera's lens angle as radians.Campbell Barton
2010-02-04access spot size in radians from python.Campbell Barton
2010-02-02[#20934] fbx export with armature results in 0bytes writen REV:26548Campbell Barton
2010-02-02subtype support for properties in bpy.props.Campbell Barton
2010-01-27Missed these files in the last commit ..Matt Ebb
2010-01-25Mathutils refactor & include in sphinx generated docs, (TODO, include getset'...Campbell Barton
2010-01-20BPY: fixed iteration over and slicing of multidim. arrays.Arystanbek Dyussenov
2010-01-16Workaround to fix #20645. Iteration over multidim arrays and slicing of them ...Arystanbek Dyussenov
2010-01-10RNA/Py APICampbell Barton
2010-01-03new python submodule. eg.Campbell Barton
2009-12-28new python module constantsCampbell Barton
2009-12-26pep8 edits, removed MakeCursor.py and rna_array.py, not important to make pep8Campbell Barton
2009-12-26replace dynamic_menu.py with Menu classmethods much less complicated.Campbell Barton
2009-12-25operator draw function working again. needed to add layout to the operator to...Campbell Barton
2009-12-24* register operators like other classesCampbell Barton
2009-12-14pep8 warnings, remove unused importsCampbell Barton
2009-12-13add pep8 headers so these scripts spit out errors when running pep8.Campbell Barton
2009-12-13tabs 2 spacesCampbell Barton
2009-12-11[#20288] FBX exporter failsCampbell Barton
2009-12-02rename armature RNA propsCampbell Barton
2009-11-23more ui api changes.Campbell Barton
2009-11-23rna UI api rename...Campbell Barton
2009-11-19operators were copying the properties from the rna operator into the class in...Campbell Barton
2009-11-18python pose_channels -> bonesCampbell Barton
2009-11-04bugfix [#19804] .MDD is not working?? // Also filetype issue?Campbell Barton
2009-11-03renamed bpy.sys to bpy.utils, since it used to be a attempt to replace python...Campbell Barton
2009-11-02make python operator instances subclasses of the wmOperator when called.Campbell Barton
2009-11-01Correct GPL license header for all python scriptsMartin Poirier
2009-10-31define operator properties in the class, similar to django fieldsCampbell Barton
2009-10-31change blender python interface for classes not to ise __idname__ rather bl_i...Campbell Barton
2009-10-11- add torus back from 2.4x as an operatorCampbell Barton
2009-09-29adding back changes from soc-2009-kaz branch.Campbell Barton
2009-09-29Copying scripts from 2.4x without 2.5x changesCampbell Barton
2009-09-29history for these files was lost, will use "svn cp ....." to get the scripts ...Campbell Barton
2009-09-29Fixed export scripts: 3DS, OBJ, X3D, FBX. These need testing now.Arystanbek Dyussenov
2009-09-28Fix #19483: error using FBX export script, diffuse_reflectionBrecht Van Lommel
2009-09-28- removed 2.4x release/scriptsCampbell Barton