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
2016-12-16Fix T50235, wireframe transparency in UV layout exportHenrik Aarnio
Wireframes rendered over the solid mesh object in UV layout export would still have some transparency, probably due to transparency sampling errors when solid object with transparency would be rendered behind a wire object without transparency enabled. Enabling transparency on the wire object but leaving it at the default alpha of 1 fixes this, forcing better transparency sampling. Simple issue of changing render settings, as UV layouts are actually rendered with Blender Internal. Differential Revision: https://developer.blender.org/D2414
2016-09-06Fix T49270: UV Export layout broken since new datablock handling.Bastien Montagne
RNA API to remove datablocks has been unified, no more implicit unlinking is done like it used to be for some types (most notably Scenes)...
2015-10-05Revert "Fix T46365: Export UV Layout to PNG not working (missing context ↵Campbell Barton
messages part)." This reverts commit e1d8c70bbb5776041383335f986b28b33d18f8ff. Prefer not to have speculative fixes. The intention here is not to use the context at all, even if doing so fixes the crash - it may then fail silently by mixing data from different contexts, causing further complications which are much harder to debug.
2015-10-04Fix T46365: Export UV Layout to PNG not working (missing context messages part).Bastien Montagne
Cannot reproduce the crash, let's see whether those missing context stuff fix it as well...
2015-08-12Fix T45746: PNG UV layout export is blank with new depsgraph.Bastien Montagne
Looks like we need an explicit Scene.update() call here...
2015-04-10Cleanup: imports (formatting)Campbell Barton
2015-01-22Fix: replaced Python module "imp" with "implib"Sybren A. Stvel
Python 3.4.0 deprecated the "imp" module, and replaced it with "importlib". This changes imp.reload() into implib.reload(). Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D1016
2014-05-21Maintenance to bl_info, remove redundant tracker URL'sCampbell Barton
2014-02-04Clean-up: Updated bl_info['tracker_url'] to developer.blender.org, some ↵CoDEmanX
minor other edits
2014-02-01Add Missing Tooltip for Fill OpacityJonathan Williamson
Reported by Sean Kennedy. The Fill Opacity setting on Export was missing a tooltip.
2013-03-24remove use of ob.update_from_editmode() since editmode meshes don't get ↵Campbell Barton
access to customdata layers.
2013-03-21use object.update_from_editmode() for scripts which read object data.Campbell Barton
2013-01-04Fix [#33759] Can't use UV image export UV_layout errorBastien Montagne
Another glitch from recent alpha work. Also modified povray's code. As usual, maintainders of these scripts, please double check changes are ok! :)
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
make addons blender versions consistent
2012-06-23update wiki version ro 2.6Brendon Murphy
finished
2012-04-23update for change in blender apiCampbell Barton
2012-04-16fix [#30971] viewBox attribute in exported svg wrongCampbell Barton
2012-03-05tesselat -> tessellat in UI messages.Bastien Montagne
2012-02-28Updated io_mesh_uv_layout addon to work with bmesh.Bastien Montagne
Note: would have loved to add an option to export tesselated layout (instead of ngon one), but currently I often get mesh without tesselation, and seems there is no way to call ensure_tesselated from python...
2012-01-14remove api field, was never used.Campbell Barton
2012-01-10option for UV layout export to write 'modified' UV'sCampbell Barton
2011-12-31formatting edits onlyCampbell Barton
2011-12-12make sure all filepath props have FILE_PATH subtypeCampbell Barton
2011-11-23Fix #29368: export uv layout fails after recent image settings changes.Brecht Van Lommel
2011-11-22update for changes in render image settingsCampbell Barton
2011-10-23Minor set of UI messages fixes and tweaks! No functional changes.Bastien Montagne
2011-10-17fix spelling errors for commentsCampbell Barton
2011-08-24minor syntax change to addon headersCampbell Barton
2011-08-02pep8 style edits.Campbell Barton
2011-04-01pep8 cleanup & remove unused importsCampbell Barton
2011-03-19Updated Blender Version to 2.57 and api versionJonathan Smith
2011-03-15pep8 cleanupCampbell Barton
2011-03-09move UV layout from trunk to addons.Campbell Barton