Rigify Rig Types Rig types are the properties collection used by Rigify to identify what kind of rig the user is building. Note The list of available rig types appears in the Bone properties tab when the bone is selected in Pose Mode. Scroll down the Properties editor to find Rigify Type panel. The currently… Continue reading Rigify_Part_004
Month: June 2024
Rigify_Part_003
Generating the Rig With the bones in the correct positions, jump back in Object Mode, go to the Armature tab, scroll down to the bottom and click on the Generate button to finalize the rig creation. The generation process will take from few seconds to one minute depending on rig complexity and hardware specs of your machine.… Continue reading Rigify_Part_003
RIGIFY Part_002
Rigify Human Alignment Tips Limbs: Keep the legs as straight as possible in the front view (Rigify human works better in predictable cases). Give the knee and the elbow a slight bend angle (Rigify needs to know where your knee/elbow is pointing). Torso: Keep the spine as straight as possible in the front view (Rigify… Continue reading RIGIFY Part_002
Rigify_Part001
Rigify Introduction Rigify helps automate the creation of character rigs. It is based around a building-block approach, where you build complete rigs out of smaller rig parts (e.g. arms, legs, spines, fingers…). The rig parts are currently few in number, but as more rig parts are added to Rigify it should become more and more… Continue reading Rigify_Part001
Applying an Ocean Shader in Unity
Introduction Applying custom shaders to your game objects in Unity is a straightforward process. In this article, we will guide you through the steps to create a material using an ocean shader and apply it to a plane in your scene. Creating a Material Open Unity and Your Project: Make sure you have your Unity… Continue reading Applying an Ocean Shader in Unity
Add line number per line on the line item after saving the record
To achieve such behavior, do the following steps: A. Create a new Transaction Line Field. 1. Navigate to Customization > Lists, Records, & Fields >Transaction Line Fields > New. a. Label: Line b. Field Type: Integer Number c. ID: _line_number d. Store Value: T 2. Apply it to transaction by marking the checkbox that can… Continue reading Add line number per line on the line item after saving the record
Enter Email Domains in NetSuite
To set up Email Domains in your NetSuite account: Go to Setup > Company > Email > Email Preferences. Click the Email Domains (DKIM) subtab. In the Domain Name field, enter the domain name (or subdomain name) you are using to send email from NetSuite. For example: If the email address from which you are sending the email is jwolfe@wolfeelectronics.com, wolfeelectronics.com is… Continue reading Enter Email Domains in NetSuite
NetSuite Emails Coming From “system@netsuite.com”
Some of our NetSuite clients noticed emails being sent from ‘system@netsuite.com’ instead of their preferred address ‘john.doe@mycompany.com’. Solution The reason for this is that they might not have configured your DKIM settings in NetSuite yet. NetSuite clients set up DKIM (DomainKeys Identified Mail) right away to ensure emails appear to be sent from the correct… Continue reading NetSuite Emails Coming From “system@netsuite.com”
How different is React’s ES6 syntax when compared to ES5?
React’s ES6 syntax offers several advantages over ES5, primarily in terms of readability, conciseness, and developer productivity. Here are some key differences: Class Syntax: In ES6, you can use the class keyword to define React components as classes. This provides a more familiar and intuitive way to define components compared to the React.createclass method in… Continue reading How different is React’s ES6 syntax when compared to ES5?
Update Supervisor or Expense Approver of Employee Results to Notice: “Unable to set up approval queues for the expense report with id = XX. Please set expense approval chain related fields correctly.”
SCENARIO: Updating the Employee record to add or update the Supervisor field returns a notice saying: “Unable to set up approval queues for the expense report with id = XX. Please set expense approval chain related fields correctly.”. The notice shows that there is an Expense Report that is stuck in the Pending Approval queue that needs to be approved first before the… Continue reading Update Supervisor or Expense Approver of Employee Results to Notice: “Unable to set up approval queues for the expense report with id = XX. Please set expense approval chain related fields correctly.”