Tuesday, July 30, 2013

Prevent Drag and Drops DragHeight and DragWidth HKEY_CURRENT_USER\Control Panel\Desktop


DRAG AND DROPS DragHeight and DragWidth

HKEY_CURRENT_USER\Control Panel\Desktop
In the right side pane, look for the following Values.


DragHeight and DragWidth. Both of these values will have a value data of 4.

Right click each one of these values and select Modify.
 
In the Value Data box, type 20 - 44. (I set mine at 44)    
 
Click OK

If you then want to drag something up ine folder you have to drag the folder a little past the next folder and then back to the folder

Thursday, April 4, 2013

Autocad Hide variables

hideprecision 0=single precision 1 =double precision, can help if limes are missing.

Intersectiondisplay = show lines at intersection of 2 surfaces that would normally not show a line.

Intersectioncolor = Color of intersecting lines.

Dispsilh = show only the edges of a solid or surface and not all the triangles op polygons making up the surface.

Facetres = default is .5. lower makes surfaces with less polygons. works in conjuction with Viewres.

Viewres = control circle resolution

Layerevalcontrol = turn off reconcile layers

Monday, February 18, 2013

Missing lines linework when plotting hidden lines in autocad Automatically set setvar Hideprecision and DispSilh every time you start AutoCAD

Missing lines when plotting in autocad



Missing linework when plotting with "Legacy hidden" shade plot mode

Issue

You have plotted using the "Legacy hidden" shade plot mode and you notice linework is missing from the final output. Hidden line removal missing lines

Solution

This is likely the result of the HIDEPRECISION system variable being set to 0.
HIDEPRECISION = 0
HIDEPRECISION = 1

HIDEPRECISION controls the accuracy of hides and shades by controlling whether hides are calculated in double precision or single precision. With HIDEPRECISION set to 1, hides are more accurate because they use double precision however it also uses more memory and can affect performance, especially when hiding solids.
The default setting for HIDEPRECISION is always 0. This setting uses single precision calculations and less memory however the lower accuracy can also mean hiding linework that should not be hidden.
If you are encountering issues with the "Legacy hidden" shade plot mode - this can also be seen when using the HIDE command - make sure that HIDEPRECISION is set to 1 before plotting.
Note: The HIDEPRECISION system variable setting is not saved and will not persist beyond the current active session. Each time you stop and restart AutoCAD, it will reset to the default value of 0. If you want HIDEPRECISION to always be set to 1 you should add a bit of AutoLISP to your ACAD20xx.LSP file to set this at run time. For example:
(setvar "HIDEPRECISION" 1)

Saturday, January 26, 2013

See if trim is enabled in windows7 Command prompt disabledeletenotify fsutil

Cmd
fsutil behavior query DisableDeleteNotify

It will give you one of two results, either a 0 or a 1. A zero indicates that TRIM is enabled correctly, a one means that it is not. If you have a TRIM-compatible SSD, but find that Windows 7 hasn't enabled the command, you can easily do so by running this command:

C:\Windows\system32>fsutil
---- Commands Supported ----

8dot3name       8dot3name managment
behavior        Control file system behavior
dirty           Manage volume dirty bit
file            File specific commands
fsinfo          File system information
hardlink        Hardlink management
objectid        Object ID management
quota           Quota management
repair          Self healing management
reparsepoint    Reparse point management
resource        Transactional Resource Manager management
sparse          Sparse file control
transaction     Transaction management
usn             USN management
volume          Volume management

C:\Windows\system32>fsutil behavior query disabledeletenotify
DisableDeleteNotify = 0

Wednesday, September 5, 2012

Photoshop not starting, problems

Rename the file Prefs.psp and start PS, or just delete the file and start PS.

C:\Users\username\AppData\Roaming\Adobe\Adobe Photoshop CS6\Adobe Photoshop CS6 Settings\Adobe Photoshop X64 CS6 Prefs.psp

Wednesday, August 22, 2012

3ds max photoshop compositing

http://cg.tutsplus.com/tutorials/chaos-group-vray/compositing-v-ray-render-layers-in-photoshop/

Popular Posts

Search This Blog

Blog Archive