GetContour & GetVirtualObject Issues?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 09/09/2005 at 05:45, xxxxxxxx wrote:
I added a GePrint in Addtoexecution, execute and getcontour.
The parent "Plugin01" correctly execute getcontour but the second "Plugin02" only execute "addtoexecution" and "execute" ... no getcontour is processed in pipeline.
So the GetContour in Plugin02 inside the Plugin01 is not executed anymore.
I hope that this can help to understand my problemPlugin01
-- spline
-- Plugin02thanks
Renato T. -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 09/09/2005 at 15:47, xxxxxxxx wrote:
I found the problem.
Touch() made by Plugin01... so, how i can get the plugin02 touched and get refresh?
Cheers
Renato T. -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 21/12/2005 at 10:01, xxxxxxxx wrote:
With R9.5 SplineTools is not working anymore, it's not refreshing.
Any thing changed on R9.5 Release?
Thanks
Renato T. -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 24/12/2005 at 10:59, xxxxxxxx wrote:
Any Help?
Cheers
Renato T. -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 31/12/2005 at 01:50, xxxxxxxx wrote:
why Exectute is not working anymore with R9.5?
Cheers
Renato T. -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 31/12/2005 at 02:12, xxxxxxxx wrote:
Its unlikey anyone is going to be able to help with the little information you have given, also this would be better in its own thread rather than adding to an unrelated one. Try posting a new thread with more details.
Just a tip, try to give as much detail as possible, code snips if you can (especially ones that can be inserted into the sdk examples to run easily). Also make the topic show what you are asking about. If you do not do these then it is much harder for others to help. As a rule of thumb, if its not easy (immediate) for someone else to see what the problem is or what to help with then you'll get less people trying. -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 31/12/2005 at 04:16, xxxxxxxx wrote:
The problmen is that SplineTools, my plugin that dynamically join splines, don't work good with 9.5 because is called only one time when with R8.5->R9.1 is working good.
To force the refreshing on splinetools i have added (like i told to my previous post) the AddToExecution and Execute function to force refresh (like you suggested).
Now this is not working so i expect that a thing is changed with the 9.5.. or not?thanks
Renato T. -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 02/01/2006 at 13:52, xxxxxxxx wrote:
Try running the plugin in 9.1 and 9.5 in parallel in debug mode to see where the code execution differs. I can't think of any changes that I know of to object plugins in the api, so any help pointing out where the difference lies would be helpful.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 11/02/2006 at 08:22, xxxxxxxx wrote:
Hello Mikael,
Do you mean outside the plugin code?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 15/02/2006 at 10:52, xxxxxxxx wrote:
The problem could be in RegisterObjectPlugin();
and OBJECT_GENERATOR|OBJECT_ISSPLINE combination or something like this.
Something was changed hire in the C4D 9.5 -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 15/02/2006 at 12:28, xxxxxxxx wrote:
Thanks for the info.. but seem not refresh too.
I ported the code in the 9.5 environment and i compiled it with OBJECT_ISSPLINE. I forced the SplineTools::Execute theop->SetDirty(DIRTY_MATRIX);
op->SetDirty(DIRTY_DATA);but when i trace the code... is not executing the GetVirtualObjects.
So i think that i can't force anymore like in R8 and 9.1 the dirtybit to execute GetVirtualObjects.
any help?
Cheers
Renato T. -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 15/02/2006 at 16:24, xxxxxxxx wrote:
Try to compile only with OBJECT_GENERATOR...
But probably you have tried it already.This is spline generator but it uses GetVirtualObject ?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 16/02/2006 at 03:33, xxxxxxxx wrote:
I tried with the 8.5 environment and now with the 9.5 but nothing. GetVirtualObjects is not executed anymore...
Just replaced GetVirtualObjects with GetContour and is executed first time.. so i'm at my first question.. how i can refresh?
Cheers
Renato T.