Skip to content

Commit

Permalink
Sphinx Python Documentation (#1567) - Removed aliasing of `PyMaterial…
Browse files Browse the repository at this point in the history
…XFormat.readFromXmlFile()` function.

The function is now exposed under its real name in the pybind11 bindings
in C++.
  • Loading branch information
StefanHabel committed Oct 18, 2023
1 parent 0e1e502 commit 805f13c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions python/MaterialX/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,13 +287,6 @@ def _stringToValue(string, t):
stringToValue = _stringToValue


#
# XmlIo
#

readFromXmlFile = readFromXmlFileBase


#
# Default Data Paths
#
Expand Down

0 comments on commit 805f13c

Please sign in to comment.