Skip to content

Commit 2f54314

Browse files
committed
Reduced file sizes + pxlAssets common
All RGB textures for Outlet have been converted to Webp Reduced sizes across the board _pxlNav v0.0.28-dev has pxlOptions on the room, so can load from the asset folder as a common folder __Moved RabbitDruidA to `./docs/js/pxlAssets/`
1 parent 75cd6a1 commit 2f54314

File tree

106 files changed

+612
-99
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+612
-99
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ lerna-debug.log*
88
.pnpm-debug.log*
99

1010
dev
11+
packing
1112
Source/js/pxlRooms/CabinEnvironment
1213
Source/js/pxlRooms/VoidEnvironment
1314

docs/js/ProckStackGitio.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ import { BlogManager } from './BlogManager.js';
1616

1717

1818
// Console logging level
19-
// Options are - NONE, ERROR, WARN, INFO
20-
const verbose = pxlEnums.VERBOSE_LEVEL.ERROR;
19+
// Options are - NONE, ERROR, WARN, INFO, DEBUG
20+
const verbose = pxlEnums.VERBOSE_LEVEL.NONE;
2121

2222

2323
// The Title of your Project
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
//Maya 2020 Project Definition
2+
3+
workspace -fr "images" "images";
4+
workspace -fr "offlineEdit" "scenes/edits";
5+
workspace -fr "iprImages" "renderData/iprImages";
6+
workspace -fr "FBX" "data";
7+
workspace -fr "renderData" "renderData";
8+
workspace -fr "scripts" "scripts";
9+
workspace -fr "eps" "data";
10+
workspace -fr "DAE_FBX" "data";
11+
workspace -fr "shaders" "renderData/shaders";
12+
workspace -fr "mel" "scripts";
13+
workspace -fr "translatorData" "data";
14+
workspace -fr "OBJ" "data";
15+
workspace -fr "scene" "scenes";
16+
workspace -fr "mayaLT" "";
17+
workspace -fr "FBX export" "data";
18+
workspace -fr "sourceImages" "sourceimages";
19+
workspace -fr "clips" "clips";
20+
workspace -fr "depth" "renderData/depth";
21+
workspace -fr "teClipExports" "Time Editor/Clip Exports";
22+
workspace -fr "movie" "movies";
23+
workspace -fr "audio" "sound";
24+
workspace -fr "move" "data";
25+
workspace -fr "mayaAscii" "scenes";
26+
workspace -fr "autoSave" "autosave";
27+
workspace -fr "sound" "sound";
28+
workspace -fr "illustrator" "data";
29+
workspace -fr "mayaBinary" "scenes";
30+
workspace -fr "templates" "assets";
31+
workspace -fr "timeEditor" "Time Editor";

0 commit comments

Comments
 (0)