I am very happy to release VME version 1.2c, which has been in development for the past few days. This version converts PSD files into MS files. You…
I’m very happy to release VME 1.2b. Download it from the first post in this thread. This is an upgrade from 1.2, and fixes some issues. Here’s wha…
@ Swordslayer: Good idea! I’ll add that into the next release of the script.
Here’s the problem with persistent global variables: they can get overwritten by other scripts. Say you tried to store a reference to your box: c= b…
I’m very happy to release VME version 1.2. Here’s what’s new: 1. You don’t have to link UI elements to Rollouts any longer. 2. This version ‘cle…
@Swordslayer: That gets it working! Drag and drop is now functional. A couple of updates: the UI will be customized, based on rtt assist and examp…
@ Kickflipkid687: The address works now as: @“C:\Documents and Settings\Administrator\Desktop\vmeV2 odes*.png” But, (and sorry to keep coming back w…
@Swordslayer: Good catch! Thanks! I was just learning about @ yesterday.
Here’s my thoughts on how I’d like to write the .node files. These files would not be properly formatted .ms files, as I thought earlier. These files…
In order to support nodes as .ms files, I’ve had to rethink how the script works. So I wrote a high level description. It’s the new ‘architecture’ or…
The .ms doesn’t generate any errors, but it’s not loading the .pngs, or it’s not displaying them. Or… here is what I’m getting back: Here’s a scr…
@Kickflipkid687: Oh nos! I has problems with teh dotnets. The black text is the line generating the error. The only thing I changed was the file…
@wallasaurus: Sure! Just keep it free and open to everyone. Lets make this official: The script is released under the GNU Public License 2.0 as of n…
getUserPropBuffer $ – That sounds useful! wonder if i could do: local myUserProps try(myUserProps = getUserPropBuffer $) catch() if (myUs…
Here’s the latest on the script. It can build value nodes, and assign custom attributes to them. Rollouts and code nodes all have grey padding circle…