Were you aware of Max’s COM interface? If not I would take a good look at that and see if it doesn’t solve a lot of the problems you were encountering…
Sticky it!
I always pass in the obj to the function. That avoids any and all scope issues. Most of my functions are in a global scope. So the variable can be pas…
One case I run into which constitutes about 90% of this error is when I try to format a filestream or stringstream to a filestream or stringstream. H…
I think he wants VRay or MRProxies. Which can’t be placed except with Bobo’s script. Adjusting the script to choose a random source object should be …
This is where Bobo’s DVD would come in really handy. He has a thorough tutorial on how to do this.
Aha! Found the answer from Adam Fletcher on The Area: getDir #plugcfg + “\\gw_objexp.ini”
Is there an easy way to filter for only good characters? fn goodstringchars stringvar goodchars = ( for i = stringvar.count to 1 by -1 do (if not …
try (destroydialog RolloutBob)catch() fn FilterNumbers t = ( badchars = ” ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz/?>,<+=-_)([]{}*&…
Well I have a function: let’s say fn bob ( data = stringstream “” format “C:\ObjName_%04d.obj” to: data data ) bigdata = stringstream “” format b…
bob = stringstream “” tim = “[\\\%]” format tim to:bob bob seek bob 0 filepos bob (readvalue bob ignorestringEscapes:true) – Compile error: Illega…
escape strings were my first try… but it gets added to like 10 stringstreams. So each time I would have to go through and add a \ in front of each one…
Case. I like it. I always forget about case.