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-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-04pep8 cleanupCampbell Barton
2010-04-03Patch #21892 by Ruslan M (luciofulci): Removing 16 materials per meshDaniel Salazar
2010-04-02rna naming, *_frame --> frame_*Campbell Barton
2010-04-01svn merge https://svn.blender.org/svnroot/bf-blender/branches/render25 -r2789...Campbell Barton
2010-03-30* Multiply for panorama camerasBrecht Van Lommel
2010-03-29Netrender: Fix for API changes (it would be nice if people at least fixed bui...Martin Poirier
2010-03-27Fix #21561: .ply exporter doesn't export normals.Brecht Van Lommel
2010-03-27Fix #20716: using wavefront .obj exporter multiple times could crashBrecht Van Lommel
2010-03-20merge own commits into render branch into trunk since 27560Campbell Barton
2010-03-16no need to include the setting names in enum itemsBrecht Van Lommel
2010-03-16minor changes to rna names for consistancyBrecht Van Lommel
2010-03-12Fix #21224, "FBX export has object translation issues".Arystanbek Dyussenov
2010-03-12netrender: Martin Poirier
2010-03-11Fix #21550, "FBX Exporter doesn't make faces". Exporter incorrectly accessed ...Arystanbek Dyussenov
2010-03-08move render operators into their own files, render_internal.c & render_opengl...Campbell Barton
2010-03-06pep8 cleanupCampbell Barton
2010-03-02fix for OBJ exporting Texface imagesCampbell Barton
2010-02-28NetRender: Use threading mixin for master server. See if it solves latency is...Martin Poirier
2010-02-26rna/py apiCampbell Barton
2010-02-26Adding back decorator (metaclass registration not in trunk yet)Martin Poirier
2010-02-26remove rna functions image.get_export_path() and image.get_abs_filename(), fi...Campbell Barton
2010-02-26Netrender: check if library and image files exist before adding as dependency.Martin Poirier
2010-02-24[#21324] mdd import script ported to 2.5Campbell Barton
2010-02-23scene.render_data -> scene.renderCampbell Barton
2010-02-23pep8 cleanup + correction for external player operator return value.Campbell Barton
2010-02-22bugfix [#21233] Crash in pyapi, with new object.Campbell Barton
2010-02-21remove pep8 warningsCampbell Barton
2010-02-21improved euler conversion, make sure new eulers are always compatible with th...Campbell Barton
2010-02-21[#20116] calculation problem in bvh_importer.pyCampbell Barton
2010-02-21BVH import working again.Campbell Barton
2010-02-20Mathutils API: Euler support for rotation order.Campbell Barton
2010-02-17Netrender was reloading classes multiple times Campbell Barton
2010-02-16[#21177] Text editorCampbell Barton
2010-02-15Inline tooltips and descriptions of export/importDaniel Salazar
2010-02-15Netrender:Thomas Dinges
2010-02-14mistake in register() commit, mixed up import and exportCampbell Barton
2010-02-14change python scripts so modules which register with blender have a register(...Campbell Barton
2010-02-12[#21109] export doesnt create *.3ds file when requestedCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-12use a more direct way to get the active UV and VCol layerCampbell Barton
2010-02-103ds importer - fixed some warnings about various properties required for the ...Joshua Leung
2010-02-10Bugfix: 3DS Importer not settings UV's correctlyJoshua Leung
2010-02-09[#21039] OBJ import Clamp Scale limited to .01 as lowest Value. Used to be ZeroCampbell Barton
2010-02-07mat/lamp/world.textures -> texture_slotsCampbell 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