3ds Max :: Menus Became Square Frames / Included Recently Opened Files Names
Aug 18, 2013
Today I started up my computer,ran 3ds Max 2010 64bit on windows 7,the 3ds Max menus became square frames,included recently opened files names...I repaired and reinstalled 3ds Max,but it fixed nothing...what else can i do?
View 1 Replies
ADVERTISEMENT
May 11, 2013
How do you delete the recent photos from the (file drop down) under recent open ?
View 3 Replies
View Related
Oct 29, 2013
Is there a way to remove Recently opened files (File>Open Recently Edited File)?
View 4 Replies
View Related
Sep 12, 2012
How can I locate file recently opened photos in photoshop. Photos from like 4 days ago.
View 4 Replies
View Related
Dec 22, 2011
I can't remember when I first saw the recently-opened-document-list in which you can preview the documents; you hover your mouse above one of the documents listed there, a preview of the document pops up, and if you wait a second longer, underneath the preview some dates are displayed (modified date, Version info etc.). For as long I CAN remember, these dates have always been set to 1-1-0001 0:00:00, see picture below. I hoped that the release of Inventor 2011 solved this issue, but after installing Inventor 2012 this year, this issue has still not been solved. Is this an Inventor issue, or is it Microsofts responsibility?
Product Design Suite 2014
Inventor 2014, Vault 2014
HP Workstation Z220
Intel Xeon 3.4GHz
16GB RAM
Nvidia Quadro 4000
Windows 7 Professional (64bit)
View 1 Replies
View Related
Mar 24, 2009
I have created a bunch of DVD menus in Photoshop CS4 using PAL DV Widscreen.
View 3 Replies
View Related
Mar 17, 2014
I have a lot of images in my library. Last night I was working on a picture, I had to force restart the computer this morning.Just wondering if there is a way like "previous import" to show the images "Developed"
I don't use smart collections much. Could that be set up as an attribute? Like the way Itunes has last played in decending order.
I'll have to scroll through 5,000 images now to find it and export to PS for some final work.
View 4 Replies
View Related
Mar 6, 2013
Still able to open files saved before yesterday just having problems to open recently saved files (all files since yesterday). It allows to save properly, on preview mode shows what is in the file, size of the file is correct as well. But when trying to open it opens as a blank page or is not opening at all.
Did a test- saved file with a simple objects / text only. Cant open.
plus- doesnt allow to copy & paste.
Reinstall all coreldraw package- still the same problem.
View 12 Replies
View Related
Feb 28, 2013
My recently edited files do not show in the editor. All the repairs, optimise etc have been done. Photos have been saved as Jpeg and PSD and the check box to save in Organiser also ticked. Timeline does not show anything saved today and untagged media is not picking up anything.
View 8 Replies
View Related
Dec 21, 2013
How can I EXCLUDE particular folders/files from being included in the Lightroom 5 catalog?
I want to be able to specify paths and/or filename patterns that should NEVER be indexed in the catalog: not that they don't show up under certain circumstances, just that they are NOT THERE (in the catalog) to begin with!!
I also do NOT want to have to respecify these criteria when "synching" the catalog; criteria should be PERMANENT (or at least 'til they're changed in LR preferences).
View 8 Replies
View Related
Jan 23, 2013
What all files must be included to email a simulation report in 2013?
View 1 Replies
View Related
Sep 9, 2012
I recently downloaded Adobe Design and Web Premium CS6. I am not able to see the content of any of the file I open (.psd or .jpg). I do see the file has been opened as the file name appears on the open file tabs, I also see the preview of the file in the Navigator Window and list of layers in the layers window.
I am relatively new to this so might be missing on some option that needs to be turned on or something. I am using Window 7 Professional, Service Pack 1, with 8GB RAM.
View 12 Replies
View Related
Dec 24, 2012
NEF can't be opened on my PSE 8.0. how to work the PSE work properly in Japanese.
View 4 Replies
View Related
Apr 21, 2012
Ok I did this graphic a few years back for a website but now my original files have been corrupted and are not able to be opened. I have lots of similar fonts like ethnocentric but it is not quite right. I have also tried uploading it to font identifier etc.
View 6 Replies
View Related
Jul 20, 2008
Is there an option to make PS never lock an opened file as a background layer? I never need to have the files that I open locked so I would like to skip the step of unlocking them every time..
View 17 Replies
View Related
Nov 23, 2005
i often scan in images, roughly 50 at a time, in the order i want them saved/numbered in. When i go to batch save, (along with some color correction and other small things) it numbers my files from the LAST image i scanned in to the first.. IE; what should be image50.jpg is image01.jpg and vice versa.. basically its doing the naming in reverse.
I never had this problem in PS7, only since moving to CS2.
View 5 Replies
View Related
Mar 11, 2013
Illustrator actually makes a file labelled "copy"everytime the particular file is opened. Each time it is opened, it makes another copy & tags a number on the end. It only happens with the occasional file, but once this happens, nothing will stop the problem. Selecting all & pasting into a new file does not work. There are no extra views. The artwork is originally copied from the customer file & pasted into a new document.
Mac Pro 2 x 2.4 Ghz 6-Core Intel Xeon/OS X 10.8.2/CS 6 Design Standard
View 12 Replies
View Related
Feb 20, 2014
I have been opening my Illustrator vector images in Photoshop to save as JPGs today. All was working fine when all of a sudden I open in PShop, Now all I get is a transparent box. On both rasterized and non rasterized images. This is the latest trial AI/CC by the way. Restarted both programs.
View 3 Replies
View Related
Nov 7, 2012
my images looking quite harsh when opening the raw files, this didn't happen on the trial version, i've only just got the cs6 from adobe so is there a setting i need to change?
View 4 Replies
View Related
Sep 12, 2013
I recently upgraded from CS6 to CC. When I open a psd file, it opens at 100%, but the window is small with scroll bars. I have plenty of screen real estate, so that's not the problem. I have looked everywhere and can't find how to make the default 100% showing the entire image.
View 7 Replies
View Related
Oct 31, 2013
I made these bunch of other parts at school this time and they use 2013 and I use 2014 at home, will I be able to open them
View 2 Replies
View Related
Sep 11, 2012
The following code will explain how it works:
[CommandMethod("RenderFromFile")]public static void RenderFromFile(){string dwgPath = @"C:TempRender.dwg";string imagePath = @"C:TempRender.png";Document doc = Application.DocumentManager.Open(dwgPath);RenderToFile(doc, imagePath);}
[Code]....
The command RenderFromFile will render the 3D drawing file at C:TempRender.dwg (see this file from attachment), and then write the output image to Render.png at the same folder. The rendered image is on the top view and has visual materials.
The command RenderCurrentView will render the current open 3D drawing, then write the output image to C:TempRender.png. The rendered image is on 3D view and does not have visual materials.
Both two commands call the same shared method RenderToFile(), but their output images are different. I don't know why they are different?
Method RenderToFile is a simplified version from Kean's code. I try to make the code short and simple to easily solve the problem.
View 2 Replies
View Related
Aug 27, 2013
My team is using AutoCAD 2014 and multiple people have noticed that while they're working, when they try to save the file it pops up a message saying the file is read only.
Multiple people on our team has had this issue and it only started recently. (We've had it installed a few months now).Could it be the new file tabs feature in 2014?
View 9 Replies
View Related
Feb 1, 2013
I am trying to import a set of .model files from CATIA which can be opened individually using MAX2013 DirectConnect importer, however when trying to import the CATProduct files which has all the .model files organised as an assembly I get an error message (also attached):
Starting process : Translating to APF
DirectConnect did not successfully complete the file conversion. The error code was: -1073741819
View 2 Replies
View Related
Sep 17, 2011
How can I control the number of opened files in AutoCad-2010 ? How to do that . I have to work in 2 files Simultaneously.
View 5 Replies
View Related
Aug 13, 2012
CS6 "Unable to set maximum number of files to be opened." Just got the production bundle and installed everything on both my macs, everything works fine besdies illustrator which only works fine on one not at all on the other.
View 2 Replies
View Related
Mar 2, 2014
Since installing Creative Suite 5 in 2010 I have never been able to open Illustrator.All programs work but 'Ai'.I've tried re-installing it multiple times with no success.
The message that occours when trying to open the program is:'Unable to set maximum number of files to be opened'. And then it generates a 'Problem Report for CS5 Adobe Illustrator'.
View 2 Replies
View Related
Mar 20, 2013
I have installed Adobe Illustrator but when I launch it I get an error message; "Unable to set the maximum number of files to be opened". When I click OK to close the error message the program will not open.
View 1 Replies
View Related
Dec 18, 2013
The message 'Unable to set maximum numbers of files to be opened' is what appears when I try to open Illustrator, which is a part of my CS5 set up.
I've tried reinstalling CS5 several times but have had no success with getting illustrator to open. After this message appears it then says 'adobe has quit unexpectedly' click to reopen/ bug will be reported to apple. I've asked adobe for support resolving this issue a number of times...
View 1 Replies
View Related
Oct 31, 2011
I used the Lightroom beta 3.5 beta with CR 6.5 beta and now have installed the update of these two products. In beta I was able to open Phase One IQ raw files just fine but now with the 3.5 release I obtain a funny Magenta color cast that displays in the Library Mode and thumbnail but does not display in the Development Mode. This happens on both my Mac Laptop and workstation. Mac OS 10.6.8. I have not yet tried uninstalling LR and reinstalling, will do that next. The first image is in the Library mode after I have opened the file. The second is from the Development Mode. Notice how the tumbnail at the bottom remains constant but the small image on the left has changed in the Development mode to its natural look.
I should say that this color cast happens after I adjust the temperature settings of the image, not just from mearly opening it in Development.
View 2 Replies
View Related
Dec 17, 2013
I have a trouble with metadata conflicts.
I'm not making any adjustment in Lr. I'm just opening, editing and saving a TIFF file in Ps and I'm always getting the following warning. What can cause a metadata conflict for such a case?
View 2 Replies
View Related