It means setting all the non-frozen controllers in the position/rotation/scale lists to their default values. There are many ways to skin a cat, for example: fn resetListCtrl ctrl =
Because local NAS does not = backup? You should have at least 2 local copies and 1 remote copy of anything you want to legitimately backup. A NAS is a good idea and it gets you that second local copy, but it doesn't protect against fire, flooding, theft, etc, if your backup is sitting a box next to your computer/in your…
Hi Greg, I hope you don't mind if I've just taken the liberty to refine your code. It does exactly the same as yours, working on the topmost TurboSmooth if available, limited to iteration level 3. macroScript TSdivUpcategory: "GregsScripts"( local theSelection = Selection as Array for theNode in theSelection where…
I saw a post from one of the devs saying it does use actual machine learning AI, but it strikes me as odd that so many guides are needed if that’s the case. Maybe it’s needed to cut down processing so the AI can be run locally on your machine. Either way, that example clip isn’t great. It doesn’t look much different from…
**NO AGENCIES OR OUTSOURCE STUDIOS** SteamLabs Inc. begins production January 2018 on an unannounced AAA PC/console title. We are now reviewing demo reels for character (keyframe) animator. Possible facial animation opportunities too. To be considered you MUST have strong body mechanics animation experience in Maya. We…
If you want to use a macroscript, something like this could get the job done: macroscript cleanEdgeRemove category:"Advanced" tooltip:"Clean Edge Remove" buttonText:"Clean Remove"( on isEnabled return selection.count == 1 AND getCommandPanelTaskMode() == #modify AND (isKindOf (modPanel.getCurrentObject()) Editable_Poly OR…
As a British citizen who this could benefit I still think any test at all is bullshit, there should be a tax break for all or a tax break for none, a monetary incentive could be used for cultural censorship, favoritism, all sorts of negative aspects could emerge across the industry. I am not that confident in the localized…
The hardest part with lighting in Unreal is the fact that the post-process volume can pretty much change everything. I'd consider turning off the post-process volume and disabling eye adaptation while you're lighting, just don't even worry about it until you've gotten as much as possible out of the lights. Just start with…
Just saw this and thought it would be pertinent to our current conversation. Former LAPD Officer sends a message to all police officers concerning their actions against the occupy movement: http://october2011.org/blogs/kevin-zeese/message-all-police-officers-former-lapd-officer-and-occupy-wall-street-supporter Holy shit @…
Update!macroScript ScaleTocategory:"_Modification"tooltip:"Scale To"buttontext:"Scale To"( local xlength local ylength local zlength local target local ratio try (destroydialog STrollout) catch() rollout STrollout "Scale To" ( local oldPanel = getCommandPanelTaskMode() group "Reference Axis" ( radiobuttons rdo_axis…