Problem Description — Illustrator allows realtime tweaking of the corner radius of rounded rectangles while drawing, using the arrow keys. It’s brilliant and takes the guesswork out of drawing rounded rectangles. Drawing a roundrect in Photoshop is a trial and error affair, because you have to choose the corner radius prior to drawing.
This means it usually takes several attempts to draw a rounded rectangle, because you have to delete what you’ve done and start again each time. It’d be even better if the rounded rect’s corner radius remained editable after drawing. Allowing a different corner radius for each corner would be the icing on the cake. Given the current implementation of vector rounded rectangles in Photoshop, I’m not sure how it’d be possible to implement edibility without significant changes.
Workaround — Lots of trial and error, drawing and redrawing until the correct radius is achieved.
Photoshop: It would be good if the roundrect vector tool corner radius was editable during and after drawing
Promoted
Responses
-
CHAMP
4Looks like Davind Jensen did it again here is a panel that allows to change the corner's roundness after drawing, individually: http://photoshopscripts.wordpress.com... -
I just posted about this on the CS6 forum: http://forums.adobe.com/message/42841...
A solution that I proposed would be an option to use the regular rectangle tool, but to set rounded corners on regular rectangles in the tool options bar. By doing this, the rounded corners would not be created with anchor points, they would be more of a smart effect/mask on the rectangle shape.
This way, you could select any rectangle and easily give it rounded corners in the tool options bar. You could also resize the rectangle without it screwing up your rounded corners, because the corners are not made with anchor points, they are just being applied to the rectangle shape. -
I made a little configurator panel that will adjust the pixel radius of a Rounded Rectangle vector mask. It isn't as smooth as a built in tool would be, of course.
Currently, it can only adjust one layer mask at a time. It only works if there is only one sub-path in the selected layer's vector mask.
Unzip to [Photoshop 5 directory]\Plug-ins\Panels\
http://sites.google.com/site/davidjen...
-
It would be great if after creating a rounded rectangle I were able to resize it without affecting the corners. It would also be great to adjust roundness after it was created.
I'd call it "smart rectangles" ;-)
This reply was created from a merged topic originally titled
Photoshop: Editable rounded rectangles for Shape Layers.
-
It would be great if after creating a rounded rectangle I were able to resize it without affecting the corners. It would also be great to adjust roundness after it was created.
I'd call it "smart rectangles" ;-)
This reply was created from a merged topic originally titled
Photoshop: Editable rounded rectangles for Shape Layers. -
-
-
-
Great idea, considering I create these very often (am a Web Designer). I hate having to redraw the shape because I guessed the wrong size for the corners. And as stated above, I also like the idea of having an option (potentially a checkbox somewhere) to resize/transform the square/shape but retaining the size of the original corners. Doesn't Illustrator have a similar feature/option?
-
-
I made a little configurator panel that will adjust the pixel radius of a Rounded Rectangle vector mask. It isn't as smooth as a built in tool would be, of course.
Currently, it can only adjust one layer mask at a time. It only works if there is only one sub-path in the selected layer's vector mask.
Unzip to [Photoshop 5 directory]\Plug-ins\Panels\
http://sites.google.com/site/davidjen...
- view 2 more comments
-
-
-
It's a Flash panel, generated by Configurator. I just attach a script to each button, and the script is only running for a moment when you press a button. Maybe the Flash player is stealing focus. I've had issues with text fields in Photoshop.
The scripts could also be called by a set of actions, or a modal dialog. I'll try to put something together this weekend. -
-
Sounds good. Looking forward to it. Now that I've been using this for creating web designs, it's hard to stop using it. Ha.
-
-
-
-
Please bring more tools for the UI Designer. like rounded rects that don't distort and better layer styles options.
This reply was created from a merged topic originally titled
More UI Design Features in Photoshop.-
Please do a search to see if a topic already exists. This forum works best if you have one topic per idea. Add your vote to the existing ideas for layer style enhancements or create a new one if none of the existing ideas match your idea:
http://feedback.photoshop.com/photosh...
http://feedback.photoshop.com/photosh... -
-
-
-
-
Fireworks has ability to round corners via changing corner radius. It would be great to not redraw vector shapes in order to round corners in PS.
This reply was created from a merged topic originally titled
Parametric corner rounding. -
-
I just posted about this on the CS6 forum: http://forums.adobe.com/message/42841...
A solution that I proposed would be an option to use the regular rectangle tool, but to set rounded corners on regular rectangles in the tool options bar. By doing this, the rounded corners would not be created with anchor points, they would be more of a smart effect/mask on the rectangle shape.
This way, you could select any rectangle and easily give it rounded corners in the tool options bar. You could also resize the rectangle without it screwing up your rounded corners, because the corners are not made with anchor points, they are just being applied to the rectangle shape. -
-
-
-
When I use rounded rectangle tool.. if Up arrow or down arrow could help to adjust the radius(similar like flash) that would be cool.
This reply was created from a merged topic originally titled
Photoshop: Changing Rounded rectangle radius. -
-
It would be great to be able to adjust the edges of rectangular shapes whenever we like, hence even after creation. Theoretically Photoshop wouldn't need three shapes like:
a) Rectangle Tool
b) Rounded Rectangle Tool
c) Ellipse Tool
Instead we would have just one shape, but be able to adjust its edges directly within the workspace (having little handles for that). When the edges value would be "0" then it would be a rectangular shape. "100" would mean a circle, while all the other values in between would be rounded rectangle shapes. We would be able to change the values whenever we need.
This would make us much more flexible. But there is even a further advantage, we would be able to transform the same thing from a rectangular shape into a circular one, without the need to create a new object instead as currently (if I don't miss anything)
Thanks, Michael
This reply was created from a merged topic originally titled
Photoshop: customizable rounded edges for (rounded) Rectangle Tool. -
-
Change corner radius of rounded rectangles after drawing them.
like fireworks.
This reply was created from a merged topic originally titled
Edit paths after drawing like fireworks.. -
-
I can't believe Photoshop CS6 came so close to incorporating the ability to edit the radius. It even looks like it will work. But alas, it does not. When I have a "rounted reactangle" object selected, it should at least let me edit the corners radius again. Instead I have to create a whole new one and delete the old one.
-
-
- view 9 more comments
-
-
-
-
-
-
-
-
-
-
Doesn't react well with when there are multiple paths in a shape. I think you mentioned this already somewhere.
I imagine it's hard to correct. -
-
Yeah, it may be possible, but more than I am able/willing to do at this point.
There is no (documented) way to change an existing path using scripting. My script reads the first sub-path in a shape and gets the bounds and tries to determine the existing curvature of the corners. When you change the radius, the script deletes the existing vector mask and creates a new one.
I don't know of a way to get the currently selected sub-path to determine what needs to be changed. -
-
-
-
I was wondering the same thing. It doesn't load at all anymore. I miss it.
-
-
CHAMP
4Looks like Davind Jensen did it again here is a panel that allows to change the corner's roundness after drawing, individually: http://photoshopscripts.wordpress.com...- view 5 more comments
-
-
-
-
-
-
Please let us know if you do. I would be all over it. Your script gets daily use in my designs.
-
-
My new Corner Editor script is now at http://photoshopscripts.wordpress.com...
-
-
-
Loading Profile...
Twitter,
Facebook, or email.




EMPLOYEE





So while Photoshop may be lacking in some ways for UI design, it's still my favourite. And if some of these smallish things can be tweaked, I think it'll be the best tool for the job by far.
This site gives me confidence that Adobe want to address the small things that matter to UI designers.
see the change log