Eevee and Cycles are two different rendering engines in Blender, a popular 3D modeling and animation software. Each engine has its own strengths and weaknesses, and they are used for different purposes in the rendering process. Here’s a brief overview of both: Eevee: Real-Time Rendering: Eevee is a real-time rendering engine designed for fast, interactive… Continue reading Blender Eevee and Cycles
Month: October 2023
Creating 3D designs in Blender
Creating 3D designs in Blender involves using its powerful set of tools and features to model, texture, light, and render your 3D objects or scenes. Here’s a basic overview of how to get started with 3D design in Blender: Download and Install Blender: Visit the official Blender website (https://www.blender.org/) to download the latest version of… Continue reading Creating 3D designs in Blender
Why write an account payee cheque
A primary benefit of account payee cheques is that they might be the safest variant of cheques. That is because the written sum on the cheque can only be deposited into the account of the payee, ensuring that the chances of misuse are very low. After receiving the payment through this cheque, the payee can’t… Continue reading Why write an account payee cheque
User Event Script to update JSON file for Custom Commerce Categories : (SuiteCommerce MyAccount) SCMA
Scenario: We need to create a JSON file of custom categories that need to be displayed on the website, it is Suite Commerce MyAccount so there is no default feature for Commerce categories, so we have created a custom record for the same, and In this script we are creating a JSON file for storing… Continue reading User Event Script to update JSON file for Custom Commerce Categories : (SuiteCommerce MyAccount) SCMA
Turbines
A turbine is a rotary mechanical device that extracts energy from a fluid flow and converts it into useful work. The work produced can be used for generating electrical power when combined with a generator. A turbine is a turbomachine with at least one moving part called a rotor assembly, which is a shaft or… Continue reading Turbines
Function to find the parent from an array of objects
Function to find the parent from an array of objects
CSV Import Error – Invalid Locale Reference Key XX
The error occurs when: The Multi-Language feature is enabled, and You are creating an inventory item, and The CSV file contains following columns: Item Name Purchase Tax Code Sales Tax Code Quantity On Hand Price Price Level Location Translation Language Translation Display Name To resolve this error, first import the item without the translation, and… Continue reading CSV Import Error – Invalid Locale Reference Key XX
Site Category Results using Analytics
To define a new dataset: Go to Analytics tab on the NetSuite Account Click New Dataset on the Dataset subtab of the Analytics Home page or on the Select a dataset to create a new workbook page Select a root record type for the dataset. The record type you choose will determine the record types and fields that you… Continue reading Site Category Results using Analytics
NetSuite standard numbering for Chart of Accounts
When the ‘Use Account Numbers’ preference is enabled, four-digit account numbers are automatically associated with existing accounts as follows: 1xxx – Asset accounts 2xxx – Liability accounts 3xxx – Equity accounts 4xxx – Income accounts 5xxx – Cost of Goods Sold (COGS) accounts 6xxx – Expense accounts 8xxx – Other Income accounts Account numbers can… Continue reading NetSuite standard numbering for Chart of Accounts
How can we set the text on top of the image, and make the responsive text? Without using extra styles.
We can set the text on top of the image, and its possible to make the text as responsive without using extra styles. Update the text after the image section After that set the text position as absolute and update the font-size in vw format. The vw is viewport width in size. This can be… Continue reading How can we set the text on top of the image, and make the responsive text? Without using extra styles.