Iulian Paun

Results 6 comments of Iulian Paun

Just adding `"declaration"` in the `VALID_NODE_KINDS` makes it work. Thanks a lot for the hint, @arizvisa. I can see why this behavior would not be desired by default but maybe...

This seems to fix it for me: ```diff diff --git a/os_dep/linux/os_intfs.c b/os_dep/linux/os_intfs.c index 1577a44..0495b85 100644 --- a/os_dep/linux/os_intfs.c +++ b/os_dep/linux/os_intfs.c @@ -1292,7 +1292,7 @@ unsigned int rtw_classify8021d(struct sk_buff *skb) static u16...

Just tried it yesterday on Windows and it works just fine for me with the following versions: ``` Blender 4.0.2 fSpy 1.0.3 fSpy-Blender 1.0.3 ``` What, exactly, is not working?...

[This](https://github.com/stuffmatic/fSpy-Blender/issues/18) seems to be related. TLDR: Make sure you're in object mode. If this is still not working, I would try the import using a different blender file.

A little bit late, but after 3 years since this issue has been reported it seems that the lighttpd configuration still doesn't work out of the box. An alternative which...

@mahagr I actually started messing with lighttpd the day before I added my comment. I'll have a look though when I'll find some time.