File tree 10 files changed +14
-9
lines changed
10 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 1
- #!/usr/bin/python
1
+ #!/usr/bin/env python
2
2
import prman
3
3
4
4
# import the python functions
Original file line number Diff line number Diff line change 1
- #!/usr/bin/python
1
+ #!/usr/bin/env python
2
2
import prman
3
3
4
4
# import the python functions
Original file line number Diff line number Diff line change 1
- #!/usr/bin/python
1
+ #!/usr/bin/env python
2
2
import prman
3
3
4
4
# import the python functions
Original file line number Diff line number Diff line change 1
- #!/usr/bin/python
1
+ #!/usr/bin/env python
2
2
import prman
3
3
4
4
# import the python functions
Original file line number Diff line number Diff line change 1
- #!/usr/bin/python
1
+ #!/usr/bin/env python
2
2
import prman
3
3
4
4
# import the python functions
Original file line number Diff line number Diff line change 1
- #!/usr/bin/python
1
+ #!/usr/bin/env python
2
2
import prman
3
3
4
4
# import the python functions
Original file line number Diff line number Diff line change
1
+ # This No Longer Works
2
+
3
+ These are historic demos that are for pre OSL renderman
4
+
5
+ I will at some stage update all of this but need time :-)
Original file line number Diff line number Diff line change 1
- #!/usr/bin/env python3
1
+ #!/usr/bin/env python
2
2
# on mac I'm using rmanpy which is 2.7 so best to be safe
3
3
from __future__ import print_function , division
4
4
import sys
Original file line number Diff line number Diff line change 1
- #!/usr/bin/env python3
1
+ #!/usr/bin/env python
2
2
# on mac I'm using rmanpy which is 2.7 so best to be safe
3
3
from __future__ import print_function , division
4
4
import sys
Original file line number Diff line number Diff line change 1
- #!/usr/bin/env python3
1
+ #!/usr/bin/env python
2
2
# on mac I'm using rmanpy which is 2.7 so best to be safe
3
3
from __future__ import print_function , division
4
4
import sys
You can’t perform that action at this time.
0 commit comments