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…
Thank you for the thorough feedback post, Peyd3D! I've been chipping at this piece using your advice and I think I'm nearly there. Went with the viewpoint you suggested for one shot. With the wider one, I'm struggling to fit the beacon and the focal piece together. I think they're fighting for the viewer's attention a…
**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…
Hey Polycount, Releasing Quadify Ultra today, and wanted to share it here since this community has always been where serious topology conversation happens. https://youtu.be/1_7xRSyeLUc What it is Quadify Ultra is a retopology addon for Blender 5.0 with an ML routing engine. You select a mesh, hit Ctrl+Shift+Q, and it…
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…