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-09-01moving import/export scripts into packages (just moving scripts, need to add ...Campbell Barton
2010-09-01cleanup duplicate GPL haeders, blender made 2.4x __bpydoc__ into __doc__, rem...Campbell Barton
2010-09-01use mix-in classes for import export operators, these define the filepath pro...Campbell Barton
2010-08-30- keymap import/export works again (broke with own api changes)Campbell Barton
2010-08-27missed this with rna renaming.Campbell Barton
2010-08-24- move more active properties into their collections:Campbell Barton
2010-08-20rna data path names which are more likely to break animations.Campbell Barton
2010-08-18rna renaming, still only adjusting properties that wont be animated (at least...Campbell Barton
2010-08-18rna naming: verts -> verticesCampbell Barton
2010-08-13exporters now set the filepath in the invoke() method rather then the menu dr...Campbell Barton
2010-08-11mathutils module methods only contained matrix constructors, move these to ma...Campbell Barton
2010-08-09poll() as a python '@staticmethod' was too limiting and didnt allow useful ba...Campbell Barton
2010-08-06bugfix [#23194] export UVs miss the extension fileCampbell Barton
2010-08-05bugfix [#23182] Using self.report() inside poll() gives crashCampbell Barton
2010-08-02RNA Types metaclass registrationMartin Poirier
2010-07-26[#23035] Obj export crashCampbell Barton
2010-07-24bugfix [#19223] FBX export doesn't do cameras correctlyCampbell Barton
2010-07-21Fix #22921: Default human meta-rig will not export to FBX. Still missedBrecht Van Lommel
2010-07-20Fix #22921: error FBX exporting armature without animation data.Brecht Van Lommel
2010-07-20- correct some spelling errors.Campbell Barton
2010-07-17spelling correction: alredy --> alreadyCampbell Barton
2010-07-14bugfix [#22843] Cannot export to folder with ".blend" on the end.Campbell Barton
2010-07-03rna api:Campbell Barton
2010-06-14naming changesCampbell Barton
2010-06-09rename rna function obj.make_display_list(scene) --> obj.update(scene)Campbell Barton
2010-06-02rename some rna properties filename --> filepathCampbell Barton
2010-05-23[#22301] Fix for 22300 : Blender 2.52 FBX exporter doesn't export correct FBXCampbell Barton
2010-04-25py apiCampbell Barton
2010-04-11PyAPICampbell Barton
2010-04-06Object API changes so these functions now require a scene as first argument:Brecht Van Lommel
2010-04-05Fix [#21886] OBJ export crashes if attempted while in edit modeMatt Ebb
2010-04-02rna naming, *_frame --> frame_*Campbell Barton
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