Photoshop :: Retrieving A Deleted Layer?
May 16, 2013How do I get back a layer that I accidentally deleted? (I can't undo or revert because I have already saved the document since.)
View 5 RepliesHow do I get back a layer that I accidentally deleted? (I can't undo or revert because I have already saved the document since.)
View 5 RepliesI have a CAD file that will not let me delete layers, get the usual message; "The selected layer was not deleted . . . . ". This is not the current layer, nor is it 0 or Defpoints and I am fairly certain the Layer does not contain objects. As an interesting side note; when running Purge, the Purge zero-length geometry and empty text objects is grayed out. It's not an option.
View 9 Replies View RelatedI'd like to delete a layer but the layer cannot be deleted from the object manager as the delete menu item is disabled for that layer.
View 1 Replies View RelatedAre the previews of deleted images themselves automatically deleted from the previews folder?
View 1 Replies View RelateddownloadedP/S5 to my new computer,NIKfilters did'nt come across,how do I retrieve them.
View 1 Replies View RelatedI don't remember if I ever used an Adobe screen name. I'm trying to join the community forum, and the system doesn't accept any screeb name I offer. How can I set or reset or retrieve my screen name?
View 1 Replies View RelatedWhere can I find an Old Photoshop catalog on elements 9? Computer crashed, had to reinstall, when that was done, I got errors saying I can't use 2 copies, so I called Adobe. It never dawned on me at that time that my whole entire catalog would be erased.
View 2 Replies View RelatedI just purchased an upgraded version of Photoshop Elements 12 and Premiere Elements 12, but after all my photos were converted to the new version, all of my keyword tags from the previous version are not showing.
View 2 Replies View RelatedOn completion of an image upload to Flickr using the Lightroom Flickr publish plugin I see in the progress bar at the top left state that "comments are being retrieved from Flickr". I never see any other mention of "comments" in Lightroom so what does this mean? I have many comments on my images on Flickr so are they retrieved and downloaded? I have LR4 and Mac OS.
View 2 Replies View RelatedRecently changed file names and now need to revert back to the original file name created via camera. Can this be done in LR 4 or is this info deleted?
View 1 Replies View RelatedI was given a C3D file with a road alignment including sections. But the all the road data is a block. Is there a way to retrieve all the data in order for me to do some quanities for my estimates on material volumes. When I go to the prospector tab, there are no points, surfaces, or alignments listed.
View 6 Replies View RelatedI created a sketch then tried to retrieve dimensions in a drawing from the sketch. When I used the retrieve function, no dimensions appeared. I made sure that the box in the Application Options under the Tools tab was checked for retrieving all dimensions upon placement. I have tried numerous ways to retrieve the dimensions, and while I can place them manually, I really need to be able to retrieve all at once as seen on the sketch.
I have been able to use the retrieve function before on files that I downloaded from a website so I know to use the function.
I'm attaching a file which I am having trouble retrieving dimensions. I am using Inventor 2013 educational version.
This error happened to us, when we tried to get the active layout from the acad document. We are using AutoCAD 2009 & C#.NET 4.0 Framework.
The error is as below:
Unable to cast COM object of type 'Autodesk.AutoCAD.Interop.Common.AcadLayoutClass' to interface type 'Autodesk.AutoCAD.Interop.Common.IAcadLayout'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{C6F55F5A-33AF-4B5F-9949-86C6AEEF1834}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).
The piece of snippet looks like the following
using Autodesk.AutoCAD.Interop.Common;
AcadApplication acadApp = (AcadApplication)Marshal.GetActiveObject("AutoCAD.Application");
AcadDocument acadDoc = acadApp.ActiveDocument;
//The following line throws the error as stated above
AcadLayout aLayout = (AcadLayout)acadDoc.ActiveLayout;
But it can be accessed if we change the property " Embed Interop Types " of DLLs (a) Autodesk.AutoCAD.Interop
(b) Stdole
from True to False
But again it throws the same error when we try to retrieve any methods from the retrieved AcadLayout. The whole application works fine with AutoCAD 2012 after re-referencing the DLLs.
I just got Paint dot net and started painting a picture right away. Now I want to use a color from the picture (in the same picture) but don't know how. After reading a bit, I realize I should have saved it in a palette. Is there any way to retrieve and use a color in a current picture that was not saved to a palette?
View 2 Replies View RelatedI deleted some RAW files from my hardrive and while they still appear in lightroom, it says they are missing or unsupported. I backed these files up through lightroom but when i try to access the backups catalog I only get blank screens. Is there a way for me to get some of these files back through the backups? I have a PC and am using Lightroom 4.3 I think.
View 2 Replies View RelatedI am using an AutoCAD 2012, when a revised Xref floor plan was send but on a binded file. How to declare or make an Xref file based on the binded file????
View 2 Replies View RelatedI am working on extracting information from DWG with extended Property Set Definitions. I have added Location Property on my Door objects, and would like to retrieve it in my application.
Definition as shown in AutoCAD > Manage > Style Manager > Property Set Definitions
DoorObjects Property Set
Name: AtSpaceID
Description: Space - SpaceObjects - SpaceID
Type: Location (becomes Automatic inside .NET API code)
Source: Space - SpaceObjects - SpaceID
Space Objects Property Set
Name: SpaceID
Description: SpaceID
Type: Integer
I have tried the .NET API. see Code below. I am stuck at Property Definition Location. Not too sure where I can retrieve the value for my At Space ID at my Door Objects.
I tried the following code below and it throws error such as eInvalid Input or eNot Applicable.
Part of my code
Door doorEntity = trans.GetObject(doorObjID, OpenMode.ForRead) as Door;ObjectIdCollection idsPropSet = PropertyDataServices.GetPropertySets(doorEntity);foreach (ObjectId idPropSet in idsPropSet){ PropertySet propSet = trans.GetObject(idPropSet, OpenMode.ForRead) as PropertySet; PropertySetDefinition propSetDef =
[Code]........
I am opening a drawing file whose units are already set to "Architectural - Inches".When im retrieving the coordinates of lines present in drawing it is returning in some other format.How do i change this.Or how do i know in what unit system the values are being returned.
View 3 Replies View RelatedI need to create and maintain a library of hole features of varying shapes and sizes (there will only be around 10 variations). The goal is to be able to programmatically retrieve a feature and then place it in the current part. Ideally I would like to be able to assign each an ID to each feature that I can use to programmatically retrieve it.
My first thought on how to achieve this is to have one master part file that contains all of the features. When I need one I can open that file and somehow copy the appropriate feature and then place it in the target file.
Or maybe it would be better to save each feature in its own part file? I'm not so much looking for code as much as general guidance on whether either of these approaches sound reasonable. Maybe there is a better way to programmatically store and retrieve features from a library?
I have already developed my VB.NET Windows Form app (.NET 4.0 in VS2012) which does some Windows operation on roughly hundreds of AutoCAD drawing files(e.g. purely copy/move/rename type of actions).
Now I need to tell my app to communicate with AutoCAD 2013 and collect some attributes from a specific existing block in all of these drawings and then replace the collected values with some other values passed to AutoCAD by my Form application (see diagram below)
I had a look to couple of AutoCAD .NET blogs and realized how to make DLL files and leverage NETLOAD tool in AutoCAD afterwards but I am afraid DLL files and NETLOAD are not what I am looking after .
I would like to clearly know what is the best pathway to achieve my goal described above.
How can i build a selection set of all circles and then retrieve the xdata attached to them?
View 9 Replies View RelatedTried retrieving an ActiveX selection set in AutoCAD 2013 (AutoCAD Architecture 64bit on Windows 7 is what I am using)?
Using a piece of LISP I got from the ADN developer site, it no longer works and gives this error....
Cannot invoke (command) from *error* without prior call to (*push-error-using-command*).
Converting (command) calls to (command-s) is recommended.
(defun c:erset (/ acApp acDoc selSets ss1)
(vl-load-com)
(setq acApp (vlax-get-acad-object))
(setq acDoc (vla-get-activeDocument acApp))
(setq selSets (vla-get-SelectionSets acDoc))
[code].....
Unfortunately my lisp is very basic.
(defun c:getSset()
(vl-load-com)
(setq ss-vba (vla-item
(vla-get-selectionsets
(vla-get-activedocument
[code]......
What about creating an AutoLisp selection set from .NET - is it possible, if so I would prefer to do that instead?
The goal is to create some objects in .NET (using activeX or managed code) and then have some way to access these objects via the command line I'm assuming they only way is using an AutoLISP selection set.
presuming I have a selection set of different entities, that might have different linewight.
The code that is responsible for this property is 370
370Lineweight enum value. Stored and moved around as a 16-bit integer.not omitted from here
I need to make all of the entities have the same layer, and to make sure the each entity has the "ByLayer" lineweight.
The problem that I encountered, is the lineweight changement.
This is the colution that I came with, but it doesn't work for me:
(defun c:test () (setq en (car (entsel))) (setq el (entget en)) (setq el1 '()) (setq indx -1) (repeat (length el) (setq indx (1+ indx)) (if (/= (nth indx el) (assoc 370 el)) (setq el1 (cons (nth indx el) el1)) ) ) (setq el el1) (entmod el) (princ) )
Having tested it in different ways, it looks like at the end, el1 represents the association list that I want my object to have, but it doesn't want to update.
I'm looking for code to retrieve the "Paper Text Height" from the current (active) "Text Style".
View 7 Replies View RelatedI am modifying stuff in a dynamic block insert entity. There is no "endblk" entity at the end of these definitions and I need to cycle through every entity within the block definition. When it gets to the last entity, I get an error because you cannot entnext passed the last entity. There are 2 things:
1. How to retrieve the # of entities in a block without cycling through it.
Or
2. A quick lesson in the *error* function, I cannot figure out how to implement this. I basically want to to say:
(if (entnext myent)) returns a error, don't abort & continue on.
After I closed PS CS6 today, I opened it again to find that most of my downloaded brushes were gone! Only a few remained.
I've begun saving files in the photoshop folders itself so if this happens again, I'll be prepared but is this normal?
The exact version of the Adobe Application you are running: Photoshop CS3
Your Operating System details. Windows Vista Ultimate
Amount of installed RAM. 3GB
Amount of free disk space.20GB
Make/Model of Video Card. Nvidia 8800gts
Precise symptoms of your problem:
i saved the psd file last night and closed my computer, today morning i woke up and found this file "unopenable" then i found out it said that file space on disk is 0. and when i tried to open it again it says file location not found. then i restarted my pc. and the file was gone, i tried to find it with the search function and i only found a shortcut file with no valid source. i dont know what caused this, if it was photoshops fault or the computers fault, anyone know anything i can do to recover this file?
some of my plugins and cannot get them back, i was trying to clear some space but didnt mean these!! i need these for a project! is there a place i can download plug ins for photoshop cs for mac!
View 9 Replies View RelatedI was working with a comic illustration, straight 10 hours in a .PSD file without closing it (Of course I saved REALLY often). That includes making path layers in the early process. And when I was painting with those lines generated from paths, I noticed that all of my path layers are gone!! Deleting the paths must be some kind of accidents (like hitting del. key trying to delete contents in the layers, but it deleted some unintentionally selected paths instead. I want a fix to this.) but I can't figure it out how all of them are deleted.
All of my progresses depends on those paths, and that means I will have to repeat the 10 hours all over again.
I have tried many ways to recover it but nothing works:
1. The history state which I was making those paths can't be recovered. It was deleted. If I went to the snapshot state, it's only a raw scanned draft. in other words, the history state is somewhere between snapshot and earliest history state.
2. I tried a file recovery tool. It could dig up temp files but they are all useless since they are made each time I was saving, and I can go back only half an hour with that. This is a case which "saving often" backfires. Also I don't know which file else I should recover.
3. I looked in PSAutoRecover folder and found nothing. I have not been monitoring the folder so I can't tell if auto-saves were made or not, but I am sure auto-save was turned on.
4. There are also temp files in the root of cache drive. I tried copying them into another drive but it said Photoshop is using the file, and they were all gone once I unlocked it with force.
I have been working on a file for the last few weeks and save on a very regular basis and also have the autosvae option selected in preferences but Photoshop has crashed and completely deleted the file off the face of the earth?
I am working on a very important project and have a design session very soon and am now left with no .psd file to work with? I have looked for it everywhere and there isn't anything?
C:UsersNameAppDataRoamingAdobeAdobe Photoshop CCAutoRecoverFOLDER IS EMPTY!!
all i have been left with is the psED89.tmp file!
I suddenly can't use my Photoshop CS5. In the middle of working on it, I suddenly got an error message saying "Could not initialize Photoshop because the preferences file was invalid. (It has been deleted.) I tried uninstalling and reinstalling PS but still get the same message. Now PS won't even open up.
View 3 Replies View Related