-
```
On the on_enter method of the color layer, the vertex buffer is created
relative to the it's position:
x, y = self.width, self.height
ox, oy = self.position
self._vertex_list = …
-
I don't think there's a valid use of `.f` right now. If you need true division we already have `c`, and otherwise there is no point in making a number a float. If you for some reason really need a fl…
-
```
What steps will reproduce the problem?
1. Running the test suite
2. Log file captures many AssertionError exceptions in graphics.IMMEDIATE
tests
What is the expected output? What do you see inst…
-
```
What steps will reproduce the problem?
1. Running the test suite
2. Log file captures many AssertionError exceptions in graphics.IMMEDIATE
tests
What is the expected output? What do you see inst…
-
```
What steps will reproduce the problem?
1.
#this works -draws a triangle
pyglet.graphics.draw_indexed(4, pyglet.gl.GL_TRIANGLES,
[0, 1, 2, 0, 2, 3],
('v2i', (100, 100,…
-
```
What steps will reproduce the problem?
1.
#this works -draws a triangle
pyglet.graphics.draw_indexed(4, pyglet.gl.GL_TRIANGLES,
[0, 1, 2, 0, 2, 3],
('v2i', (100, 100,…
-
In the attached script, if you delete the Grade node, the connections are maintained. They should also be maintained when you delete the box.
```
import Gaffer
import GafferImage
import IECore
__chi…
-
```
What steps will reproduce the problem?
1. Running the test suite
2. Log file captures many AssertionError exceptions in graphics.IMMEDIATE
tests
What is the expected output? What do you see inst…
-
```
What steps will reproduce the problem?
1. Running the test suite
2. Log file captures many AssertionError exceptions in graphics.IMMEDIATE
tests
What is the expected output? What do you see inst…
-
```
What steps will reproduce the problem?
1.
#this works -draws a triangle
pyglet.graphics.draw_indexed(4, pyglet.gl.GL_TRIANGLES,
[0, 1, 2, 0, 2, 3],
('v2i', (100, 100,…