Skip to content

Commit 34bd456

Browse files
committed
everything updated for the lectures
1 parent 00ddb6c commit 34bd456

File tree

10 files changed

+14
-9
lines changed

10 files changed

+14
-9
lines changed

Lecture4Shaders/Bands/bands.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
import prman
33

44
# import the python functions

Lecture4Shaders/Bands/scene.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
import prman
33

44
# import the python functions

Lecture4Shaders/CellNoise/scene.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
import prman
33

44
# import the python functions

Lecture4Shaders/Check/scene.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
import prman
33

44
# import the python functions

Lecture4Shaders/RepeatDisk/scene.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
import prman
33

44
# import the python functions

Lecture4Shaders/scene.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
import prman
33

44
# import the python functions

Lecture5Shaders2/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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 :-)

PythonBindings/Lights/LightingScene.py

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env python
22
# on mac I'm using rmanpy which is 2.7 so best to be safe
33
from __future__ import print_function, division
44
import sys

PythonBindings/Simple/SimpleScene.py

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env python
22
# on mac I'm using rmanpy which is 2.7 so best to be safe
33
from __future__ import print_function, division
44
import sys

PythonBindings/Simple/SimpleSceneEdits.py

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env python
22
# on mac I'm using rmanpy which is 2.7 so best to be safe
33
from __future__ import print_function, division
44
import sys

0 commit comments

Comments
 (0)