3ds Max :: Use Selection Center Disappears?

Mar 10, 2011

I've got multiple objects selected, and I can set "Use Selection Center" to rotate all around center, but NOT if the animation button is on! "Use Selection Center" disappears! How can I animate these three object on center (or single pivot point)?

View 5 Replies


ADVERTISEMENT

AutoCad :: Cursor Disappears After Selection

Jul 23, 2009

I have several drawings that some times, after selecting several objects to move, and pressing space-bar to end selection, the cursor disappears. If I click for a base-point the cursor comes back but it is not where I need it for accurate placement.

I have developed a work around - I cancel command after blind pick, restart command, type P to select previous, then space-bar, then I can place accurately with cursor visible for both placement picks.

Autocad 2009, XP

View 9 Replies View Related

GIMP :: Selection Disappears After Using Quick Mask?

Jan 29, 2014

I'm using Gimp 2.8.10 on a Windows 8.1 machine, but I had this issue with earlier Gimp versions on a Win 7 machine as well. From time to time, usually after working in Gimp for a while, the marching ants around selections disappear. The most recent event happened after using quick mask. QM still shows my selection, but pressing Shift + Q to turn it off left me with no indication of the mask outline. The problem is not unique to my current machine, as I upgraded in Dec. 2013, but had the issue with an older one as well. In order to fix the problem, I save my work then restart Gimp and all is well again, for a while.

View 3 Replies View Related

InDesign :: Content Disappears When Editing Until Click With Selection Tool

Mar 28, 2014

Maybe it's a problem with Mavericks or with my Mac Mini late 2012. But when editign text with anchored images and other text frames, all the contect disappears. When I click outside the box with the selection tool, everything works ok again. It seems to me a visual glitch, because the content does not really disappears, only in does not allow you to "visually" edit it. If I use a visualization setting of low quality (image boxes shown as gray boxes) everything works as usual. Any clue?

View 3 Replies View Related

AutoCAD 2013 :: 2014 - 2 Seconds Delay And Crosshair Disappears On Selection

Jul 29, 2013

Upon selecting anything in 90% of any drawings the crosshairs disappear and CAD2014 freezes for 2sec.

It's a Dell Presicion T1600, Xeon 3.4Ghz, 16GB RAM, Quadro2000 with a 120GB SSD as the primary running CAD2014 premium.

It started recently.

This happens even if I toggle HW acceleration. We draft mainly in model view with the 2D Wireframe style.

View 6 Replies View Related

Photoshop :: Center The Selection Marquee To Canvas?

Aug 30, 2005

way in which you can create a selection with the marquee, and then rather than MOVE the contents of that selection, move the SELECTION ITSELF with the MOVE TOOL'S alignment tools (like left, center, right, top, mid, bottom)

View 9 Replies View Related

Paint.NET :: Can Scale Selection Region From Center

Jun 22, 2011

When I select an image against a solid background to convert it to a transparent background, there are often extra half-background pixels due to the anti-aliasing. Is there a way to either a) scale the selection toward the center instead of from a corner, or use a smarter selection tool to outline an object and convert anti-aliased pixels to their semi-transparent equivalents?

View 2 Replies View Related

Illustrator Scripting :: How To Center Current Selection To Artboard

Feb 17, 2014

how do I center my current selection to the artboard? just like hitting the "horizontal align-center" and "vertical align-center" buttons. I've been searching for the last two hours and before my head hits the keyboard.
 
What I'm struggling with: in my init function i create a new document and then copy all layers from the previous document step by step to the new document and then save it as SVG.
 
// Init
(function(){
          destination = Folder.selectDialog('Select folder for SVG files.', docPath);
          if (!destination){return;}
          holderDoc = app.documents.add();
          stepThroughAndExportLayers(docRef.layers);
}());
 
my problem is that holderDoc = app.documents.add(); always creates a document that is not the same size as my initial document where the layers get copied from.
 
so I want the exact same artboard size as in my initial document.I'm fine with either doing it as fixed values or taking directly the values of the inital doc. i tried this in the segment where I create the new document:
 
// Init
(function(){
  destination = Folder.selectDialog('Select folder for SVG files.', docPath);
  if (!destination){return;}
  holderDoc = app.documents.add();
  holderDoc.artboards[0].artboardRect = [0,0,128,128];
  stepThroughAndExportLayers(docRef.layers);
}());
 
and get this error message: "Error 1200: an Illustrator error occured: 1346458189 ('PARM')

Line: 83
-> holderDoc.artboards[0].artboardRect = [0,0,128,128];"
 
which from what I've read on the web means that illustrator doesnt know what document to pick. but i have called it directly. I do not want to fit the artboard to the images/layer. the artboard should always have a certain size. (for me 128px by 128px)
 
// edit: workaround
(function(){
          destination = Folder.selectDialog('Select folder for SVG files.', docPath);
          if (!destination){return;}
          var activeArtboard = app.activeDocument.artboards[app.activeDocument.artboards.getActiveAr tboardIndex()];
          var ABRect = activeArtboard.artboardRect;
          holderDoc = app.documents.add();
          holderDoc.artboards.add(ABRect);
          holderDoc.artboards.remove(0);
          holderDoc.artboards.setActiveArtboardIndex(0);
          //stepThroughAndExportLayers(docRef.layers);
}());
 
i now added a new artboard to the new document with the same size as the artboard on the initial document.i remove the predefined artboard on the new doc and set the new artboard as active the artboard is now not centered into the window. which lets illustrator place my image with ctrl+c -> ctrl+v somewhere outside the artboard.
 
i now need to align my selection to the center of the artboard. but i cant find any reference on how to center a selection to the artboard.

View 7 Replies View Related

Photoshop :: "Center To Selection"-script?

Apr 15, 2007

I wonder if there's any way of centering one layer (moving it) depending on a selected area or spot. I have a big map which is a huge layer and I'm supposed to cut it into many smaller pieces highlighting only some selected areas (see picture below). Since there's alot of areas I'd like to make as much of it automatically and I've managed everything else by by using actions but I can't figure out how to center the layer so that the selected area is the one in the center.

Can this maybe be done using scripts? If so, how? I know nothing about scripting..

I'm also interested in a script that can save and image to something based on a text layer, eg: myimagename + "_" + textlayer1.contents + extension

or something similar..

View 1 Replies View Related

Illustrator :: Default Rotate To Object Group Center Not Artboard Center

Nov 27, 2013

I'm sure this is mind-numbingly obvious and I am overlooking it, but when I go to use the rotate tool, the center point of the rotation is defaulting to the center of the artboard, not the selected group of objects. How do I change that to default to rotating on the selection center by default?
 
PS. This is Illustrator CC (17.0.2) on a Mac running 10.9, if that is relevant.

View 2 Replies View Related

AutoCAD Inventor :: Put Default Orbit Center To Center Of Screen?

Aug 22, 2013

I'm having some fits with the constrained orbit center. It seems to me that It used to always be in the center of the screen when I would use Shift and CMB. Now it seems to be stuck on the center of my assembly/part. I know that I can hit F4 and long select LMB to re-center but I have never had to do that before the last day or two. I have uninstalled all the Beta Add ins I had installed and I have even uninstalled and reinstalled Inventor Pro 2014. 

Is there an option somewhere that puts the default Orbit Center to the center of the screen? 

View 2 Replies View Related

Photoshop :: Center Print In CS6 Does Not Center On Physical Page

Dec 10, 2012

When I try to print and select "center" the image does not center on the page. CS5 worked fine originally but after the last update it too seems to have this issue. From what I can observe it seems as if someone thought that showing the printable area on a page was useful and somehow that may have been worked into the calculation of what centered (on the long dimension of a print) is. Engineering aside, if you actually try to sell your work, your client / customer only sees that the image is not centered on the physical sheet. They don't care about the printable area. The only work around I have found is to uncheck "center" and key in 50% of the difference between the actual print size and the actual paper size as a margin. I don't want to scale prints. I need to print to specific dimensions.

For reference I am using a PC running Windows 7 and an Epson 4900 printer

View 1 Replies View Related

AutoCAD 2010 :: Keep Center Mark At Center Of Circle Or Arc?

Apr 23, 2012

How to keep the “center mark” at the center of the circle or arc?
 
I wanted to keep the “center mark” at the center of the circle but sounds not to work!
 
Is there a way? Or do we need to draw it using the “point” command?

Software: AutoCAD 2014, AutoCAD C3D, AutoCAD M3D, Revit
Windows 7 (Ultimate 64 bits),
Firefox 20.0,
Kaspersky 2013.

View 4 Replies View Related

Photoshop :: Show The Center Of Canvas (or Snap To Center)

Oct 26, 2007

I have wanted to know how to create things like circle gradients from the exact center of the canvas.

I know how to create a gradient, but the problem is, it's really hard to pin point exactly where the center of the canvas is, and sometimes I need it to be as perfect as possible.

View 1 Replies View Related

Photoshop :: Why Vector Selection Tool (white Arrow) Change Layer Selection To Another

Sep 1, 2013

I have been continually annoyed, when creating a vector mask-heavy document, with trying to select vector mask points by dragging a rectangle only to find that it instead selects a layer higher up which has a larger vector mask.
 
The only workaround is to manually select the points of my mask or to drag a rectangle from outside the canvas, meaning I have to zoom out or scroll to the edge - sometimes annoying if I am zoomed in quite far.
 
I know that the move tool can be set to automatically select a layer, depending on what part of the image is clicked, but why is there not an option to turn this off for vector editing?

View 1 Replies View Related

Photoshop :: Selection / Patch - Select Blue With Quick Selection Tool?

Dec 10, 2012

If you look closely in the attached picture, there is a spot of light blue on the player's helmet, that looks like a mistake (think it should look like the grass behind it)...though it actually may be part of his helmet.
 
Regardless, I'd like to take it out. My idea was to select the blue with the quick selection tool, then bring that selection out to the grass, select the grass with that size/shape of selection, copy/paste and then bring the grass selection into the blue part so it looks like grass in what was the blue part.
 
The problem is I don't seem to be able to move the selection without taking the blue with it (so it's not an empty selection and therefore can't select a piece of the grass.)

View 2 Replies View Related

Photoshop :: Selection On Sliders And Curves Altered When Click Off Them After Initial Selection

Sep 13, 2012

I have Photoshop CS5 on a Mac OS 10.7.4 My problem is that when I am using curves or a slider, my selection does not stay in the same place. For example, I chose the number 8 on a slider, after I release my selection it will either go one number after or before my selected number. I have had this problem since I got my computer, December 2011, but it has only recently started to frustrated me because of having to use Photoshop a little more than I usually do.

View 2 Replies View Related

AutoCAD 2010 :: Multiple Grip Selection Not Working When Pan Or Zoom During Selection

Jul 12, 2011

When I select a hatch or polyline or any object with grips for that matter, and hold down shift to select multiple grips on the object or objects and then press my middle mouse button to pan or scroll it to zoom, the grips that I have selected de-select, meaning I have to set up the view so that all the grips I want to move are visible before selecting them.

This is only happening on some drawings (although it is most of them) and only when I use 2012 not 2011. Which system variable it is that has gone screwy that I need to reset? or is it something else?

View 9 Replies View Related

Photoshop :: Complex Selection - Best Selection Method To Drop Out A Background

Oct 24, 2011

how to "drop out" the background from this photo (I have loads to do which are very similar). Thus far I have tried channel selections and the calculations tool + all the normal quick selection tools and I just cant get it to work without spending hours adjusting things. The end effect I need to achieve is a perfect white background without loosing any of the detail if possible. On a side note I have also tried taking the photo on blue, green, black and white backgrounds but due to the number of colours present in the products its just not working for me.

View 5 Replies View Related

AutoCAD Inventor :: Prevent Display Of Selection Lines Upon Selection?

Mar 28, 2013

I have a flexible sub-assembly in my top assembly. Sometiems I'm trying to demonstrate to others how a mechanism in the sub-assembly works using this flexibility feature. It works great, but when I move just one little part of a flexible assembly, Inventor displays the wire-mesh of the entire flexible assembly, because technically the entire assembly is selected, even though I'm only moving one part. It clutters up the screen very badly, detracting from what I'm trying to show.

Is there a way to prevent Inventor from displaying the selection lines? Either only when I'm moving a part in a flexible assembly (which would be great), or to just turn them off completely when I'm presenting like this? I know I can turn off pre-select, but that doesn't work, because once I start moving a part in the flexible assembly, the assembly is "selected" and the wire-mesh displays.

View 3 Replies View Related

AutoCAD .NET :: Leave Elements In Selection Mode After A Selection Action?

Sep 11, 2013

When creating a selection Command using the PromptXXXOptions and PromptXXXResult. The entities are selected on the current view, but once the selection ends the entities return to an unselected state.

Is it possible to leave them in selection mode.

I want to this, because it will be better to use Editor.SelectImplied() instead of saving the last selection object Ids.

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Remove A Selection Set From A Selection Set

Nov 15, 2013

I've created a lisp that draws the boltholes of a pipe flanges, using the correct number of holes, at the correct diameter at the correct bolt-hole diameter and then rotates.  Everything works seamlessly, when i do just one flange.  But I've discovered that fewuently there will be mulitple times when a user will have to perform the command.

So the idea I had was to do the following:

Select all circles with     (setq CirclesFirst (ssget "X" (list (cons 0 "CIRCLE"))))

Go through the code to create the new circles.

Select all circles with     (setq Circles (ssget "X" (list (cons 0 "CIRCLE"))))

Remove selection set "CirclesFirst" from "Circles".

But what for some reason (command "_.select" Circles "R" CirclesFirst "") does not work.

View 9 Replies View Related

Photoshop :: Center Point Of Circle Different Than Center Point Of Polygon

Apr 5, 2013

In Photoshop / Illustrator, when I create a polygon, and rotate it around it's center point it wobbles. When I scribe it inside of a perfect circle, and rotate it around the circle's center point it rotates smoothly. Basically proving that (at least according to these Adobe products) that the center point of a circle is different than the center point of a polygon scribed inside of it.

An image – the dots in the center are the corresponding center points according to Adobe:

[URL].......

This is incorrect according to basic math. Is Adobe aware of this bug?

View 4 Replies View Related

Photoshop :: Make A Selection Out Of A Text And Expand The Selection?

Sep 1, 2006

Using photoshop, how do you make a selection out of a text and expand the selection?

View 4 Replies View Related

Photoshop :: Quickmask Selection Is Turning Selection Opaque

Jul 6, 2009

I am trying to cut a person out of a picture with a deatiled background so I am using the quickmask selection and paint brush. I'm done selecting the person and have gone back into normal editing mode. I then inversed the selection created within quickmask to select everything but the person in the background. When I click delete, the background vanishes and the person become opaque.

View 3 Replies View Related

Photoshop :: Feathering A Selection Outwards After Making A Selection

Dec 26, 2003

If I have mad a selection with say an ellipse marque, of say 100px and now I want to fether that same selection outwards, ie to start the feather 10 px outward of the 100px selection so that the 100th px has a 100% transparency and the 110th px has a transparency of zero,thus making the new selection 110px, how could I go about doing it. With the current feathering of the selection, it feathers only in the marquee already selected, not outward, and you cannot place negative feathering px. I know that there is most likely some sort of a ration where you would expand the selection by a certain amount of px, and then apply a ratio of feathering to it to enalble it to feather outside of the 100px marquee.

View 3 Replies View Related

GIMP :: Selection Handles On Non-freshly Created Selection

Mar 1, 2013

Right after one makes a selection, say by using the Rectangle SelectTool, is presented with handles that allow altering the selection.

If one then selects another tool without deselecting is being deprivedof these handles while the selection remains active thus rendering himunable to alter the selection in that fashion.

Thus forming my question: is there a way to make these handles to(re-)appear on a non-freshly created selection?

View 3 Replies View Related

Revit :: How To Use Shift To Add To A Selection And Control To Subtract From A Selection

Apr 18, 2012

I am using Revit Arch 2011 and it is more natural for me to use shift to add to a selection and control to subtract from a selection. Can this be changed and how?

View 1 Replies View Related

Photoshop :: Pasted Selection In CS6 Using Marquee Selection?

Aug 18, 2012

When I pasted a selection made with the Marquee tool there is a transform grid around the pasted selection.  I use a MAC and Photoshop CS6 and would like to deactive a feature for this automatic grid, if there is one. 

View 3 Replies View Related

Xara :: Width Of Selection Box In Selection Toolbar

Feb 27, 2013

The Width of Selection box in the Selection Tool Inof Bar does not seem to add in the width of any line thickness. If I make a rectangle that is 500 x 250, the box correctly reflects the size. If I change line width to 16, the box still shows 500 x 250. It is a problem upon export when the exported file does include the line widths, in this case it adds a total of 16 pix (8 each side) with a resultant export not equal to the displayed width. WordPress seems dogmatic about certain widths an exact width is useful.

I suppose I can add the labor of calculating line widths to meet exact export dimensions but I do not remember doing this in previous editions. I'm thinking there is a buried setting that I have changed. Is there such a setting to account for the discrepancy?

View 4 Replies View Related

GIMP :: How To Blend Selection Edges Of A Selection

Jan 13, 2013

I know how to blend selection edges of a selection in Gimp 2.8.2, but if I have only one side of a selection that needs blending, what should I do?

Lets say that I have a grey box on a black background and only want to blend the left vertical edge into the background.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved