Photoshop :: Find Details Of Existing Macros / Batch Jobs?
Mar 27, 2012
Back with photoshop after some time away and a while back i set up a few macros/batch jobs to add frames to photos and had a few set up depending on the resolution of the photo, portrait/landscape.Â
I know how to create them again - but obviously would rather not! so question is how do i find out what Function keys I mapped the different batches to?
View 1 Replies
ADVERTISEMENT
May 8, 2012
I have created a macro to change the Country of Origin text in a cd label file and I also have created a macro to remove some guide rings in the same label file but I am unable to combine the 2 macros into one macro I can run on the cd label file. The code for each macro is as below.
Sub Rings()   ' Recorded 27/04/2012   ActivePage.GuidesLayer.Visible = True   ActivePage.GuidesLayer.Visible = False   ActivePage.Layers("Guidelines_2").Visible = True   ActivePage.Layers("Guidelines_2").Visible = False   ActivePage.Layers("Guidelines").Visible = False   ActivePage.Layers("Guidelines").Visible = True   ActiveLayer.Visible = False   ActiveLayer.Visible = True   ActivePage.Layers("Graphic Elements").Visible = False   ActivePage.Layers("Graphic Elements").Visible = True   ActivePage.Layers("Guidelines").Visible = FalseEnd Sub
'TextReplacePublic Function FindReplace(ByVal str As String, ByVal toFind As String, ByVal toReplace As String) As String   Dim i As Integer   For i = 1 To Len(str)       If Mid(str, i, Len(toFind)) = toFind Then  ' does the string match?           FindReplace = FindReplace & toReplace              ' add the new replacement to the final result           i = i + (Len(toFind) - 1)              ' move to the character after the toFind       Else           FindReplace = FindReplace & Mid(str, i, 1)       ' add a character       End If   Next iEnd Function
Public Sub TextTranslate()   Dim s As Shape   ActiveDocument.BeginCommandGroup "Text Translate"   For Each s In ActiveDocument.ActivePage.Shapes       If s.Type = cdrTextShape Then           s.Text.Story = FindReplace(s.Text.Story, "Recorded in Ireland", "Recorded in China")           s.Text.Story = FindReplace(s.Text.Story, "Printed in Ireland", "Printed in China")       End If   Next s   ActiveDocument.EndCommandGroupEnd Sub
how I could (1) join the 2 macros above or (2) create a batch macro for each macro above I could run to update all coreldraw cd label files in a folder.
View 7 Replies
View Related
Jun 27, 2012
How to find the cross section details like area and movement of inertia  at particular cross section
in( solid works there is a direct option select the section and select the face and click on the calculate automatically gives the are and movement of inertia etc in part and sassy level also) but in inventor in part level its possible but in an assembly level.
View 7 Replies
View Related
May 23, 2009
I am using CS3 on a VistaPremium machine.When I try to convert a number of JPGs to TIFs using the batch function I cannot select any folder (nor as source nor destination), when I click the button it only lists Desktop, nothing else. I have tried switching from OS to Adobe dialog (has no effect, but worth the try).
View 6 Replies
View Related
Dec 15, 2011
what im trying to do is make my own linetype for specific jobs, ie a number of different lines named different things. so using the acad.lin file i have altered it and reloaded it but all my text doesnt look big enough or too big, i am using different drawings etc so i could be on a 1:100 or 1:50 etc, i would draw a polyline and it would be 70mm thick, the line obviously changes but the text height doesnt
View 9 Replies
View Related
Jun 23, 2011
I print to a Canon Colour Image Runner printer. The default colour setting is set to mono.
I've noticed when I open a colour image in Coreldraw, navigate to Print Setup, change the job settings to Colour, then print, it still comes out mono, or sometimes come out as a random combination of both mono and colour.
I've found this to be caused the setting called 'Output colour bitmaps as'. This appears to set itself to match the default printer settings on the host pc. Ie my printer is set to Mono by default, hence the above setting sets itself to Grayscale to match. If i choose to print my Coreldraw document in colour, the above mentioned setting remains set to Grayscale, hence the printed output is for bitmaps is grayscale, not colour as i selected.
Likewise if i change my printer defaults to colour, the 'Output colour bitmaps as' setting changes itself to RGB, and then there is no problem.
I assume this is a bug, as if one of my users chooses to print a document in colour, then it should come out in colour. It shouldn't be necessary to change *another* setting to achieve this.
View 1 Replies
View Related
Oct 21, 2012
My media hub jobs list is now always empty. If I submit a job, although the export fails. It does show up in the backburner web gui. Just not in the Smoke app.
MacBook Pro Retina
2.7GHz Intel Core i7
16GB RAM
View 1 Replies
View Related
Nov 15, 2013
Do printers prefer Psd or DCS2 files placed in Illustrator for spot color output, assuming they are using a native file workflow, not Pdfs?
View 2 Replies
View Related
Nov 21, 2011
 When I click File the drop down menue at the bottom has five entries for recent jobs. The most current is a file I worked on three or four days ago. How do you make Corel remember what was the last job opened?
