Skip to content

Commit

Permalink
CONTRIB-5310: Sketchfab assignment submission plugin
Browse files Browse the repository at this point in the history
Feature complete!
  • Loading branch information
Jetha Chan committed Sep 17, 2014
1 parent 1b7887b commit 9eff504
Show file tree
Hide file tree
Showing 3 changed files with 328 additions and 103 deletions.
4 changes: 4 additions & 0 deletions lang/en/assignsubmission_sketchfab.php
Expand Up @@ -51,9 +51,13 @@
$string['metapolygons'] = 'Polygons';
$string['metatextures'] = 'Textures';
$string['metavertexes'] = 'Vertexes';
$string['nomaterialswarning'] = 'No materials detected; applying material count target to textures.';
$string['npotallowed'] = 'NPOT textures allowed';
$string['npotallowed_help'] = 'Whether non-power-of-two textures (e.g. 1024x512) are allowed.';
$string['polylimit'] = 'Polygon count';
$string['polylimit_help'] = 'The target polygon count for this assignment.';
$string['quotientdisplay'] = '{$a->value} (target: {$a->target})';
$string['texsize'] = 'Texture size';
$string['texsize_help'] = 'The maximum texture size for this assignment.';
$string['texsizegood'] = "Size OK";
$string['texsizebad'] = "Oversize";

0 comments on commit 9eff504

Please sign in to comment.