Thanks for the help!
From: [email protected] [mailto:[email protected]] On Behalf Of John Voltaire Tensuan Sent: Thursday, May 02, 2013 6:03 AM To: [email protected] Subject: RE: 2014 bug? Please confirm, guys Hi, Thanks for reporting the issue. In the meantime, there is a quick fix for this regression by just reverting our changes in one of the factory scripts for the 2014 release. Just download the attached file do the following: 1. Rename the attached file to layers.vbs 2. Make a backup of {Softimage_Installation_Path}\Application\DSScripts\layers.vbs 3. Replace {Softimage_Installation_Path}\Application\DSScripts\layers.vbs with the attached layers.vbs Take note that this is just a makeshift solution to avoid the problem as it will cause problems with MR incorrectly rendering hidden polys. John From: [email protected] [mailto:[email protected]] On Behalf Of Szabolcs Matefy Sent: Tuesday, April 30, 2013 9:59 PM To: [email protected] Subject: RE: 2014 bug? Please confirm, guys Thanks guys Meanwhile, here's my makeshift solution: ' jUnhideAllPolygonsPlugin ' Initial code generated by Softimage SDK Wizard ' Executed Tue Apr 30 12:22:22 UTC+0200 2013 by szabolcsm ' ' Tip: To add a command to this plug-in, right-click in the ' script editor and choose Tools > Add Command. function XSILoadPlugin( in_reg ) in_reg.Author = "szabolcsm" in_reg.Name = "jUnhideAllPolygonsPlugin" in_reg.Major = 1 in_reg.Minor = 0 in_reg.RegisterCommand "jUnhideAllPolygons","jUnhideAllPolygons" 'RegistrationInsertionPoint - do not remove this line XSILoadPlugin = true end function function XSIUnloadPlugin( in_reg ) dim strPluginName strPluginName = in_reg.Name Application.LogMessage strPluginName & " has been unloaded.",siVerbose XSIUnloadPlugin = true end function function jUnhideAllPolygons_Init( in_ctxt ) dim oCmd set oCmd = in_ctxt.Source oCmd.Description = "" oCmd.ReturnValue = true jUnhideAllPolygons_Init = true end function function jUnhideAllPolygons_Execute( ) Application.LogMessage "jUnhideAllPolygons_Execute called",siVerbose ' ' TODO: Put your command implementation here. ' logmessage typename(selection.Item(0)) select case typename(selection.Item(0)) case "Nothing" '----------------- case else polysel=selection.getastext UnhideAllPolygons selection.setastext polysel end select jUnhideAllPolygons_Execute = true end function From: [email protected] [mailto:[email protected]] On Behalf Of ivan tay Sent: Tuesday, April 30, 2013 3:44 PM To: [email protected] Subject: Re: 2014 bug? Please confirm, guys HI, Thanks for the report. This is filed under SOFT-8948 - Unhide all polygons deselect currently selected polygons. Regards Ivan On Tue, Apr 30, 2013 at 8:13 PM, Chris Chia <[email protected]> wrote: Hi Szabolcs, Sorry for the trouble. We'll investigate this asap to see if it is really a regression in 2014. Thanks for reporting! Regards, Chris Sent from my iPhone On 30 Apr, 2013, at 6:13 PM, "Szabolcs Matefy" <[email protected]<mailto:[email protected]>> wrote: Hi, 2014 users could you confirm please, that using Unhide All Polygons deselect currently selected polygons? It was working brilliantly in 2013, but now it's crap, almost max-like shit. I'm really upset, we moved on 2014 because of the bugfixes, and we bump into a serious bug. C'mon Autodesk, why on Earth you touch something that is working perfectly???? And we have to wait several month to have a fix for this again??????? Amazing. I'll write my own tool for this meanwhile, but it's a shame, and shame on me too, because as a betatester I haven't noticed this bug. Autodesk MUST deliver hotfixes for small bugs, or must deliver service packs quite quickly... Sorry for ranting, but I'm really upset, seeing Softimage having suffering from these ___ This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. Crytek GmbH - http://www.crytek.com - Grüneburgweg 16-18, 60322 Frankfurt - HRB77322 Amtsgericht Frankfurt a. Main- UST IdentNr.: DE20432461 - Geschaeftsfuehrer: Avni Yerli, Cevat Yerli, Faruk Yerli

