Ashley
Ashley
Should be good to go now after the tests run
I am once again asking for a new release 😄
@njroussel wonderful, thanks!
Yep, that works! I just needed to also change how the output is written: ```diff diff --git a/old.py b/new.py index 27fafb4..3c36979 100644 --- a/old.py +++ b/x.py @@ -24,6 +24,11 @@...
I'm going to keep this open for a bit because the SEGFAULT still seems bad. I might see if I can debug it later.
As it is the middle of 2016, can I ask that we drop support for Python 2.6, so that we can switch to using `argparse` instead of `optparse` (see #583),...
Hi! Yeah I wrote this a while ago and I'm more comfortable with the USD Plugin system now. I'll take the second part out.
Additionally, I think you want to return relative paths for existing on-disk assets. At the moment you get absolute paths like `@/home/ashley/projects/glTF-Sample-Models/2.0/DamagedHelmet/glTF/Default_normal.jpg@` which a HTTP resolver isn't going to be...
Oh sorry, I just stepped back for a second and realized that this is an slightly unfair comparison. `regex_match` checks if there is a match directly at the start of...