Wednesday, April 15, 2026

3D boy character rig in Maya

How to create 3d character rig in Maya application?


Introduction:

The 3d character making with reference images, by taking photos from camera of boy front and side view, then only you can do it or draw any boy character in paper and take photos with same length of boy height and size. while doing modeling in maya, need to focus on polygons like low polygon can easily do the task. when doing modeling of character first focus on head and body, in body require legs and hands to do rigging easily in a good way. by doing with wire frame and images front and side in transparency, you can do perfect method by using this.

Maya tutorial on rigging, modeling in Maya and rig in maya
3d character wire frame - image-1


Modeling 3d character:

The modeling is star with legs, chest, neck and hips, will create in such a way you can modeling easily in different parts by separating the parts, after doing legs check with smooth by pressing the key "3". After observed the smooth you can find the wrong or error on task, the press the key "1" its means normal polygon wire frame check with vertex option by mouse right click then you will check the vertex with yellow color dots, the adjust the move option by pressing key "W" one place to another place.

Maya tips, modeling tips and rigging tips
3d character modeling obj - image-2


Rigging 3d character:

The rigging is a heavy duty of by checking the 3d character modeling and texturing after that preparing joints to boy size putting in center through the viewpoint of axis x, y and z axis. Need to concentrate while doing the rigging which have axis joints by rotate the axis, to move the hands and legs of entire body system. All joints have different axis need to have direction Y-axis in legs joints, can take IK handles simple way to walk the body with legs, like wise same with hands, from shoulder to fingers or pan. Don't forget to give names for hands and legs it's very important.

When opening file of .OBJ to import file, only available modeling of 3d character by select and press key "3" to smooth, then you need to develop the rigging and controls if you have interested you can do it. Do practice two to three times, then only you can achieve the task of rigging.

boy character modeling, rigging in Maya, character rigging
3d character animation rig - image-3


Animation 3d character:

The animation is a part of action by one object to another object communication, in animation have or have 3d character modeling with rigging with control circles, by controls you can animate by pressing in time frames from 1 to 120 frames its around 5 seconds, one action like legs doing walk by press key "S", select time frame 1 movement to 4 then press key "S" one action is over, in legs. 


Conclusion:

As per my understanding is about the animation making with the help of Graphic editing is showing the movement of axis green, red and yellow its Y, X and Z-axis.


Latest Computer Stuff Kit Solutions of Topics 55.


How to make set design House in Maya tool?

How to make eye ball rig in Maya tool?

Sunday, April 5, 2026

Rigging 3D Elephant in Maya

How to do 3d elephant in Maya application?


Introduction of Elephant:

When doing any object, best to know the shortcut key like press 5 is normal default grey, key 4 is wire frame and key 6 for texturing. You can use these keys for regular task of any kind of modeling, rigging and animation. Now planning to do 3d elephant.

maya modeling in 3d, 3d object and 3d maya elephant free
3d Modeling in Maya wire frame image-1


3d Modeling of Elephant:

While doing 3d modeling need to start with polygon shapes tool, take reference image drawing, for example: elephant image is ok. then after import the reference image of elephant diagram, then start with polygon tools, to develop the animation of 3d elephant, daily working on Maya they can easily do the task, beginners can try this elephant. Mainly use the shortcut key is like W is for move, R is for scale and E is for rotate.

Animal elephant modeling, 3d animals, free source file
3d modeling color settings in Maya - Image-2


Texturing of Elephant:

If you want to texture the elephant in different colors unwrap in UV-Editor select the modeling elephant, then appear the black and white of the modelling of elephant, then give as per your requirement can create new look of 3d elephant.

3d elephant rig, rigging in maya, free source file
3d Elephant with rigging settings image-3


Rigging of Elephant steps:

The rigging is very interesting and it's too hard to remember the control and joints names, it must have clear on rigging the object or elephant. You need to concentrate every step while doing rigging.

1. Check how modeling in create the elephant.

2. Eyes modeling separate to control the joints, not take combine. its effects while doing rigging.

3. Need to check 3d modeling polygons and Texturing UV editors check box.

4. Check proper joints did skin bind. give correct names for joints and control.

5. Do manual check on Master global control and did connection editor, to scale or rotate entire object.


Conclusion:

As per my understanding, special look on riggings once did any mistake happened, you can do return back, again do from first, save file every minute or seconds while doing any task, like modeling, texturing, riggings and animation sequences.



Latest Computer Stuff Kit Solutions of Topics 54.


What is Polygon sphere in Maya application?


Sunday, March 29, 2026

Make set design house in Maya

How to make set design house in Maya tool?

Introduction:

Before making any object, then collect the images reference to do modeling in Maya tool. To use in animation for nature atmosphere to look good, then you need to give nature with set design house.


3D Modeling steps:

While starting the any modeling, just take reference image then star doing the modeling about that. if you do like that then you will complete the task. just modeling with some tools like, polygon, shapes, cylinder, plane, clone etc., see the screen shot for your reference how it looks. it is called wire frame, press key 4 to view in wire frame.

Maya modeling, set design in Maya, 3D modeling
House set design | screen shot image-1


Texturing steps:

When completed the 3d modeling then, after need some color for the object, you can have option few colors in maya tool, if you want realistic then connect with photoshop tool, there need to edit the image or color to come the realistic of the object. presently not required, take some images from your home in your mobile and do attribute material and select color set your images to house by press key control + A to know the texturing the modeling right side of maya application have channel box.

default in Maya grey, modeling in 3d and single house
House grey default in Maya image-2


Animation steps:

After completed the house set design, then after place into the environment like road, houses, building etc., you can use in Animation final, you need to place the property of house. Animation is a final step of the studio.

Maya modeling house, house in Maya and Modeling with Texture
Final house set design in Maya image-3

Conclusion:

As per my suggestion is make own create then start to move to animation like short film or short videos.


Thursday, March 26, 2026

Proteus software LED interface with 8051

How to use Proteus software for embedded systems?


The Proteus software is very useful in Embedded system, without hardware, you can do project testing with library components using in Proteus software.

In this software have so many components to use electronics parts available to do the test project without wasting time on hardware part.

Microcontroller interface LED, LED blink and Keil software
Microcontroller-Proteus software-image-1


Let's start to do project in Proteus software, open new project gives file name or project name then open the Proteus software application, here you need to check the particular components to interface with 8051, like as resistor, capacitor, diode, transistors, regulator so on...

For example, project name is LED blink interface with 8051 microcontrollers. Here you need embedded c code or program on LED on and off with delay function.

Sample Embedded LED blink C Code:

#include<reg52.h> 

Sbit LED = P2^0;    // connect Port2.0 in 8-bit i/o pin microcontroller LED pin

void Delay(void);          

void main (void)

{

   while(1)            

    {

        LED = 0;            // LED OFF

        Delay(50);

        LED = 1;            // LED ON

        Delay(50);

    }

}

void Delay(void)

{

    int j;

    int i;

    for(i=0;i<10;i++)     //Delay function

    {

        for(j=0;j<2000;j++)

        {

        }

    }


The above embedded c code must use in Keil C51 software, already we have posted on Keil C51 Software, how to use the C code in software. After settings in Keil software you can rebuild button in Keil software, there shows error and warnings. if you got error you need to rectify, the above code is successful execute in microcontroller.

In Keil software must enable Hex file and give crystal frequency is 11.0592Mhz.

8051 MCU, Embedded C code and Interface 8051
Proteus software microcontroller settings


Then, after generating click on rebuild in Keil software, you will get Hex with file name. Now, open Proteus software, click on components library search microcontroller and LED just connect respective pins from Embedded C program.

Tech Tips Embedded tips, Electronics parts and Embedded C code
Microcontroller with LED blink green


Double click on microcontroller you will get pop up give crystal oscillator and hex file, then click OK. then after click play button, now see LED will blink with some delay function.


Conclusion:

As per my understanding, is how to do program in Embedded c by using pins configuration design in Microcontroller, some have delay on Timer, counter, Interrupt. Just simple edit the code with Relay of "LED" to Relay, if you use relay, you can change the name "Relay". connection between microcontroller to Relay interface. Take single channel 5v 10amp Relay to use in project.


Latest Computer Stuff Kit Solutions of Topics 36.


How to use 2x16 LCD 8-bit mode Display in Microcontroller?

Latest PC assembled for high configuration for video editing software?


Monday, March 9, 2026

How to install OS in pen drive

How to create Windows OS in USB pen drive?


The windows created is from windows 98 to till windows 11, lot of changes happened in operating system, some has using server runs with "windows server 2003", like this version came, some are using Linux operating system, it's under networking or any higher people use.

Installation OS in USB pen drive:

The USB pen drive using Operating system windows 7, 8, 10 and 11 version, which version you want to use you can, for example we took version 10 windows, now we use to USB pen drive, just plug into the USB port in PC or Laptop, then after open rufus USB software, in rufus install the drivers in windows 10 then after insert pen drive 8GB (Giga byte) or 16GB or 32GB you can use this pen drives as per your requirement.

how to do install OS, OS installation and USB pen drive
Rufus software install OS image-1


After selected the pen drive 32GB (Giga byte) for operating system to insert files by using rufus software after opened the rufus. it will detect the USB pen drive data, like as how much Giga Byte and it should empty, if have data, it will message or popup to you as "in this driver have files" if you want to delete and continue, if yes, press ok. here stared will do format and select bootable disk iso file of windows 10 select iso then press start, it will take to 15 minutes or half an hour to complete the operating system files.

computer OS installation, USB pen drive install and OS installation
Rufus software ISO image-2


Don't forget to select GPI at partition scheme, it will nicely work normal computer or high computer to format and install lates OS in computer. if you want speed then you need to update storage device like NVME M.2 SSD. if this SSD have, it will work speed in computer.


BIOS Setup in Computer:

Before formatting, take back up the data from your Hard disk or SSD, then after do formatting the OS. first insert the "USB pen drive windows 10" to pc or laptop then ON computer or laptop immediately press key DEL from keyboard, then you will appear BIOS setup select Boot option there have option as "First Boot Device" and "Second boot device", select first boot device as "USB pen drive windows 10" then press any key from keyboard then start the process to format OS installation into your computer PC or Laptop.

Bios setup in computer, Computer Motherboard and main board
BIOS setup in Computer settings DEL


Conclusion:

As per my suggestion on OS installation is using USB pen drive to format OS in PC or Laptop, rufus 32bit or 64bit software, then only consider respective operating systems can select, then only do format. remember take backup into alternate pen drive or hard disk.


Latest Computer Stuff Kit Solutions of Topics 35.


How to do Network installation in Computer system?


How to do USB Ethernet to PC internet from Mobile smartphone?


Friday, March 6, 2026

Redirect error in Blogger not working properly

How to resolve "Redirect error" in Google search console?


The redirect error for blogger and other website for Home page or post URL error's, not indexing the URL, why it's happening like this?


Let's check main home page, getting error like "Redirect error" page not index. This is the issue facing, as per my research there is a problem with sitemap, which previous open added sitemap with one blogger not getting view then leaving few months again tried to get view for blogger traffic, still not getting.

page fetch redirect, error in URL and redirect tips
Redirect error not updated 


If your blogger getting ?m=1 or ?m=0 crawled not index, page is fetching but not on google because previously redirect using website buy for domain like .com, .org, .info after expiring you may leave the website, this is the issue coming, you overall spent time on redirect blogger to new domain. there applies sitemap, or some are posted few post, then few months removed from google search console or blogger or website.

Mobile page fetch, blogger mobile settings and mobile url
Mobile redirect successful but not index


Here, we understood that previous website redirect from blogger, now check with URL like "https://www.yourwebsite.com" actually, it is like as "https://yourblog.blogspot.com" from blogger default. (Note: https://www and https://) then, after going to google search console with own verification with https://www.yourwebsite.com expired then take https://www.yourblog.blogspot.com take anyone.

Sitemap with url, blogger Sitemap and url on google
Sitemap.xml not updated old post


If you deleted URL forgot to custom redirect in blogger settings, may be came like this error, by knowing from sitemap.xml post count.


As we know that Blogger URL for mobile use, then showing URL with (?m=1), no need to worry about this, it is default from blogger. it is special for Mobile.


If you tried plenty times to get "URL in google", it another way to remove "redirect error", then start new blog website, here you need attention don't search URL inspection, just leave it, few hours or a day you will find as "URL in google" of Main page like home page.


Conclusion:


As per my research on google search console about "page fetch: Redirect Error" problem, which already seen different ways, spent time lot, still same problem, if suggest open new blog or website, then submit in google search console, wait don't do any just one time check URL inspection of your home page URL, just leave it, don't do anything, just index on google within an hour. after that posting don't do request, it will again show the error like Redirect Error. It is the greatest option to us.


Latest Computer Stuff Kit Solutions of Topics 34.


How to do SEO for blogger or website?


How to do Blog traffic in blogger website?

Monday, March 2, 2026

Beginners for Arduino UNO

How to Program in Arduino UNO?


The Arduino UNO is to develop the project with easy way. It already creates header files like 8051 #include <Reg51.h> like so many such as GPRS, GSM, IR sensor, Motors, USB flash programmer etc.,


You need to buy the Arduino UNO board ATmega328 series, there have port pins like 3.3v, 5v and GND along with input output pins to access code in Arduino UNO.

Arduino Uno board, Cpp code and Embedded system
Arouino UNO | Atmel


Arduino UNO Download tip:


First go to google then type "Arduino UNO free download software", we have experience about the download, which have version 1.13 or 2.1, we didn't open application about the version of 2.1xx, we opened old version 1.13xx it has successful opened. as we already face how to installation of software. some people working the 2.1version.


Arduino UNO programming tip:


In the Arduino Uno board, which already examples C++ programmed, you can use test purpose. If you have GSM or GPRS module then use Arduino Uno which support the option tool available the header file related attached components like motors, relays, microcontroller 8051, USB, Bluetooth, Servo Motor, Wi-Fi so on... see the reference screenshot of sample code of LED Blink.

Latest software UNO, Uno arduino and 8051 embedded
Arduino Uno version 1.8.12


Best example of Servo Motor, use can do project on it, it's given clear understanding the task, how to rotates, with some mechanical wheels have, it's rotated from zero to 360 degrees.

Servo motor rotate, Mechanical wheels and Embedded Cpp
Servo Motor SG90

If you want strong knowledge on programming, let's use 8051 microcontrollers, you can use software to program and one flash programmer 8051 to execute the code into the 8051 microcontrollers. if you use Arduino uno that much of knowledge, little bit confusion and not get clear idea on Arduino uno. In Arduino uno have lot of option to program and do lot of projects in it and easy way.


Arduino Uno price:


The Arduino Uno we have buy this at 450rs. It has lot of features you can buy from 450rs to 1000rs spend money.


Conclusion:


As per my understanding, Arduino Uno is good to use for projects, using internet IoT to do projects. Lot of options are there like USB connection to Arduino UNO then after open Arduino Uno software application then here have some projects like GSM, Gprs, Bluetooth etc., have on it.


Latest Computer Stuff Kit Solutions of Topics 33.


How to do project on IR sensor and 5v Relay?

How to do 8051 tasks on Microcontroller ISP programmer?