-
As objects approach the camera, the rate of zoom appears to increase significantly, limiting precision for the user.
-
- Launch fresh Gaffer
- Create StandardOptions node
- With StandardOptions node selected create a Box.
- View the contents of the Box
- Select the StandardOptions node
- Right click on the Camera plug…
-
Pressing 'Tab' to raise a node creation menu is commonly used in node graph editing software.
To aid user familiarity it makes sense to emulate this.
Implementation details.
- 'Tab' should only be b…
-
Deleting a node in the NodeGraph gui should attempt to preserve the path from any upstream connections to any downstream connections.
This action shouldn't occur if node deletion is happening in a sc…
-
Ben and Edmond are both busy men with important things to do.
-
Currently the label drawn for the name plug of each node is the node's type.
```
eg:
StandardOptions
```
To clarify to users that this field is used for setting the name of the node ( and therefore…
-
Using the scroll wheel to track the camera in a viewer will 'zoom in' at a greater rate than when 'zooming out'.
The same occurs in the NodeGraph.
-
Gaffer gets in a state where users can mouse click, but not drag (can't move nodes, can't pan Viewer, can't scrub colour plug values etc)
Trigger currently unknown.
This error is reported once Gaffe…
-
```
node.userObject = manager;
```
here, node.userObject retain animationManager;
and in
CCNode\* nodeGraph = [self readFileWithCleanUp:YES actionManagers:animationManagers];
------- (CCNode_…
jison updated
11 years ago
-
- [ ] should be able to delete entities matching filter
- [ ] should be able to delete everything but entities matching filter
- [ ] should be able to delete everything from a point in the hierarchy d…