GIMP :: Unbound Variable Error With No Variable?
Nov 5, 2013
I'm attempting to write a batch script to add some layers to a pre-existing image and save a copy. I've gone through the tutorial, and have run the demo code from Basic_Batch with no errors, but my (what I think of as simple) script throws an "Error: eval: unbound variable: ?" It also seems to cascade the error to other scripts, as I then get "unmatched parentheses: 2" errors from what I assume to be the script immediately following my own during Script-Fu load. This occurs whether running from batch or clicking "Refresh Scripts" from the Script-Fu menu.
What I could find on this forum and Google suggests that I may be required to 'define' one or more of my variables before using it, but for the life of me, I can't figure out which one that would be, and the error (reporting that '?' is undefined!?) I've quintuply (probably more ~_^) checked my parenthesis matching, but they look fine to me.
In case this was an encoding issue, I've tried saving my .scm file as both UTF-8 and ANSI. I should also note that I'm running Windows 7 x64 in English-US.
Script:
(define (script-fu-build-imagebasefilemytext)(let*((image (car (gimp-file-load RUN-NONINTERACTIVE basefile basefile)))(drawable (car (gimp-image-get-active-layer image)))(title (car (gimp-text-layer-new image mytext "Courier" 18 UNIT-POINT))))(gimp-image-add-layer image title -1)(gimp-image-clean-all image)(gimp-file-save RUN-NONINTERACTIVE image drawable "K:\\Images\\Temp.gif" "Temp.gif")));
Since I intend for this script to only be run from batch, I haven't bothered including the typical register stuff.
View 6 Replies
ADVERTISEMENT
Feb 23, 2013
My problem is it's in its own menu under Filters and I would prefer to have it under Light and Shadow. So I open the script using Wordpad like I've done many times before with similar scripts and go to edit the menu path. I make the change, save it, and refreshed the scripts and I get the error "eval: unbound variable:" I tried changing it back and I got it again.
Here is the code, again the only line I've changed is
"<Image>/Filters/RSS/Ray S_tudio" to "<Image>/Filters/Light and Shadow/Ray S_tudio"
;Ray Studio v0.2;;Ray Studio - ray effect creation script;;;Version history:;==================================================================;ver. 0.2 (November 27th 2011); - official release;;==================================================================;script-fu-ray-studio;Main function;LIST OF ARGUMENTS:;IMAGE - processed image;;LAYER - processed layerй;;FLOAT - lightning edge;;COLOR - ray's tone color;;FLOAT - ray toning
[code]....
View 2 Replies
View Related
Sep 4, 2013
I'm sure 'variable transparency' is not the right way of putting this.
I have an image which has some text in white. However because of the aliasing the text is not 100% white against the background (black). Rather; the edges are shades of white.
I want to convert the image so that the text is transparent. If the text was 100% white it would be simple. Colors.. Colors To Alpha. However that doesn't work as it doesn't deal with the shades of white around the edges of the text.
I want the shades of white to be transparent with the same degree of opacity as they white. So the white in the image is 100% transparent and a pixel which is say light grey to be 90% transparent. (The end image is going to be used as a webkit mask; showing the background behind the masked element).
I don't know where to start with this. I know PNGs support 8 bit transparency so it should in theory be possible.
View 4 Replies
View Related
May 9, 2012
I've been trying to make gimp-curves-spline get variable (which is number)instead of number and I get error.
For example -when I do:
*(gimp-curves-spline drawable 0 6 #(0 0 0 15 255 255))*
everything works well as it should be.
but if I do:*(define spoint 15)*
*(gimp-curves-spline drawable 0 6 #(0 0 0 spoint 255 255))*
I get an error: *Error: Item 4 in vector is not a number (argument 4 forfunction gimp-curves-spline) #( 0 0 0 spoint 255 255 )*As you can see, all I did was replacing the number 15 with a variable(which is a number) I also check it is a number by the *number?* type predicate
View 2 Replies
View Related
Sep 2, 2011
Where is it? On page 332 of Gimp Bible (2010) it illustrates it in the dialog box, but it is not present in mine. I think that I am running the latest version.
View 12 Replies
View Related
May 11, 2013
Im Currently working on c# automation.Since im using autocad interop im not able to understand the process of setting
variable in autocad..I have drawing files with different dimension styles used inside..I can filter the dimension by selection set . But the problem is im filtering through dimstyle name.Is there any dxf code for selecting all kind of dimension styles.So that it will be useful for me.
But my problem is i need to apply one particular standard dimstyle to all my drawings. How i could set variable to my new dimstyle(new). This is my code for setting variable ,but its not updating in my current document.
this is my code;
double a = Convert.ToDouble((acadDocument.GetVariable("DIMASZ")));
object b = Convert.ToDouble(2.5);
acadDocument.SetVariable(
"DIMASZ", b);
View 2 Replies
View Related
Sep 3, 2013
I'm using annotative scales. But for example line type scale will also change when I change annotative scale. How can I turn that off.
View 9 Replies
View Related
Feb 7, 2007
I've got an intermitent problem with copyclip, pasteclip and Wblocks. The functions work in some files but not other it seems to be dependent on the size of the file, i have 7 xref's in the dwg. i can copyclip to the dwg, but not form dwg. is it due to the size of dwg or what? can it be fixed? OR is there a system variable to set?
View 5 Replies
View Related
Jun 29, 2012
Is it possible to have a rectangle, around a single attribute, change it's with as the attribute changes in width?
View 1 Replies
View Related
Jan 20, 2014
I'm making an action for folks at work to use (I'm not well versed enough in scripting to script what I want to do, but an action is passable), and part of this action adds a variable into the open document. The thing is, the variable has to be named a certain thing and it keeps defaulting to Variable1.
Currently I have it set up to create the variable, then open the Variable window and then have a Stop with a note on what to do, but if there's a way to just re-name the variable in the action itself that'd be best (I need this to be as... well, for lack of a better term/phrase, idiot-proof as possible).
Without using a script, is it possible to have an AI action delete an existing variable? I.E. if there's a variable named 'test' by default, can I have an action delete the 'test' variable? I tried recording this but it didn't work and I wasn't able to get consistent results.
View 1 Replies
View Related
Oct 15, 2012
I know Photoshop can handle variables in text format so for example and that you can set a variable to be an image that'll change with alternate images but can Photoshop use a mix of the two to create images with variable fields for text?
Heres some examples:
These have been done in Directsmile (not by me) which after playing with the demo lets you import image sets of all the letters and it then uses those to make up the variable data for each print imported as a CSV file. They're not text with filters applied, they are tiffs with masks:
Now Directsmile obviously does all this, but seeings as Im paying for Photoshop CS6, I wondered if it could handle it?. If not Ill have to focus on Directsmile, even though it is PC only
View 3 Replies
View Related
Aug 25, 2011
I am new to macros and vba, i want to make a script that generate some lines from selected nodes. Here is my
Sub Macro() Dim nr As New NodeRange Dim n As Node Dim ghid As Shape If ActiveShape Is Nothing Then MsgBox "Selecteaza intai Gheorghe, care esti tu Gheorghe", vbCritical Exit Sub End If
[Code] ...
View 3 Replies
View Related
Aug 13, 2011
how to change the ANNOAUTOSCALE variable?
I've tried using a SendStringToExecute but this doesn't work in the Sub Initialize .
Application.SetSystemVariable("ANNOAUTOSCALE", 4) doesn't work either as I guess it's more of a drawing specific variable.
View 1 Replies
View Related
Apr 25, 2008
I work with a lot of variable data printing and data driven graphics. A lot of the time I lean on third party plugins and extensions for this kind of work.
Illustrator, Photoshop and Indesign all support variables and variable data printing natively nowadays. However its implementation is fairly limited compared to some of the afore mentioned thirdparty plugins and extensions.
One thing in particular that bothers me with the native controls is text overflow. Native variable support in these apps doesn't seem to be able to handle or resize text in the case of text overflow. Has anyone dealt with VDP, overcome this problem or have some insight.
View 8 Replies
View Related
Nov 22, 2013
Some how the variable for saving the dwg file has changed. So, when I save a dwg, I get the prompt for me to type in the file name. What the setting is to change it back?
View 9 Replies
View Related
Jun 4, 2013
How we can backup and restore variable sys cad?
View 8 Replies
View Related
Jun 22, 2011
is there a variable for infill to lines given a global thickness? a bit like what TEXTFILL does for text? see pic - the bottom two are copies of the top with thickness applied. normally they'd be shown solid.
View 4 Replies
View Related
Jun 24, 2011
know of a variable which controls how stretching with grips works. I've got a single machine with Autodesk Architecture 2012 that when I select a grip and move it, then type a dimension in the command line, that the line becomes the dimension I typed, not the amount I moved it. For example, If i have 10" line, select and end grip, stretch it +3 inches or -3 inches, the line becomes an absolute of 3 inches. On all other machines, the line would either become 13" or 7".
[URL]
The dynamic input is off.
View 9 Replies
View Related
Nov 16, 2011
I'm an Inventor 2011 user and I'm writing a Ilogic script to update an assembly. For this I want to use a variable in a name.
For example d1 till d10 will be given the value 25.
Is it possible to define "d" combined with a variable "n" . The script should be something like this:
n=1
for n<11
dn=25
n=n+1
end
View 3 Replies
View Related
Feb 12, 2013
I want to load my DLL, launch the function with a command. After i quit and lauch the same command. (The DLL is already in memory).
(using sessionflags.)
It is possible to keep the variable i have used in the the first launch for use in the second launch ?
The main function is for adding block in a collection (the user select block). The programm quit, so the user can open a another dwg and run the main function for adding another block. (i memorize name, handle, name of file etc..)
Another question : it is possible to create a form in autocad but if the only active document is closed, the form is not closed and visible. ?
All there question is for create a best solution for manage my collection of block.
View 5 Replies
View Related
Dec 18, 2013
what the variable is that turns off the animated zoom all ?
View 3 Replies
View Related
Apr 14, 2013
Being new to 13LT I'm not sure if they have included a system variable that would allow the origin of a snap inside a command to automatically start at the first selection point. In the old days (ACAD2000) I was able to customize my keypad to function as a protractor with the 5 key being the @ symbol. We did that with an autolisp which rules that out.
View 3 Replies
View Related
Oct 20, 2011
Is there a way to use the coil command to make a spiral out of a rectangle where the thickness of the rectangle starts at one value and ends at another? This would be a spiral torsion spring with decreasing thickness approaching the center.
View 5 Replies
View Related
Apr 30, 2013
Is it possible to create a wall in AutoCAD Architecture that will change in size along its length. At one end of the concrete wall the wall thickness is 12", at the other end the wall thickness is 24" thick. The wall will grow in size from one length to the other.
View 6 Replies
View Related
Nov 23, 2012
I have set may MENUBAR system variable value to 1, But whenever i exit from autocad 2013 this value changes automatically back to 0 and the pulldown menu disappears.
Also i have attached the screenshots of autocad after manually changing menubar varable with pulldown menu vissible and after exiting and starting autocad again to see the screen without pulldown menu and variable changed to 0 again.
View 1 Replies
View Related
Sep 2, 2013
I want to have a piece of text added to the drawing notes that uses a field (or similar), to list the coordinate system code assigned to the drawing, i.e. UTM83-12.
Any setvar or something that I can use?
There are load of different coordinate systems to choose from, and I don’t want to have to manually enter it for every drawing.
View 9 Replies
View Related
Sep 13, 2013
I am finding with certain types of fonts, mostly on architectural title sheets, that they get substituted to romans font.When I go to the Fontalt Setting Variable though and enter a period for no selection and then regen, all the 'missing" font regenerates and looks fine.
My question is why is the font not appearing properly in the first place? I must have the font if it is appearing properly.I don't want to have to reset the fontalt variable everytime I want to plot a drawing!
View 9 Replies
View Related
Jul 18, 2012
Why the multileader on the left is not visible in the viewport while it's exploded twin is? There are no layers frozen in viewport, and I can't see any variables under properties that would affect visibility. It's part of a file from a subcontractor. I don't know how it was authored. I'm using LT 2012.
AutoCAD 2010
AutoCAD LT 2013
Revit Architecture LT 2013
View 2 Replies
View Related
Nov 6, 2012
I wonder is it possible to have a daylight (or other function) that can give a different slope for datum and for the top. This would be useful for if you have different rules (e.g. because of geotech) with regard to temporary and permanent batter slopes.
View 7 Replies
View Related
Oct 15, 2012
When I use the measure distance command, I have to exit out of the command before I move on to my next command. I'm used to measuring once and the command automatically exits (in previuos releases). Is there a variable that will exit the command after one measurement?
View 4 Replies
View Related
May 3, 2012
I cannot get the menubar variable to stick. everytime I start autocad I have to re-enter the command to have the menubar back. I am sure this is something stupid I am over looking.
View 1 Replies
View Related