On 09/19/2015 11:34 PM, ufomorace wrote:
Hi there, Thanks Torsten i'll have to learn some new graphics concepts. it is
a very complex renderer.
At least the F6 result rendering is pretty easy, I don't know
enough about the preview stuff (that is how OpenCSG works in
detail) yet to judge that part.
I wrote a simple 3d mesh viewer to learn about how to use the
more modern OpenGL stuff, especially putting all data directly
into the graphics card and using shaders to display the mesh
(https://github.com/t-paul/3dview/).
The ideal solution would be to use some library to make it
even easier. I still did not manage to find the time to have
a closer look at Magnum (http://mosra.cz/blog/index-en.php)
but that seems like a nice option and the main developer is
also very active and helpful.
My impression is that the biggest part in improving the OpenSCAD
rendering code is to do it in a way that works on all platforms.
There seem to be still lots of systems that are not capable of
using modern OpenGL (mainly due to missing/obsolete graphics
drivers).
ciao,
Torsten.
On 09/19/2015 11:50 PM, nop head wrote:
This is what I get:
Why is this message in Spam? It has a from address in yahoo.com but has
failed yahoo.com's required tests for authentication. Learn more
https://support.google.com/mail/answer/1366858?hl=en-GB&expand=5
Right, that makes sense. If I post on the forum, I'm even getting
an error message from the mailing list as Nabble is trying to post
using my gmx.de address. As GMX is using SPF the mailing list
correctly rejects the mail as it's not coming from a listed server.
Looks like gmail is using similar information for spam detection.
ciao,
Torsten.
ufomorace wrote
For my email, here is what happened. I subscribed 4 months ago to as a
single question and i wasn't familiar with the software. I took the
individual messaging by mistake and i recieved 50 emails that were about
development that i didn't grasp. I thought it would be ok to put the mail
to the spam folder for the time being until i could find the unsub
buttons, and the mail at the time was fine on subscription. I figured out
the program and had to be on the list again and i subbed again except that
my email isnt recognized.
Sorry about that. It's difficult to keep things tidy on the pc. :\
I just checked the forum (nable) and mailing list settings for you and they
look normal.
I think the issue is in your yahoo account, you may want to poke around
there.
Your posts (after they are sent) are still getting dropped as spam by gmail.
Newly minted Admin - PM me if you need anything, or if I've done something stupid...
Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above.
View this message in context: http://forum.openscad.org/graphics-card-speed-in-openSCAD-tp13909p13940.html
Sent from the OpenSCAD mailing list archive at Nabble.com.
tp3 wrote
On 09/19/2015 11:50 PM, nop head wrote:
This is what I get:
Why is this message in Spam? It has a from address in yahoo.com but has
failed yahoo.com's required tests for authentication. Learn more
<https://support.google.com/mail/answer/1366858?hl=en-GB&expand=5>
Right, that makes sense. If I post on the forum, I'm even getting
an error message from the mailing list as Nabble is trying to post
using my gmx.de address. As GMX is using SPF the mailing list
correctly rejects the mail as it's not coming from a listed server.
Looks like gmail is using similar information for spam detection.
ciao,
Torsten.
OpenSCAD mailing list
Discuss@.openscad
What sort of error message?
Newly minted Admin - PM me if you need anything, or if I've done something stupid...
Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above.
View this message in context: http://forum.openscad.org/graphics-card-speed-in-openSCAD-tp13909p13941.html
Sent from the OpenSCAD mailing list archive at Nabble.com.
On 09/21/2015 04:06 AM, MichaelAtOz wrote:
What sort of error message?
This looks like:
--1F25B15F8D0A.1442815653/mbob.nabble.com
Content-Description: Notification
Content-Type: text/plain; charset=us-ascii
This is the mail system at host mbob.nabble.com.
I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.
For further assistance, please send mail to postmaster.
If you do so, please include this problem report. You can
delete your own text from the attached returned message.
The mail system
discuss@lists.openscad.org: host lists.openscad.org[192.151.138.16] said: 550
SPF: 162.253.133.15 is not allowed to send mail from gmx.de (in reply to
RCPT TO command)
--1F25B15F8D0A.1442815653/mbob.nabble.com
And that's totally the correct thing to do, but it breaks
the Nabble/Mailing list integration.
GMX has SPF set up (e.g. list with "dig gmx.de txt"):
;; ANSWER SECTION:
gmx.de. 300 IN TXT "google-site-verification=8jV5RCya962H1ur14xR3xWCFUBsExt_YibC3HkuJ9X8"
gmx.de. 300 IN TXT "v=spf1 ip4:213.165.64.0/23 ip4:74.208.5.64/26 ip4:212.227.126.128/25 ip4:212.227.15.0/25 ip4:212.227.17.0/27
ip4:74.208.4.192/26 ip4:82.165.159.0/24 ip4:217.72.207.0/27 -all"
And the Nabble IP Address obviously can't be in that list,
so the mailing list is rejecting the mail.
ciao,
Torsten.