here's a custom status bar i use, has a scripted version of the tti that works with subobject selections. Currently needs work, has some bugs and i'm sure there's a lot of redundant code,but the functionality is there. Haven't spent much time on rotate or scale. Careful with selecting large amounts of edges or faces in a…
Hey all, I graduated last year from an Animation course and have had a bit of experiance in preschool animation stuff and i am now currently a runner in London for a post production company. But yesterday i got an email from a company 4hours a way to work on an upcoming game, i had an interview them last year and they have…
are you talking about local transformations(transform palette)? That has been in 3.1 just not enabled by default, it sets the pivot to the location of whatever the latest stroke was
IMPORTANT: This is a full-time position ON-SITE in New York City Fauna Robotics, an Amazon Company We are looking for an experienced Technical Animator / Technical Artist. The Amazon job title equivalent of this is: 'Design Technologist' Job description We are seeking a Design Technologist to define the expressive motion…
New one on a vaguely similar slant to the falloff script, here's a script which uses the same up/down controller to shrink/grow a selection. Just press the hotkey you assign to the script, then move the mouse up or down to shrink or grow the selection. <font class="small">Code:</font><hr /><pre> macroscript selectionSlider…
I'm using this :( local sFrom = "tiff" -- previous format local sTo = "jpg" -- the format that we want local aBmaps = getClassInstances BitmapTexture for Bmap in aBmaps do ( local sFilename = Bmap.filename local sPath = getFilenamePath sFilename local sFile = getFilenameFile sFilename local sType = replace (getFilenameType…
Hi, im new in this forum :) , this is my first post, this work born for a little velocity testing, i have make (sorry for my bad english) this image from 0 to finish in about 3 hours. It's a Low Polygon scene, (whit one 4096 texture).
Jackwhat: definitely some of your best speed paints yet - Good range of values and sense of dynamism within solid, readable shapes. I think you should definitely work into these a little more cos you've laid the groundwork really well. Dado Almeida: I really like the layout for this piece and the line drawing is super…
I have a script I wrote that sets the active time segment to 100f based on the sliders current position. I have this script bound to a key so its a quick press. Not that the ctrl-alt-MB approach is bad but it can take a little time to scroll it to a desired frame range. macroScript…