aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/media_types/stl
Commit message (Expand)AuthorAgeFilesLines
* Apply pyupgrade --py36-plus.Ben Sturmfels2021-09-231-1/+1
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-052-4/+4
* STL media type initial migration.Christopher Allan Webber2016-03-261-0/+40
* Fix #919 - Use class names in super call not self.__class__Jessica Tallon2014-09-301-1/+1
* Use new-style class.Berker Peksag2014-06-251-1/+1
* Generic'ifying the submit code to not rely on the werkzeug FileStorage datast...Christopher Allan Webber2013-11-131-12/+9
* skip stl processing if necessaryRodney Ewing2013-09-191-0/+41
* Removing unnecessary "setup_plugin()" calls, as pointed out by Velmont.Christopher Allan Webber2013-08-251-6/+1
* refactor get_orig_filename to return an acceptable filename to the processor.Rodney Ewing2013-08-161-8/+9
* include a thumb_size string with each Resizer to run gmg reprocess thumbsRodney Ewing2013-08-161-0/+1
* typosRodney Ewing2013-08-161-2/+2
* don't include the '.' in the extRodney Ewing2013-08-161-1/+1
* forgot to change __init__ for new processing managersRodney Ewing2013-08-161-2/+2
* added resizer for stl mediaRodney Ewing2013-08-161-0/+51
* Added initial stl processorRodney Ewing2013-08-161-107/+191
* Switching the hook 'get_media_manager' to a more "directed" tuple-hookChristopher Allan Webber2013-07-121-6/+1
* converted stl media_type to pluginRodney Ewing2013-07-022-5/+27
* New notificationsJoar Wandborg2013-06-091-1/+1
* Fix typo in new stl MEDIA_MANAGER.Elrond2013-05-021-1/+1
* Make all media types use the new MediaManager classes.Praveen Kumar2013-04-301-7/+11
* stl:blender_render() - Remove useless arg_string.Elrond2013-04-171-2/+0
* Merge remote-tracking branch 'cwebber/254_delete_queue_directories'Elrond2013-04-081-2/+6
|\
| * Convert media processing backends to delete the queue directory (#254)Sebastian Spaeth2013-01-221-2/+6
* | Ascii stl files now should have their whitespace stripped when parsing.Aeva Ntsc2013-03-251-0/+1
* | Fixed a bug that had binary stls be handled by the ascii stl parser.Aeva Ntsc2013-03-241-0/+2
* | Merge remote-tracking branch 'refs/remotes/elrond/sql/media_data'Christopher Allan Webber2013-02-091-1/+2
|\ \
| * | Turn media.{backref_nam} from a list to a scalar.Elrond2013-02-011-1/+2
| |/
* / Kill monkeypatching of ProcessingState.Elrond2013-02-081-3/+4
|/
* Switch over media processor to use the get_workbench decorator (#565)Sebastian Spaeth2013-01-161-8/+8
* Fixing import to mediagoblin.db.base in stl modelsChristopher Allan Webber2013-01-081-1/+1
* (SQL) Media types: Refactor backrefnames.Elrond2012-12-241-1/+4
* Switch stl processing over to using the workbenchChristopher Allan Webber2012-12-031-11/+16
* Correcting minor typo in exception string: Empyt->EmptyChristopher Allan Webber2012-12-031-1/+1
* Removing unused conversions subdirChristopher Allan Webber2012-12-031-4/+0
* Moving blender render files to be accessed via pkg_resourcesChristopher Allan Webber2012-12-033-11/+112
* Fixed the binary stl loader.Aeva Ntsc2012-12-031-26/+5
* Added a table to store the file extension of a model.Aeva Ntsc2012-12-032-1/+4
* Added preview rendering for a bunch of different shots.Aeva Ntsc2012-12-031-2/+66
* Catching ValueError when trying to use ObjModel on binary stl files.Aeva Ntsc2012-12-031-0/+2
* Added the stl/obj mediatype.Aeva Ntsc2012-12-035-0/+348