aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/media_types/stl/processing.py
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-051-3/+3
* Fix #919 - Use class names in super call not self.__class__Jessica Tallon2014-09-301-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
* 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
* added resizer for stl mediaRodney Ewing2013-08-161-0/+51
* Added initial stl processorRodney Ewing2013-08-161-107/+191
* converted stl media_type to pluginRodney Ewing2013-07-021-2/+4
* New notificationsJoar Wandborg2013-06-091-1/+1
* 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
* | 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
* Switch stl processing over to using the workbenchChristopher Allan Webber2012-12-031-11/+16
* Removing unused conversions subdirChristopher Allan Webber2012-12-031-4/+0
* Moving blender render files to be accessed via pkg_resourcesChristopher Allan Webber2012-12-031-11/+28
* Added a table to store the file extension of a model.Aeva Ntsc2012-12-031-0/+1
* Added preview rendering for a bunch of different shots.Aeva Ntsc2012-12-031-2/+66
* Added the stl/obj mediatype.Aeva Ntsc2012-12-031-0/+107