Ohh Noooo... Its Baaaack... Yes I have seen this problem, and its VERY frustrating, I have never found a cause, it is related to the sds objects as far as I can tell and also maybe something to do with the scale of the object/project
I cant offer much help I'm afraid I haven't seen it for a while, try and isolate the object causing the problem by deleting objects etc till you can pin it down, then try saving the object out and basically "fiddling" with it till you find a workable solution.. Sorry for you :( Rgds, Andrew -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Mark Heuymans Sent: Sunday, 22 November 2009 12:52 AM To: [email protected] Subject: Re: strange error: Pointwise object property... Hi Frank, Unfortunately I can't share this project, it's something 'official' but I've seen it pop up elsewhere. No scripting involved. Indeed it's something in the render engine. Trouble is, Í can't put my finger on it, it seems random. Some more detective work needed, I prefer consistent reproducible errors any time ;) With V7 on the doorstep it's no big deal - hopefully... thanks for the reply, Mark ------------------------------------------- hi mark, any example to send here ? r3freng belongs to rendering engine " #include <r3freng.h> /* rendering engine */ #include <r3obmp.h> /* BMP file format */ #include <r3output.h> /* system which binds renderer to the final output (bmp, in this case) */ #include <r3sphere.h> /* sphere geometry */ #include <r3level.h> /* hierarchy level */ R3RegisterFREngineClass(app); R3RegisterOutputClass(app); R3RegisterBmpSettingsClass(app); R3RegisterSphereClass(app); R3RegisterLevelClass(app);" do you are using perhaps any scripts in your example with channels / post processing ? maybe the default rendering setups are missing something. you say it's even when your aren't edited sds objects. better send one simple example to check it for errors. sorry, I didn't know this kind of error yet. last year I have done a lot of vsl rendering and post processing examples without problems. I am using win xp, sp2 ;) bye, frank
