diff --git a/README.html b/README.html index 08b7cc3..557b979 100644 --- a/README.html +++ b/README.html @@ -438,7 +438,7 @@

Commands

Library

A Jupyter notebook demonstrates the direct usage of the Python library. The output of the notebook can be found here. The notebook can found in the Github repository under the examples folder.

Results

-

The following are some samples which have been rendered using the MaterialXView utility which is part of the MaterialX binary distribution.

+

The following are some samples which have been rendered using the MaterialXViewer utility which is part of the MaterialX binary distribution.

Details about some examples can be found in the Examples pages

diff --git a/documents/html/classmyserver_1_1_my_h_t_t_p_request_handler-members.html b/documents/html/classmyserver_1_1_my_h_t_t_p_request_handler-members.html index 91ec9a8..2daf3c6 100644 --- a/documents/html/classmyserver_1_1_my_h_t_t_p_request_handler-members.html +++ b/documents/html/classmyserver_1_1_my_h_t_t_p_request_handler-members.html @@ -3,16 +3,18 @@ - +MaterialXMaterials: Member List + - + + @@ -35,19 +37,24 @@
- + + @@ -65,7 +72,7 @@
@@ -103,7 +110,7 @@ diff --git a/documents/html/classmyserver_1_1_my_h_t_t_p_request_handler.html b/documents/html/classmyserver_1_1_my_h_t_t_p_request_handler.html index 8d3531f..c7761e9 100644 --- a/documents/html/classmyserver_1_1_my_h_t_t_p_request_handler.html +++ b/documents/html/classmyserver_1_1_my_h_t_t_p_request_handler.html @@ -3,16 +3,18 @@ - + MaterialXMaterials: myserver.MyHTTPRequestHandler Class Reference + - + + @@ -35,19 +37,24 @@
- + + @@ -65,7 +72,7 @@
@@ -106,24 +113,23 @@ - - + +

Public Member Functions

def end_headers (self)
 
 end_headers (self)
 

Detailed Description

Definition at line 7 of file myserver.py.

Member Function Documentation

- -

◆ end_headers()

+ +

◆ end_headers()

- + - - +
def myserver.MyHTTPRequestHandler.end_headers myserver.MyHTTPRequestHandler.end_headers ( self) self)
@@ -148,7 +154,7 @@

diff --git a/documents/html/classmyserver_1_1_my_h_t_t_p_request_handler.png b/documents/html/classmyserver_1_1_my_h_t_t_p_request_handler.png index 453e2a2..687fa91 100644 Binary files a/documents/html/classmyserver_1_1_my_h_t_t_p_request_handler.png and b/documents/html/classmyserver_1_1_my_h_t_t_p_request_handler.png differ diff --git a/documents/html/hierarchy.html b/documents/html/hierarchy.html index f0d1bd3..c4be197 100644 --- a/documents/html/hierarchy.html +++ b/documents/html/hierarchy.html @@ -3,16 +3,18 @@ - + MaterialXMaterials: Class Hierarchy + - + + @@ -35,19 +37,24 @@
- + + @@ -65,7 +72,7 @@
@@ -95,11 +102,11 @@
This inheritance list is sorted roughly, but not completely, alphabetically:
-
[detail level 12]
+
[detail level 12]
- +
 CmaterialxMaterials.GPUOpenLoader.GPUOpenMaterialLoaderThis class is used to load materials from the GPUOpen material database
 CJsPhysicallyBasedMaterialLoaderJavascript class for querying materials from the Physically Based database and creating MaterialX materials
 CmaterialxMaterials.physicallyBasedMaterialX.PhysicallyBasedMaterialLoaderClass to load Physically Based Materials from the PhysicallyBased site
 Chttp.server.SimpleHTTPRequestHandler
 Chttp.server.SimpleHTTPRequestHandler
 Cmyserver.MyHTTPRequestHandler
@@ -108,7 +115,7 @@ diff --git a/documents/html/myserver_8py_source.html b/documents/html/myserver_8py_source.html deleted file mode 100644 index 212e243..0000000 --- a/documents/html/myserver_8py_source.html +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - - -MaterialXMaterials: myserver.py Source File - - - - - - - - - - - - - - -
-
- - - - - - -
-
MaterialXMaterials 0.0.1 -
-
Utilities for retrieving materials from remote servers
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
-
-
-
-
-
Loading...
-
Searching...
-
No Matches
-
-
-
-
- -
-
myserver.py
-
-
-
1import http.server
-
2import socketserver
-
3import signal
-
4
-
5PORT = 8000
-
6
-
7class MyHTTPRequestHandler(http.server.SimpleHTTPRequestHandler):
-
8 def end_headers(self):
-
9 self.send_header("Cache-Control", "no-cache, no-store, must-revalidate")
-
10 self.send_header("Pragma", "no-cache")
-
11 self.send_header("Expires", "0")
-
12 super().end_headers()
-
13
-
14def signal_handler(sig, frame):
-
15 print('Exiting server...')
-
16 httpd.server_close()
-
17 exit(0)
-
18
-
19signal.signal(signal.SIGINT, signal_handler)
-
20
-
21print("Serving at port: ", PORT)
-
22with socketserver.TCPServer(("", PORT), MyHTTPRequestHandler) as httpd:
-
23 try:
-
24 httpd.serve_forever()
-
25 except KeyboardInterrupt:
-
26 pass
-
27 httpd.server_close()
- - -
-
- - - - diff --git a/index.html b/index.html index 739c510..d054c60 100644 --- a/index.html +++ b/index.html @@ -120,7 +120,7 @@

Commands

Library

A Jupyter notebook demonstrates the direct usage of the Python library. The output of the notebook can be found here. The notebook can found in the Github repository under the examples folder.

Results

-

The following are some samples which have been rendered using the MaterialXView utility which is part of the MaterialX binary distribution.

+

The following are some samples which have been rendered using the MaterialXViewer utility which is part of the MaterialX binary distribution.

Details about some examples can be found in the Examples pages

diff --git a/src/materialxMaterials/data/PhysicallyBasedMaterialX/Cooking_Oil.png b/src/materialxMaterials/data/PhysicallyBasedMaterialX/Cooking_Oil.png index 59eb7a5..6c0183c 100644 Binary files a/src/materialxMaterials/data/PhysicallyBasedMaterialX/Cooking_Oil.png and b/src/materialxMaterials/data/PhysicallyBasedMaterialX/Cooking_Oil.png differ