Davy
@davy
New Member
Joined: Feb 15, 2024
Topics: 28 / Replies: 70
Reply
RE: GetKnotPosition with modifiers on and off

Yes, I have a regular spline object with 1 Edit_Spline modifier. spline->GetKnotPosition(i) gets the knot position at the top of the stack. But I…

12 years ago
Forum
Reply
RE: GetKnotPosition with modifiers on and off

Yes, I already had that part but where does it specify to get the spline at the root without modifiers?

12 years ago
Forum
Reply
RE: GetKnotPosition with modifiers on and off

Yes, maybe it is not possible at all to get knot positions before and after modifiers without having 2 separate spline objects?

12 years ago
Forum
Topic
Forum
Replies: 9
Views: 20
Reply
RE: Compact scripts run slower

Problem solved! I am 100% sure the performance loss in my case is due to “include” and encryption (of course that depends on the code cause small scr…

13 years ago
Forum
Reply
RE: Compact scripts run slower

Looks like it was not an issue with any code optimisation but the slowdown is encryption. The only difference between working code and optimised code …

13 years ago
Forum
Reply
RE: Compact scripts run slower

The code is too complex. Probably why it can make a difference. I am doing some more tests and will post my final results. I want to know what is caus…

13 years ago
Forum
Reply
RE: Compact scripts run slower

Yes, I clearly see a time difference while using both scripts. My working code remains unchanged of course with all comments etc. I thought that clean…

13 years ago
Forum
Topic
Forum
Replies: 14
Views: 48
Reply
RE: Random numbers

Right, you mean a number that is never the same. I already tried seeding the seed but ha, always the same pattern The system time is a good idea as …

13 years ago
Forum
Topic
13 years ago
Forum
Replies: 3
Views: 18
Reply
RE: Initialize scripted plugin

Looks like I had some code outside the plugin loop which is not allowed so it seems. It does not complain about it, it works…but not completely since …

13 years ago
Forum
Reply
RE: Initialize scripted plugin

Ok it is impossible to show the code but it’s good to know where to search. Let me try to convert it to the very basic and see if that works. It is s…

13 years ago
Forum
Reply
RE: Initialize scripted plugin

If there is a bug in my code, why does it work without issues when I manually drag and drop the plugin in my viewport and after that create an instanc…

13 years ago
Forum
Topic
Forum
Replies: 6
Views: 21
Page 1 / 7