Search Maya Zest



Tuesday, January 4, 2022

Copy blender Modifier from one object to many objects

 


1. With the blender keymap type selected


2. Select all the items you want to copy your modifier TO


3. lastly should select the object you want to copy the modifier FROM


4. Press CTRL L, 

A menu pops up choose link modifiers


This will copy the modifiers from your last selected object to the other objects you selected first.

Monday, December 27, 2021

Blender select every other edge loop

 


If you are in blender keymap mode (CTRL ALT will not do this in industry keymap set) 

Blender keymap top edit menu>Preferences>Keymap>Blender in the top

Hold CTRL and ALT then double click an edge loop.


Then choose select Checker deselect


Then shoot select loops>edge loops


There you have it!





Friday, December 24, 2021

Easy Blender Object move pivot point (origin) without using curser!

So I just discovered this! Everywhere online tells you to try and use the curser to change the pivot center point of your game object but there is a MUCH easier way!

Simply click the little options menu in the top right corner of the view, and choose "affect only origins". BOOM you can now translate the origin point of your game object!




Sunday, December 5, 2021

BLENDER Export FBX for UNITY Settings - No Armature And Armature

 This is without an armature:

(All transforms have been applied to the object already)

Scale: 1

Apply Scalings: set to "FBX Units Scale"

Y up, -Z forward

Apply Units: UNCHECKED

Use Space Transform: CHECKED

Apply Transform: CHECKED


__________

For an FBX with Armature (This is what we used last and it worked for character to be facing the correct direction (01-25-22):

Scale .1 to be the right size in unity

Apply Scalings: set to "FBX Units Scale"

X up, -Z forward

Apply Units: UNCHECKED

Use Space Transform: CHECKED

Apply Transform: CHECKED (On 3-23-22 we successfully overwrote the old mesh and brought in one exported WITHOUT this checked since that was the saved preset - so maybe it should not be checked or it doesn't matter)

ARMATURE and MESH must both be selected before exporting or it won't orient properly once exported and brought into Unity. It doesn't matter which is selected first, you just need both selected.

_________

FBX With an Armature, but don't say Use Space Transform:

Scale .1

Apply Scalings: All Local

Forward: -Y

Up: Z up

Apply Unit: UNCHECKED

Use Space Transform: UNCHECKED

Apply Transform: UNCHECKED