Photoshop :: Dotted Rule In Shape Mode - Grey Gaps
Aug 1, 2013I am trying to replicate a rule (the top most one). Some one flattened this layer. I have created the rule but I seem to have a slight grey in between the boxes?
View 2 RepliesI am trying to replicate a rule (the top most one). Some one flattened this layer. I have created the rule but I seem to have a slight grey in between the boxes?
View 2 Repliesim writing text inside a shape and ive got that far ive even changed font sizes, now id like to write smaller text in the gaps between different font sizes. im using PSCS2.
View 9 Replies View RelatedWhen I use the knife tool on an shapeit leaves a gap where I slice. First I thought it was just an illusion in the program but it stays even after I've exported the image (both by "save as" in illustrator and "export" in inDesign). I've been careful not to move the shapeafter I used the tool so I don't think that should be a reason.
I've tried on different types of shapes like normal circles and more complex shapes. I've also attempted to start a new file from scratch but with the same result What could the reason be? Is there a setting I should be aware of?
This is what I see in Illustrator:
And this is what the image looks like when saved as pdf (in illustrator):
It also looks the same if I place it in inDesign and then export to pdf.
EDIT: I don't know if it is important but the size of the shape is about an A4 or there about.
is PS 7 able to do dotted lines and circles? If I create a selection (circle or rectangle) can it render dotted lines?
View 2 Replies View RelatedFor the longest time I've used both the Shape and Pen Tools for drawing vectors in Photoshop, but with CS6 I noticed a lot of weird behaviours. The one that is really getting to me is the lack of 'Shape Mode' shortcut keys when using the Pen Tool. When on the 'Shape Tool', fo example Cirle or Rectange, you can press the Shift to change the Shape Mode to 'Add', Alt to change it to 'Subtract' or both together to get 'Intersect'. This functionality used to exist on the Pen Tool too, but in CS6 I can't seem to get it working.
A collegue suggested to move over to Illustrator for all my Vector needs, and I know that this is good. However the lack of quick/integrated changing between 'Shape Modes' in either product (now) makes drawing things alot slower (for me).
Am I missing something, or is this feature now ommited in Photoshop CS6. If it ii, its possible to script something to allow this kind of behviour in Photoshop or Illustrator?
I am trying to add dotted pairs to a list of dotted pairs one at a time in a loop, but I cannot get through one iteration.
The pseudo code is basically
(while (/= nil readline) (if = 0 count (setq 0list (cons 8 readline f))
(count = count + 1) (else (setq 0list (append 0list (cons 8 readline f)))
(count = count + 1)
)
)
The program gets the layer name from a text file and makes a dotted pair out it. When it iterates for the first time it puts the dotted pair into 0list. When it iterates the second time I want it to take the next line make a dotted pair and append 0list.
I keep getting error:bad list and I am assuming it is because it is trying to append 0list which only has one dotted pair in it and is technically not a list. I am not sure.
I have like three different versions of the same code I have tried. Any way to read a layer name from a file make a dotted pair and add the dotted pairs to a list of dotted pairs one at a time that would be amazing.
I get the reading and making a dotted pair part. I just can't get the dotted pairs to add to a master list.
Is there a way to invoke the iLogic Rule Editor and pass it an existing rule name or external rule for editing?
View 4 Replies View RelatedI need a way to run a rule which is saved in my top-level assembly using iLogic rule which is saved in a part file in the parent assembly.
I have even tried using an external rule in a txt file, but that gives the error "Component: This function can only be used in an assembly." - which makes no sense to me. I hope I am just missing something simple. I cant believe with all its other strengths, that iLogic would be so limited in that regard. Why is there not simply a snippet under the 'Run Other' that allows you to specify an assembly file and the rule name? (like there is for running a rule in a component from the assembly)
I want to simply set a custom iproperty as the Description in each part file within my assembly. I can do this easily at part level with ilogic but I want to be able to run the rule from the assembly level and all the parts run the rule. I am struggling to find a way to do this.
I think this may be the best method I have found but I think it must be far easier?
[URL].......
I am working for customer with a simple item with his iLogic design. He has created a simple form to modify his iProperties. To modify the current material, a multi-value parameter was created and the following rule as a local rule;
"MultiValue.List("MATLIST") = iProperties.Materials
iProperties.Material = MATLIST"
He is now trying to make this an external rule but gets the following error
Error in rule: Mat2, in document: Mat2.iLogicVb
iProperties.Material: is probably a bad material name.
The more info tab says:
System.ArgumentException: iProperties.Material: is probably a bad material name.
at iLogic.CadPropertiesInRule.SetDocMaterial(Document doc, String matName)
at LmiRuleScript.Main()
at Autodesk.iLogic.Exec.AppDomExec.ExecRuleInAssembly(Assembly assem)
at iLogic.RuleEvalContainer.ExecRuleEval(String execRule)
can I alter the BACKGROUND COLOUR from the Grey to a lighter grey as in P/Shop Album 2.00 which is just what I want..I hate the darker colour as background..I have just purchased the Elements 11.
View 5 Replies View Relatedas a user of pse 6 I 'm used to work with darkgrey background in the organizer.
This works perfectly for quickly assessing brightness and contrast of pictures.
In pse 10 however I could not find any button to change the preset lightgrey background colour to darkgrey.
I try to use the color grey its always redish grey and never grey.
I tried changing my color settings from photoshop but it still wont work.
I am currently running Map 3D 2012 with CadWorx and I am having an issue with one of my multi tab drawings. Any object set to plot grey (any grey), that is in paper space, is plotting black only in one of my layouts. similar objects in model space and in both spaces on other layouts are all plotting accordingly.
View 0 Replies View RelatedI am trying to use iLogic to create the file types I need to give to my vendors once I have created a drawing.In the .idw file I have a rule that creates a .pdf file and .dwg file. I also want it to activate a rule I have in the .ipt file that creates a .dxf file.
trigger = iTrigger0oType=Left(ThisDoc.FileName(False),3)GoExcel.Open("S:DRAWINGSFolder Types.xlsx", "Sheet1")For rowPN = 1 To 200 If (GoExcel .CellValue("A" & rowPN) = oType) Then oFile = GoExcel.CellValue("C" & rowPN) Exit For End IfNextoFolder = "S:DRAWINGSNOT RELEASED" & oFileIf Not System.IO.Directory.Exists(oFolder) ThenSystem.IO.Directory.CreateDirectory(oFolder)End IfThisDoc.Document.SaveAs(oFolder & "" &
[code].....
I have a sketch placed on a layer with the blending mode set to multiply. When I change the opacity of that layer, instead of a smooth opacity change, vertical gaps appear on the image on that layer.
View 5 Replies View Relatedway to fill in shapes that have gaps without the colour bleeding all over the rest of the page?
For instance in Macromedia Flash there's an option to close small, medium, large gaps so that the colour remains within the shape.
I'm using Photoshop 7.0
I forgot to switch the frame rate from 29.97 to 12 fps when I started working on an animation and when I switched to 12 fps mid-project the frames changed.
I have a hard time describing exactly what's going on so I'll just post a screenshot instead. Basically each frame has a gap in between and I am unable to line up the frames back to back. I was hoping to find out how to fix it so the frames play back to back seamlessly without any gaps. But yeah, when I attempt to align the frames back to back it won't let me, instead the frames overlap halfway or have this gap in between.
AutoCAD generates gaps to my drawing, sometimes there is NO gap and then it says there is when I'm selection new are to hatch (puts the red circle to old place where it didn't earlier say there is gap!). I have tried to use Gap Tolerance tool first with value of 10 but it didn't work. After that I changed it to 1000 and it worked but the hatch area wasn't good. I also tried to pull line over other and trim it, didn't work either. Used also join but it didn't work.
I have used object snap always when I drew the picture. I have zoomed as much I can and there is no gaps.
Uploaded with ImageShack.us
Uploaded with ImageShack.us
In the Printer Settings drop down menu both Color Mode and Print Mode are grayed-out. This just happened I cannot think of anything I've done differently.
I'm using OS 10.6.8 and the latest Epson drivers for the 3880. I have re-installed both PS and the Epson drivers. If I print from Acrobat Reader everything seems to work fine, this only is happening in Photoshop CS5.
For some reason while in text mode, all letters stay locked in Cap mode. My cap lock key is not on?
View 1 Replies View RelatedWe are having issues with gaps in our drawings when we print using Autocad LT. It has been fine for months and one day it just started printing with gaps between certain areas. However the gaps are not consistent and the gaps only happens with lines and not text or images.
View 9 Replies View RelatedHow to get rid of this gap? Everything I have tried just causes overlaps.
View 1 Replies View RelatedI have a problem, gaps are visible between the steps when using 3D bevel on text in illustrator CS6, even after expanding appearance. It looks bad in illustrator and rasterized in photoshop, which is where I want it.
View 11 Replies View RelatedI have attached a part. On the four corners of the front face there is large gaps. I am unable to use the seam comand to fix these.
View 4 Replies View RelatedIs there a way I can fill the gaps in this surface? The surface is a combination of four pasted surfaces with boundaries set so they dont overlap on each other and create a mess.. I can't have these holes/slivers in it because SiteVision wont accept it. So basically is there a command that will fill the gaps in for me?
View 5 Replies View RelatedI'm working with an area around a couple miles of road running SW to NE. I have metric lidar tiles in GeoTiff format. The tiles are 1,500 meters on an edge. I'm working in US Survey feet.
I originally tried creating a Surface of all 9 tiles I needed and then cropped the resultant Surface. But that was too large for my computer to handle. So I created 9 drawing each with one tile Surface in it. Now I've created a Data shortcut Reference for them all in one drawing. I got all the Surfaces in but noticed that there were gaps between the borders.
I was wondering if it was a coordinate system conversion problem. But all the settings check out. Now I think that this may be an expected behavior. I measured the gaps between the Borders and found that they all ran very close to 6.56'. In metric that's almost exactly 2 meters. 2 m is the separation of points in the Lidar surface.
BTW I'm working this in 2014.
Civil 3D 2012 SP 3 / IDSP 2014
Dell Precision T7400, Xeon CPU 3.16 GHz
Win 7 Pro, 64-bit,12 GB RAM, Nvidia Quadro FX 4600
I am plotting this using an OKI C821 colour printer.
It prints with gaps between the black text/lines and the red and green sectors.
I want to eliminate the gaps.
I have tried increasing`VIEWRES' to 20,000 and segements in a Pline arc to 1000.
REV-A: Plot settings jpgs added.
With shapes that are intended to fit exactly with one another, such as shapes created with pathfinder>divide I find often that there are very small cracks between the shapes and that these will show up if the shapes are exported to Photoshop in a more pronounced way.
What's the workaround to 'seal' one shape to another and rid the result of these gaps?
Joining the shapes is not an option as they are different colours.
I try to create a patternbrush using an image. Image is created in PS and lines up nice horizontaly. Droping it into Illustrator. From there I drag and drop it onto the brush panel and create a patterbrush. I also include an empty rectangle to control the spacing ( suggested elsewhere ? ). If I apply that brush to a curved path there are always little gaps between the segments. How can I construct the brush without the gaps? There is a denimseam brush within Illustrator that does exactly what I try to achieve except I can not.
View 9 Replies View RelatedIm using CS6 and when saving to PDF my live paint objects have a slight gap inbetween the shapes in the live paint object. They do not appeare in the illustrator file or when saved as jpeg, png, etc only PDFs. I have been using Illustrator for a couple years now and this has not happened in previous versions I've worked with (CS3, 4, and 5)
View 2 Replies View Related