Menu

#75 vrml/node.py Field.__init__() args changed

OpenGLContext v2.0
closed-invalid
Context (22)
5
2003-04-05
2003-04-04
Anonymous
No

L36 in vrml/node.py
#WJB DEF = field.Field('DEF',fieldtypes.SFString, 1, '')
DEF = field.Field('DEF', 1, '')

Bill

------------------------------------------------
William Brown (425) 865-4618 | william.j.brown2@boeing.com
Boeing Mathematics & Computing Technologies
<Standard Disclaimer>
------------------------------------------------

Discussion

  • Mike C. Fletcher

    Logged In: YES
    user_id=34901

    The current code, (at line 43 reads):

    DEF = fieldtypes.SFString(' DEF',1, '')

    which is correct, though a different form than the one
    you've submitted. Not sure which version of the software
    you're looking at.

     
  • Mike C. Fletcher

    • status: open --> closed-invalid
     

Log in to post a comment.