Blender 4.1 is an open-source 3D animation software. Blender 4.1 can be used by Animators, Graphic designers, students and anyone who is interested in working in 3D animation. The features of Blender 4.1 are modeling, rigging, animation, simulation, rendering, compositing, motion tracking, and video editing. Blender 4.1 also includes 2D animation. The version of Blender used in the series is 4.1 Read more
Foss : Blender 4.1 - English
Outline: To zoom the view About Navigation gizmo Navigation tools Use of zoom tool To pan the view Use of Hand tool To rotate the view About Turntable Rotation About Trackable Rota..
Outline: Camera view settings in Blender 4.1 Change the location of the camera to get a new camera view Roll the camera view Pan the camera view Dolly the camera view Track the camera..
Outline: Add a plane using the Add menu. Use the Edit mode in Blender to edit an object. Edit the objects using the Face selection mode. Add the edges using Loop cut option. Preview the..
Outline: Save the file using the .blend extension. Change the object name in the Outliner. Scale the object using exact dimensions. Edit objects using the Extrude option. Transform the ..
Outline: Modeling car parts Modeling the wheel of the car using a cylinder Creating headlights using an UV sphere Duplicating backlights Modeling Radiator using a Cube Adding Loop cut..
Outline: Modeling door handles of the car Duplicating the door handles Adding materials to the car using Material modifier Changing the color of the car Providing glossy effect to the ..
Outline: Adding and parenting empty object to the car Adding rotation effect to the wheel Copy objects from one blender file to another Changing curved road to straight road Light setup..
Foss : Bootstrap - English
Outline: Prerequisite for learning Bootstrap About Bootstrap Features of Bootstrap Bootstrap version and supporting web browser Who can use Bootstrap? Various topics in Bootstrap Basic..
Outline: Introduction to Bootstrap Download Bootstrap version 4.6.0 from https://getbootstrap.com/ Download the ready-to-use compiled code for Bootstrap About ready-to-use compiled cod..
Outline: Containers in Bootstrap What are containers? Add .container class to the HTML file How to set responsive design mode? What are breakpoints? How to set screen size to Extra L..
Outline: Grid System in Bootstrap About grid system How to add .row class to the HTML file? How to add .col and .col-auto classes to the HTML file? About Column Class with Breakpoints..
Outline: Order and Offset Classes in Bootstrap About order classes Different types of order classes About order classes with Breakpoints How to add .order-sm-last, .order-3, .order-2 ..
Outline: Margin and Padding Classes in Bootstrap Format for naming the margin and padding classes How to add .m-4 class for margin to the HTML file? Observe the margin in columns in re..
Outline: Horizontal and Vertical Alignment Classes in Bootstrap Different types of justify-content classes for horizontal alignment Add .justify-content-between class to the HTML file ..
Outline: Typography in Bootstrap Different types of text alignment and text transform classes Add .text-center class and .text-uppercase class to the HTML file Different types of font ..
Outline: Color Classes in Bootstrap Different types of Border Color Classes Add .border-primary class to the borders in HTML file Observe the border color on the web browser Different..
Outline: Forms in Bootstrap Creating various form controls About Input box, select box, read-only plain text, check box and radio buttons Demonstration of the above controls with exam..
Outline: Input Group and Button in Bootstrap About Input group classes with examples About Input Group Sizing Example to change the size of the Input group About Button and Button cla..
Outline: Inline Forms in Bootstrap Design two layouts using Bootstrap classes Create Login and Sign up buttons How to use button classes on anchor elements? About .btn-block class Ex..
Outline: Nav in Bootstrap Create navigation components About .nav class Create navigation using <ul> and <ol> tags Example using <ul> and <ol> tags Create navigation using <nav> tag ..