Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-21add GPL2 headerCampbell Barton
2011-01-21minor edit for better float precision with testing.Campbell Barton
2011-01-21sort materials so we get predictable output from blender, also add option ↵Campbell Barton
not to include dates in files.
2011-01-21bugfix for lamp export, rename operator setting to be in keeping with other ↵Campbell Barton
exporters.
2011-01-21revert part of r1424, included a patch on FBX export by accident.Campbell Barton
2011-01-20use_modifiers -> use_apply_modifiers.Kalle-Samuli Riihikoski
2011-01-20Fixed: Background gradient to work with empty texture slots.Maurice Raybaud
2011-01-20unique name exporting was broken, needed to export bytes.Campbell Barton
2011-01-20add 3ds export option, use_selection, also fix for exporting curves with no ↵Campbell Barton
geometry data.
2011-01-20fix for exception exporting empty curves. added use_selected option for the ↵Campbell Barton
operator.
2011-01-20writing nurbs curves now uses max 6 decimal places. rename use_modifiers --> ↵Campbell Barton
use_apply_modifiers
2011-01-20AntiAlias Pannel UI und __init__Constantin Rahn
2011-01-20Add custom Anti-Aliasing pannel. Removed the default one.Constantin Rahn
2011-01-20correction in matrix multiplication order when importing nurbs curves.Campbell Barton
2011-01-19Fix exported numbers of materials per objectConstantin Rahn
2011-01-19increased the Delay much more (now 1.5s).Constantin Rahn
Lower Delay will rise errors when rendering big images. My system Win7 64 (slow HD) reports following error on lower Delay: --- Reached EOF while decoding PNG Cannot open input file Cannot create backend data Unknown fileformat --- Maybe Delay should be bound to the imagesize. Or is there a better solution to wait for povray to finish the writing?
2011-01-19Declare only required materialsConstantin Rahn
2011-01-19Minor change in _cleanup and increased DELAY Constantin Rahn
2011-01-19Comments for METAS (Blobs) only if METAS are in the sceneConstantin Rahn
2011-01-19Export only materials which have at least one or more users Constantin Rahn
2011-01-19fixed MetaBall (Blobs) ExportConstantin Rahn
2011-01-19Ignore curves on exportConstantin Rahn
2011-01-19Fix for indentation bug in uv indicesConstantin Rahn
2011-01-19use slicing in more places.Campbell Barton
2011-01-19update for changes in blender api.Campbell Barton
2011-01-19Speedup3: replaced tuple[uv] with uv[:]Constantin Rahn
2011-01-19Speedup2: Replaced tuple(uv.uv1) with uv.uv1[:] (and similar)Constantin Rahn
2011-01-19Speedup1: Storing faces in me_facesConstantin Rahn
2011-01-18Fix for exporting meshes with smooth and flat faces in one Mesh.Constantin Rahn
Thanks Campbell
2011-01-18Minor change in formatting pov fileConstantin Rahn
2011-01-18Removed (commented out) Baking from the interface until we work on it again. ↵Maurice Raybaud
More important issues need to be solved first.
2011-01-18ensure vector/matrix sizes are usable.Campbell Barton
2011-01-18correct bad spelling; 'indicies' --> 'indices'Campbell Barton
2011-01-18Minor formating errors.Aurel W
2011-01-18- new tracker page for io_mesh_rawLuca Bonavita
- original author of the script (aurel) will maintain it
2011-01-18Changed texture scale factor to a better match. Not perfect yet, since user ↵Maurice Raybaud
still has to correct scaling by offset.
2011-01-17Import/Export into Import-ExportKalle-Samuli Riihikoski
2011-01-17Makehuman: Copy version 1.0.4 from extern/py/scripts/addons/makehuman/1.0.4/ ↵Luca Bonavita
in trunk too (until we get an addons online dispatcher, this is better distributed from trunk)
2011-01-17A lot changes :)Kalle-Samuli Riihikoski
Biggest change was that objectdir was changed from scene type into object type.
2011-01-17fix for vertex color import, 0.0 - 1.0, not 0 - 255.Campbell Barton
2011-01-16Unified the spelling of POV-Ray (official spelling)Constantin Rahn
2011-01-16As suggested by Filiciss Muhgue Api change updateMaurice Raybaud
2011-01-16Commented out a forbidden scene property change. There might be others. We ↵Maurice Raybaud
need to find a proper way to translate blender properties to pov ones that are different but achieve the same purpose
2011-01-15bugfix [#25642] Export to X3D TextureImage url field is emptyCampbell Barton
export multiple image paths.
2011-01-15move MDD io from svn into extensions.Campbell Barton
2011-01-15fix [#25648] Incorrect assignment of vertex groups in OBJ importerCampbell Barton
patch from Lawrence D'Oliveiro (ldo)
2011-01-15- mktemp is Deprecated since version 2.3, replaced with NamedTemporaryFile()Constantin Rahn
- Automatic indentation in Pov file - Added "command line switch". (Option to set some command line parameter)
2011-01-15By Constantin Rahn:Maurice Raybaud
-POV file formatting improvement with UI option and function to handle all tabs/spaces indentation (big clean up) -use of quote characters made more consistent.
2011-01-15ver 0.1.4 - 2011.01.13 by Filiciss MuhgueRemigiusz Fiedler
- modified for latest API in rev.34300
2011-01-15SVN maintenance.Guillermo S. Romero