Monday, August 23, 2021

Blender tips and tricks 101,SELECTION ELEMENT TYPE

Hey, it's me again, CarlKeinV


If you are wondering how to select two (2) overlapping objects like in the image below, we have 2 cubes in one model. Let's say you just want to select cube one and not cube two.









Here's a quick tip for you.

go to edit mode, that's somewhere on the upper left corner where it says object mode and click on edit mode.


Now, select any faces of your cube.. 


and press CTRL + L

you can see some options on the lower-left corner of your screen.



then the cube is selected, now you can move it freely, without harming the other cube...


But they are in under one object / model



Hope this helps!

leave a comment if you like this tutorial. see yeah for the next one. :)




Monday, January 21, 2019

Maya Xray object

Maya Xray Object





Hi I would like to share his tutorial about xray object in maya, just click on the youtube play button for you to view the tutorial.

DONT FORGET TO SUBSCRIBE TO HIS CHANNEL TOO!

<MAYA SCRIPT FROM HIS TUTORIAL BELOW>

MEL Script (just copy&paste) string $sel[]; int $temp[]; int $value; $sel = `ls -sl -dag -ap -typ surfaceShape`; for ($obj in $sel){ $temp = `displaySurface -q -xRay $obj`; $value=$temp[0]; if($value==1) displaySurface -xRay 0 $obj; else displaySurface -xRay 1 $obj; };


Wednesday, December 5, 2018

Blender 2.8 Maya Settings

Blender 2.8 Maya Settings




I just want to share with you maya Shortcuts for blender, I think just the basic ones, like, rotate view, zoom view, zoom select, zoom all, pan view, go ahead and try for yourself. I hope this helps.

Click here for Maya settings for blender 2.8



Wednesday, November 21, 2018

Slice Animation starts from 0 SOLVED!!!

Slice Animation Starts from 0 SOLVED!!!


Tap or click image to enlarge


Probably some of you are wondering why this happens every time we make a modifier animation.fear not fellow artists... here's a very quick solution.. see image below.. just press KEY FILTERS


Tap or click image to enlarge

Thursday, June 14, 2018

DO NOT RESTART JOB! I REPEAT!



Recently, I've been doing some renders in my machine. As usual, I send it to backburner, but then I noticed that there are some missing textures in the scene.

So 

  1. -I PAUSE THE JOB-... 
  2. RELOCATE THE TEXTURES...
  3. AND RESTART THE JOB..

Sadly, It's still the same... it did not relocate the textures in the backburner.

therefore.. I REPEAT, DO NOT RESTART THE JOB WHEN YOU GOT MISSING TEXTURES! Instead, I would suggest is delete the job, and relocate the textures, and assign the job again.