Moving objects away from 3D cursor equally like scale, without actually scaling
$begingroup$
Basically I want to move all selected objects away from the 3D cursor equally, the same way they would move if I scaled them, except i want them to not actually change size at all.
modeling
$endgroup$
add a comment |
$begingroup$
Basically I want to move all selected objects away from the 3D cursor equally, the same way they would move if I scaled them, except i want them to not actually change size at all.
modeling
$endgroup$
add a comment |
$begingroup$
Basically I want to move all selected objects away from the 3D cursor equally, the same way they would move if I scaled them, except i want them to not actually change size at all.
modeling
$endgroup$
Basically I want to move all selected objects away from the 3D cursor equally, the same way they would move if I scaled them, except i want them to not actually change size at all.
modeling
modeling
asked 8 hours ago
zanderzander
14911
14911
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
Turn on Center Only option in the 3D View header
$endgroup$
2
$begingroup$
Duarte's answer is the better one. I learn something new about blender every other day, it seems.
$endgroup$
– Mike Metcalf
6 hours ago
add a comment |
$begingroup$
Ensure the objects are selected, and nothing else.
Set the pivot center for scale to '3D Cursor'.
Hit S to scale, then use the mouse or keyboard to scale all the objects to your chosen scale, e.g. 3.0
The objects will move away from the 3D Cursor, and get larger.
Keeping the objects selected, switch the pivot center to 'Individual Origins'
Once again, hit S to scale, then use the mouse or keyboard to scale all the objects to the reciprocal of your chosen scale, e.g. 0.33333 (1 divided by 3.0)
$endgroup$
add a comment |
$begingroup$
The following ugly hack will totally work:
Create an empty for each object, and give each object a copy location constraint to follow that empty. Then parent all the empties to another empty and scale it. It makes a mockery of the dependency graph and wastes a lot of time though.
I don't think blender "knows" how to apply scale to just the locations of objects, but if there's another way it probably involves messing with the object data through python...
$endgroup$
$begingroup$
Thanks this will help in some instances but yes its way more work and unfortunately wont work for groups of vertices. For vertices i guess there would be a way to do it by making a bone for each group to move, having a main parent bone with intermediate bones going to each point and unchecking inherent scale, and then applying the armature modifier... but damn there must be an easier way
$endgroup$
– zander
7 hours ago
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "502"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fblender.stackexchange.com%2fquestions%2f128812%2fmoving-objects-away-from-3d-cursor-equally-like-scale-without-actually-scaling%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Turn on Center Only option in the 3D View header
$endgroup$
2
$begingroup$
Duarte's answer is the better one. I learn something new about blender every other day, it seems.
$endgroup$
– Mike Metcalf
6 hours ago
add a comment |
$begingroup$
Turn on Center Only option in the 3D View header
$endgroup$
2
$begingroup$
Duarte's answer is the better one. I learn something new about blender every other day, it seems.
$endgroup$
– Mike Metcalf
6 hours ago
add a comment |
$begingroup$
Turn on Center Only option in the 3D View header
$endgroup$
Turn on Center Only option in the 3D View header
answered 6 hours ago
Duarte Farrajota RamosDuarte Farrajota Ramos
32.9k53878
32.9k53878
2
$begingroup$
Duarte's answer is the better one. I learn something new about blender every other day, it seems.
$endgroup$
– Mike Metcalf
6 hours ago
add a comment |
2
$begingroup$
Duarte's answer is the better one. I learn something new about blender every other day, it seems.
$endgroup$
– Mike Metcalf
6 hours ago
2
2
$begingroup$
Duarte's answer is the better one. I learn something new about blender every other day, it seems.
$endgroup$
– Mike Metcalf
6 hours ago
$begingroup$
Duarte's answer is the better one. I learn something new about blender every other day, it seems.
$endgroup$
– Mike Metcalf
6 hours ago
add a comment |
$begingroup$
Ensure the objects are selected, and nothing else.
Set the pivot center for scale to '3D Cursor'.
Hit S to scale, then use the mouse or keyboard to scale all the objects to your chosen scale, e.g. 3.0
The objects will move away from the 3D Cursor, and get larger.
Keeping the objects selected, switch the pivot center to 'Individual Origins'
Once again, hit S to scale, then use the mouse or keyboard to scale all the objects to the reciprocal of your chosen scale, e.g. 0.33333 (1 divided by 3.0)
$endgroup$
add a comment |
$begingroup$
Ensure the objects are selected, and nothing else.
Set the pivot center for scale to '3D Cursor'.
Hit S to scale, then use the mouse or keyboard to scale all the objects to your chosen scale, e.g. 3.0
The objects will move away from the 3D Cursor, and get larger.
Keeping the objects selected, switch the pivot center to 'Individual Origins'
Once again, hit S to scale, then use the mouse or keyboard to scale all the objects to the reciprocal of your chosen scale, e.g. 0.33333 (1 divided by 3.0)
$endgroup$
add a comment |
$begingroup$
Ensure the objects are selected, and nothing else.
Set the pivot center for scale to '3D Cursor'.
Hit S to scale, then use the mouse or keyboard to scale all the objects to your chosen scale, e.g. 3.0
The objects will move away from the 3D Cursor, and get larger.
Keeping the objects selected, switch the pivot center to 'Individual Origins'
Once again, hit S to scale, then use the mouse or keyboard to scale all the objects to the reciprocal of your chosen scale, e.g. 0.33333 (1 divided by 3.0)
$endgroup$
Ensure the objects are selected, and nothing else.
Set the pivot center for scale to '3D Cursor'.
Hit S to scale, then use the mouse or keyboard to scale all the objects to your chosen scale, e.g. 3.0
The objects will move away from the 3D Cursor, and get larger.
Keeping the objects selected, switch the pivot center to 'Individual Origins'
Once again, hit S to scale, then use the mouse or keyboard to scale all the objects to the reciprocal of your chosen scale, e.g. 0.33333 (1 divided by 3.0)
answered 6 hours ago
Mike MetcalfMike Metcalf
1,152513
1,152513
add a comment |
add a comment |
$begingroup$
The following ugly hack will totally work:
Create an empty for each object, and give each object a copy location constraint to follow that empty. Then parent all the empties to another empty and scale it. It makes a mockery of the dependency graph and wastes a lot of time though.
I don't think blender "knows" how to apply scale to just the locations of objects, but if there's another way it probably involves messing with the object data through python...
$endgroup$
$begingroup$
Thanks this will help in some instances but yes its way more work and unfortunately wont work for groups of vertices. For vertices i guess there would be a way to do it by making a bone for each group to move, having a main parent bone with intermediate bones going to each point and unchecking inherent scale, and then applying the armature modifier... but damn there must be an easier way
$endgroup$
– zander
7 hours ago
add a comment |
$begingroup$
The following ugly hack will totally work:
Create an empty for each object, and give each object a copy location constraint to follow that empty. Then parent all the empties to another empty and scale it. It makes a mockery of the dependency graph and wastes a lot of time though.
I don't think blender "knows" how to apply scale to just the locations of objects, but if there's another way it probably involves messing with the object data through python...
$endgroup$
$begingroup$
Thanks this will help in some instances but yes its way more work and unfortunately wont work for groups of vertices. For vertices i guess there would be a way to do it by making a bone for each group to move, having a main parent bone with intermediate bones going to each point and unchecking inherent scale, and then applying the armature modifier... but damn there must be an easier way
$endgroup$
– zander
7 hours ago
add a comment |
$begingroup$
The following ugly hack will totally work:
Create an empty for each object, and give each object a copy location constraint to follow that empty. Then parent all the empties to another empty and scale it. It makes a mockery of the dependency graph and wastes a lot of time though.
I don't think blender "knows" how to apply scale to just the locations of objects, but if there's another way it probably involves messing with the object data through python...
$endgroup$
The following ugly hack will totally work:
Create an empty for each object, and give each object a copy location constraint to follow that empty. Then parent all the empties to another empty and scale it. It makes a mockery of the dependency graph and wastes a lot of time though.
I don't think blender "knows" how to apply scale to just the locations of objects, but if there's another way it probably involves messing with the object data through python...
answered 8 hours ago
TmrTmr
312
312
$begingroup$
Thanks this will help in some instances but yes its way more work and unfortunately wont work for groups of vertices. For vertices i guess there would be a way to do it by making a bone for each group to move, having a main parent bone with intermediate bones going to each point and unchecking inherent scale, and then applying the armature modifier... but damn there must be an easier way
$endgroup$
– zander
7 hours ago
add a comment |
$begingroup$
Thanks this will help in some instances but yes its way more work and unfortunately wont work for groups of vertices. For vertices i guess there would be a way to do it by making a bone for each group to move, having a main parent bone with intermediate bones going to each point and unchecking inherent scale, and then applying the armature modifier... but damn there must be an easier way
$endgroup$
– zander
7 hours ago
$begingroup$
Thanks this will help in some instances but yes its way more work and unfortunately wont work for groups of vertices. For vertices i guess there would be a way to do it by making a bone for each group to move, having a main parent bone with intermediate bones going to each point and unchecking inherent scale, and then applying the armature modifier... but damn there must be an easier way
$endgroup$
– zander
7 hours ago
$begingroup$
Thanks this will help in some instances but yes its way more work and unfortunately wont work for groups of vertices. For vertices i guess there would be a way to do it by making a bone for each group to move, having a main parent bone with intermediate bones going to each point and unchecking inherent scale, and then applying the armature modifier... but damn there must be an easier way
$endgroup$
– zander
7 hours ago
add a comment |
Thanks for contributing an answer to Blender Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fblender.stackexchange.com%2fquestions%2f128812%2fmoving-objects-away-from-3d-cursor-equally-like-scale-without-actually-scaling%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown