Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Upcoming Gitlab Maintenance - May 25 - 03:30 UTC (2 hours)
Open sidebar
thorsummoner
ttt_terrorcon
Commits
03adb004
Commit
03adb004
authored
Sep 12, 2021
by
dylan grafmyre
Browse files
emit textures as materials
parent
c0cdaabd
Changes
1
Hide whitespace changes
Inline
Side-by-side
pyvmf/vmf.py
View file @
03adb004
...
...
@@ -83,7 +83,8 @@ class Vmf:
continue
yield
(
leaf
,
leaf
.
attributes
[
'material'
])
#
if
'texture'
in
leaf
.
attributes
:
yield
(
leaf
,
leaf
.
attributes
[
'texture'
])
@
classmethod
def
load
(
cls
,
file_
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment