Jump to content

extrusions won't modify in VW11.5


Recommended Posts

Since updating to VW11.5, none of my previously created extrusions can be modified using the object Info Pallette. If I change the parameters they snap back to the previous number once I press enter. I have checked several files with the same result. Extrusions created in 11.5 work OK. This is a huge problem for me!

Link to comment

Adam, thanks, yes I did have a look at previous posts. I didn't find anything when I looked first (it's a pity there isn't some kind of search engine on this forum). I've looked again and found a post 17 March, with a sugestion to reset preferences. I did this and all it did was ... reset my preferences. It's worse than a big pain, it makes v11.5 nearly unusable for me. It's a fundamental flaw. Maybe I should try to reinstall v11.01.

islandmon, thanks, but there are no plug-ins involved in the problem, just simple extrusions. I can't see how they would make a difference.

Link to comment

The only way to modify these extrusions it to double click them (edit group) and edit the 2d shape that created the extrusion. This is a complete inconvenience. I am hoping that the good things in 11.5 will outway this very bad thing. Should be fixed by next update?

Link to comment
  • Vectorworks, Inc Employee

A temporary fix is to run the following script when the problem extrude is selected:

PROCEDURE Example;

VAR

h :HANDLE;

BEGIN

h := FInGroup(FSActLayer);

WHILE h <> NIL DO BEGIN

SetSelect(h);

h := NextObj(h);

END;

END;

RUN(Example);

Make it a plug-in menu command and you can assign it a keyboard shortcut. It probably will have to be run on any extrude after you Edit Group and Exit Group on it.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...