Chad Vernon

Results 8 issues of Chad Vernon

In the docs for the script(code) function, the example code says ``` dajax.code('my_function();') ``` instead of ``` dajax.script('my_function();') ```

``` Traceback (most recent call last): File "/studio/sww/blueprint/cvernon/bin/bluerun", line 44, in app.go() File "/studio/sww/blueprint/cvernon/lib2.7/blueprint/app.py", line 149, in go self.handleArgs(args) File "/studio/sww/blueprint/cvernon/bin/bluerun", line 40, in handleArgs self._runner.launch() File "/studio/sww/blueprint/cvernon/lib2.7/blueprint/app.py", line 203,...

When a task is finished with state SUCCEEDED, then right click Retry, it goes to WAITING status but doesn't run. Right-click Kill doesn't seem to do anything with it.

enhancement

Just need to rename Attrs ``` [WARNING:/Users/cvernon/dev/plow/lib/thrift/plow.thrift:15] Duplicate typename Attrs found in plow,cpp,Plow and common,cpp,Plow [file,scope,ns] [WARNING:/Users/cvernon/dev/plow/lib/thrift/plow.thrift:15] Duplicate typename Attrs found in plow,java,com.breakersoft.plow.thrift and common,java,com.breakersoft.plow.thrift [file,scope,ns] [WARNING:/Users/cvernon/dev/plow/lib/thrift/plow.thrift:15] Duplicate typename Attrs...

I was getting the following error when creating from a hull: ``` api.py", line 328, in build_from_hull # # vertices = npPointList[indices] # # TypeError: only integer scalar arrays can...

I have a foreign keyfield that is null. When I try to display it with editlive I get: Uncaught TypeError: Cannot set property '_renderItem' of undefined jquery.editlive.foreignkey.js:57

bug

**Describe the bug** Normal maps are not preserved in the round trip from Maya to USD back to Maya **Steps to reproduce** 1. Create a mesh, assign either a lambert...

bug

The current ref implementation seems to only work with labels in the same document, while Sphinx allows refs to point to any label in the documentation.