PDA

View Full Version : editing self installing plugins


Draco Dralion
08-19-2008, 09:13 AM
I'm new to scripting and programming and I try to get my head around it as best as possible. I've been reading the SDK help files and analysing the examples that ship with XSI, but it's been a pain until now. However, I really mean to get my head around it, whatever the costs. Therefor I might post some really stupid questions in the future, just like the following one.

At the moment I'm struggling with a very stupid issue. I used the wizards to create a property and custom command, but every time I want to see the effect of the changes I make in the code I have to restart XSI. I'm sure there must be an easier way.

Thanks in advance.

edit: told you it was a stupid question. Well, lets call it half stupid till now. Seems that it is only for the interface of the property. Anyhow, would there be a solution for this remaining problem?

StephenBlair
08-19-2008, 10:23 AM
- Create a new instance of the property
or
- Refresh the PPG of the current custom property (right-click the header bar of a property page and click Refresh).

Dennis Leong
08-25-2008, 02:01 PM
Go to File > Plugin Manager
Click Update All

That should reload your plugin. Hope that works!