flybeyond / arbotix

Automatically exported from code.google.com/p/arbotix
0 stars 0 forks source link

PyPose "Set/Test Signs" fails due to removed method. #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1) Load a project into PyPose.
2) Go to the NUKE editor tool.
3) Click the 'Go' button next to Set/Test Signs.

What is the expected output? What do you see instead?

I expect get the "Click OK when ready!" dialog with the title "Sign Test", from 
doSignTest in tools/models/lizard3.py

Instead, I get the following error:

  File "tools/NukeEditor.py", line 325, in doSignTest
    self.loadModel()
AttributeError: 'NukeEditor' object has no attribute 'loadModel'

What version of the product are you using? On what operating system?

Path: .
URL: http://arbotix.googlecode.com/svn/trunk/pypose/tools
Repository Root: http://arbotix.googlecode.com/svn
Repository UUID: 0ddeed48-8230-11de-bf8c-fd130f914ac9
Revision: 651
Node Kind: directory
Schedule: normal
Last Changed Author: MFergs7
Last Changed Rev: 650
Last Changed Date: 2012-09-02 00:27:59 -0400 (Sun, 02 Sep 2012)

Please provide any additional information below.

$ grep -rl 'loadModel' .
./tools/.svn/text-base/NukeEditor.py.svn-base
./tools/NukeEditor.py

This appears to have been removed around this patch: 
http://code.google.com/p/arbotix/source/diff?spec=svn499&r=499&format=side&path=
/trunk/pypose/tools/NukeEditor.py

Original issue reported on code.google.com by zenith.p...@gmail.com on 1 Oct 2012 at 12:51

GoogleCodeExporter commented 9 years ago
r660 contains a possible patch for this, needs testing when I can get to a 
robot.

Original comment by MFergs7@gmail.com on 14 Oct 2012 at 8:35

GoogleCodeExporter commented 9 years ago

Original comment by MFergs7@gmail.com on 14 Oct 2012 at 8:35

GoogleCodeExporter commented 9 years ago
Should be fixed in trunk, if not working, reopen a new issue on github 
https://github.com/vanadiumlabs/pypose

Original comment by MFergs7@gmail.com on 11 Feb 2013 at 11:01