Hallo, David Marrs hat gesagt: // David Marrs wrote:
This is my first post to the list and I hope I was meant to post this here and not to the devel list. I checked the list before hand and this doesn't seem to be an already submitted bug.
Yes, this is the perfect list, and welcom aboard.
While fiddling around with structs I discovered that if a struct name is not given pd will crash.
For example, [struct float x float y float abc] will crash as soon as I click anywhere outside the object. [struct structName float x] is ok.
Typing [struct] by itself is ok too.
Yes, I get this, too, using 0.37.1 official, but not always, if struct doesn't have a name. Here are my test results, which combinations do crash or not:
wrong, but no crash:
struct float x
struct symbol x
struct float float
struct float float x
struct float float float
struct float float x float y
crash:
struct float x float
struct float x float y
struct symbol x float y
struct something x float y
Frank Barknecht _ ______footils.org__