View 1 Replies
View Related
Mar 25, 2013
I have an image which is simply a one color gradient, with transparency from nothing to something. I would like to be able to access the existing gradient on the image and change only the color. I have hunted high and low and cannot see how to do this.
(I am familiar with how to make a new gradient and how to change the colors in a saved gradient via the gradient dialogue. But for the life of me, I can't see how to access an existing gradient on an image and change only this one parameter.
View 9 Replies
View Related
Sep 14, 2011
I'm thinking of my next out lines for Master Classes and I have been asked about doing a Max Script 101 class. So a raw beginner class into script for those that have never done it in any language. This would cover what Max Script is, how to run Macros and scripts, how the editor and listener work and then get into the basics of creating useful scripts. Variables, arrays, simple functions.
View 9 Replies
View Related
Apr 12, 2012
So I have an action that I've been using for the past couple years (?) now that involves opening an image, applying an auto color and auto levels, saving and closing. This has been working for me since probably a couple years ago when I made the action. Yesterday, I was working on a scanning project where I have groups of images in separate folders. I ran the action on the first 2 folders which went fine.
When I got to the 3rd folder all the way up to the last one, PS just loads all the images, does the levels and color then fails to save/close them when done. On one of my folders, it gets through a few of them when it drops the ball and just opens all of them. I'm not sure what's going on as there's no real explanation as to why this is happening.. especially when I've been using this action (and I even made a new action with still no luck). Last week I had about 300 images I had to work with and PS decided to pull this move on me after doing the first 30 of them fine...which is when I first noticed this happening.
Â
To further add, I set my action to show everything step by step and it seems to happen with select images (in some cases, these select images are entirely what is in the folder). With the select images, it is not doing the actions entirely in order. Typically it does it in this manner:
1-Levels
2-Levels
3-Save
4-Close
Â
What I'm now experiencing is this:
2-Levels
1-Levels
(Skips 3 and 4 since it is starting at 2 and working upward).
View 3 Replies
View Related
Jun 27, 2012
how to create macros in gimp 2.8.
View 1 Replies
View Related
Apr 11, 2008
Windows Vista
PS3 Extended 10.0.1
I see how Photoshop CS3 uses the History Log for actions, but can it be set up to not only record the step but what was done in that step, i.e., a History Log entry shows "curves" but doesn't show that a "darker" preset was used in that step.
View 3 Replies
View Related
Dec 13, 2011
I've deleted my test macro from my .CDR file via Tools -> Visual Basic... But after closing Corel and opening that file again, it says that it "contains macros"
View 2 Replies
View Related
Mar 6, 2012
I'm using LT 2011, and have made the following macros to move a piece of text onto the same Y value as another piece of text, but keep the X value as is:
^C^C_move;;.x;0;_ins;
^C^C_change;;.x;0;_ins;;;;;
The first macro works fine but the second brings up the message 'Point or option keyword required'.
View 1 Replies
View Related
Sep 21, 2011
I have made some macros and now with the 2012 version of Inventor it is very very slowly to open the dialog box to choose a macro. I have the windows cursor during 30 second in each time I want to select a macro.
When I have made a shortcut for one of my macros it goes good and quikly.
View 1 Replies
View Related
Jan 31, 2014
All of a sudden, my action macros aren't working. I'm getting "Unknown command" errors. I've checked my options, everything's pointing to the right folder, and the macro files are in the right folder. Why would I be getting this error?
View 4 Replies
View Related
Sep 28, 2012
I'm trying to create an all new existing surface over existing ground. I have a TIN surface of the EG, and I have drawn overlay splines that describe the new surface, but how to go about creating that design surface.
It is a compound surface, open on one end and closed all around on the other, somewhat like a half of a football stadium, but with an irregular upper edge because I am needing to figure out cuts and fills to manipulate the EG into this new surface without costly major terraforming. There is about 40-50' vertical elevation between the "field" and the upper rim with a generally constant 7-10 deg. slope all around. I'm just at a loss to figure out how to approach this project, and am quite new to Civil 3D.
Civil3D 2013
MacBookPro 17 - 2.4GHz Intel QuadCore i7 (Late 2011 build)
Microsoft Windows 7 64bit
350GB Bootcamp volume
View 2 Replies
View Related
Nov 28, 2012
Is there a way within Photoshop CS5 to add Author/photographer details to image. When I save?
Â
I have to macs with photoshop and I need to monitor who is editting what I figure if everything saved on my machine gets tagged I could work it out from there? A bit like how microsoft word will add the author by default.
Â
I'm aware of File info but that would be a long process to do it. Ideally not an action either.
View 20 Replies
View Related
May 8, 2006
I have created an image by combining 2 images the model and the frame (finished1), because i need this image with a clear background when I save it as a GIF the image degrades (finished2) how can i save the image with a clear background and still maintain the details of the JPG?
View 3 Replies
View Related
Mar 24, 2012
macros are all disabled and i remembered there is a command to disable all the events but i could not figure out where exactly it is located and even i tried to reinstall the using modiy and repair twice times to install the software but still persists to activate the macros.
all the macros are grayed out and even Alt F11 also not working.
View 2 Replies
View Related
Mar 9, 2011
Have new pc want to move macros... Have exported workspace but Macros did not come...
View 1 Replies
View Related
Mar 25, 2012
Assigning shortcuts to macros? I did some but now the option to select macros has completely disappeared.
Correction - all my macros have disappeared. The macro manager is showing up empty. It's as if X6 can't see any macros at all. Delay Load is unchecked.
Just noticed the file name window is named "trial expired" - yet I can open a file.
View 8 Replies
View Related
Jul 4, 2013
Been meaning to make some more videos. Here's one I made today pertaining to looping.
[URL].........
[URL]......
[URL].........
View 1 Replies
View Related
Aug 14, 2013
I am trying to switch from X3 to X5, I moved my macros to the X5 GMS folder but the macros don't show up under "Macros" in the customization dialog. I can do Menu>Tools>Macros>Run Macro... and run a macro like that but I would like t be able to assign shortcut keys to the macros and create tool bars, but so far no luck with that.
View 6 Replies
View Related
Jun 15, 2011
I installed the X5 suite and updates, set up my macros, and everything was working fine. When I restarted Coreldraw, all my macros were disabled? I uninstalled, rebooted and reinstalled, and the same thing happened again. Everything works fine in X4.
My OS is Vista Home Premium with Service Pack 1.
View 12 Replies
View Related
Mar 4, 2013
Macros in inventor drawing are not activating or it is not automatically generating vba codes.
when creating macros and i assign dimensions to objects but the macros are not generating any codes.
View 3 Replies
View Related
Jan 11, 2012
Something strange happened recently where in order for my Right-Click Menu commands to work properly, and the double click ddedit to work, I had to take the "^C^C" out of the macro. All my related variables are set correctly, PICKFIRST, DBLCLKEDIT, etc...
What is happening is, I would get a selection set, right-click, copy with base point. Normally because the selection set is there, once a base point is selected, the command ends. In this case, after specifying the basepoint, I am asked to select objects again... This goes for ALL right click menu commands. Command line input is NOT affected.
View 5 Replies
View Related
Apr 17, 2012
Toolbar macros I've been using for several versions now are not working in LT 2013?
Here an example of one of the macros:
^C^C_select;_auto;\_copy;_p;;@;@;_move;_p;;\_rotate;_p;;@;\_redraw:
View 4 Replies
View Related
Jul 23, 2011
I want to change the color of my car whilst preserving all the details like door handles but change seem to figure out a way.
View 9 Replies
View Related