查看完整版本: V-Ray for Rhino 4.0 SR1 RC1下载

s06 2008-3-3 19:42

V-Ray for Rhino 4.0 SR1 RC1下载

12 Feb 2008
Fixes
- Resolved issue where the intensity for physical light units was not being used correctly
11 Feb 2008
Fixes
- Licensing dialogs made to stay on top of windows ( some cases where it went behind other windows )
- Trying to render with floating license and being unable to get a render license will no longer crash the program
6 Feb 2008
Fixes
- Fixed serialization issue where materials or options could be read incorrectly or disappear
- Able to Control the Floating License Manager Dialog while vrlserver is running.
- Switched back to previous DR licensing until the V-Ray licensing system works properly when DR is initiated by a machine that is not utilizing a floating license server.
- Fixed bug where angular blend materials weren't having their child material names updated properly
- Added Rhinoscript function, GetDependentMapsForVismat, that will fill an array with the paths to any bitmaps used by the vismat
- Added Rhinoscript function, GetDependentMapsForVisopt, that will fill an array with the paths to any bitmaps used by the visopt
- Fixed bug where object exclusion UI would carry over between multiple materials in our editor
- Materials that contain other materials ( AngleBlend, 2Sided, Skp2Sided ) will now save out their sub-materials when put in a vismat
- Fixed a bug where loading a visopt could cause the defaults to not be read in properly
10 Jan 2008
Notes
The most noticeable change for our service release is we have stopped utilizing the Installshield Activation Service for our license protection. The team at Chaos Group has been nice enough to let us utilize their license system so we decided to make the switch. When you launch Rhinoceros you will be asked whether you have a license, a floating license server, or if you wish to demo the product. The following is a brief walk-through of those three scenarios.
To demo our product ( 30 days )
1. Ensure that your machine is connected to the Internet
2. Start Rhinoceros
3. When our License Dialog pops up choose 揑 would like to demo your product?
4. You should now have a temporary license ?if you encounter any problems please contact [email=authorizations@asgvis.com]authorizations@asgvis.com[/email]
To use an existing license
1. Ensure that your machine is connected to the Internet
2. Start Rhinoceros
3. When our License Dialog pops up choose 揑 have a license and would like to use that?
4. When you are prompted for your purchase number, insert your existing serial number
5. You should now be licensed and ready to go - if you encounter a problem then contact [email=authorizations@asgvis.com]authorizations@asgvis.com[/email]
To setup the floating license server please take the following steps:
On the machine you wish to use as the License Server
1. Install the Floating License Manager to the machine you wish to use as your license server. You can use our installer to do this ?just do a custom install and choose only the Floating License Manager.
2. Once installed go to C:\Documents and Settings\All Users\Application Data\ASGvis\Licensing ( If you use Vista it will be c:\ProgramData\ASGvis\Licensing ) and double click on the file Floating License Manager.exe. This will run the license manager.
3. In the Manage Licenses section choose "Add existing license".
4. Select the product you have purchased and wish to authorize.
5. When prompted for the Purchase Number you should enter your serial number. You can locate your serial number on the original invoice or purchase order that you received from [email=billing@asgvis.com]billing@asgvis.com[/email].
6. Go to C:\Documents and Settings\All Users\Application Data\ASGvis\Licensing (if you use Vista it will be c:\ProgramData\ASGVIS\Licensing ) and run VRLServer2.exe
On the client machine(s)
1. Start Rhinoceros
2. When the License Dialog pops up choose "I have a floating license server and would like to use that."
3. The V-Ray License Server Information dialog box should pop up
4. Enter the IP or hostname of the machine that is acting as your server ( the machine that is running VRLServer2 )
5. Restart Rhinoceros ( You MUST restart Rhino for your changes to take effect )
V-Ray Changes
- Updated to V-Ray 1.60.15
- V-Ray has changed its path sampling from Quasi Monte Carlo to Deterministic Monte-Carlo
- For the most part this should not cause any major differences. The parameters are still the same but the outcome is now deterministic, meaning it will always come to the same result when given the same input
- The only choice for path sampler is Schlick now - Latin Hypercube is no longer supported
New
- Expanded our Rhinoscript support ?contact us for information
- Made it so importing a vismat will add the vismat directory to the resource search path
- Added build version to About page for easier identification of product by users
- Added visToolbar command to control whether our toolbar is shown or not. Pass 0 to hide it, 1 to show it
- Added alpha contribution multiplier in our material options panel
- Angular blend material can now be created. It uses the angle between the view direction and the surface normal to determine the amount to blend between two materials
- Object Exclusion UI is in place (Options material panel ) - though it is not fully functioning yet. If you wish to ignore all other objects you can simply change the mode to "Include"
- Added new properties to lights - shadow color, units
- Introduced barn door effect for the spot light
Fixes
- Sun/Sky not matching DR spawner has been resolved
- Made sure we are only "soft-linking" to RDK so future RDK WIP releases will not break our plugin
- Modified serialization process to allow larger scenes without running out of contiguous ram
- DR crash bug where default conditions were not being restored for each new render
- Removed a bug where several temporary files were being created during renders
- Volume fog was not being applied properly when bump or displacement was utilized
- Override environment was not working properly with refractive materials due to Volume fog issue
- We now only access user-specific portions of the hard-drive and registry
- Fixed crash where bump map is enabled but no map is set ( also for displacement, etc )
- Unicode characters can be used in VFB output filenames
- Renaming a material but only changing case will now work ( i.e rename DefaultMaterial to be defaultmaterial )
- Deleted layers no longer show up in apply material to layer dialog
- Some issues with our Rendered Viewport have been resolved ( 2sided mats not setting basic rhino mat values )
Changes
- We are now using Chaos group V-Ray Licensing System
- Spaces are allowed in material names now
- Authorization tab has been added to handle users with floating license server
- Added some common frame stamp variables
- Added DMC Threshold UI
- Added Show Samples UI for Adaptive Sampler
- Pack material functionality is in our Material Editor now
- CloseRenderWindow will now actually close our VFB
- We now install our render spawner and other stuff to Common Application data folder which is...
c:\Documents and Settings\All Users\Application Data\ASGvis on XP (note that Application Data is a hidden folder )
c:\ProgramData\ASGvis on Vista ( note that ProgramData is a hidden folder )
- You can now remove Color and Alpha VFB channels if you wish - they are no longer required
- Changed our default options ( phys cam stuff and default vfb channels )
- Added the ability to query the active viewport for its aspect ratio (Output Tab)
- Various Rhino script methods have been added to access and modify our options
- Layers remember open/closed state in our material editor
- We no longer show the toolbar when V-Ray is set as the current renderer
- This will add the given path to the list of directories that get searched when looking for a resource (bitmaps).
- Made it so importing a vismat will add the vismat directory to the resource search path
Coming Soon
- Object exclusion UI to allow users to pick specific objects to ignore. It is not working correctly at the moment.
- Sphere Light addition - UI is ready but we need to clean it up - visSphereLight does exist
- IES Light - the visIESLight command exists, but it has not been fully implemented
- Physical units to lights

s06 2008-3-3 19:43

一共22个压缩包,这是第1个

s06 2008-3-3 19:45

一共22个压缩包,这是第2个

s06 2008-3-3 19:47

一共22个压缩包,这是第3个

s06 2008-3-3 19:48

一共22个压缩包,这是第4个

s06 2008-3-3 19:52

一共22个压缩包,这是第5个

s06 2008-3-3 19:54

一共22个压缩包,这是第6个

s06 2008-3-3 19:55

一共22个压缩包,这是第7个

s06 2008-3-3 19:59

一共22个压缩包,这是第8个

s06 2008-3-3 20:00

一共22个压缩包,这是第9个

s06 2008-3-3 20:04

一共22个压缩包,这是第10个

s06 2008-3-3 20:05

今天有事,明天继续发。

lheway 2008-6-17 10:30

好资源,分享还要粪土07em49

feixu155 2008-7-31 11:10

aaaaaaaaaaaa07em37

sidney_hu 2008-8-5 21:02

fafafafafafafafafafafafafafafaf07em16

史逵成 2008-8-19 21:54

好的  下了 看看

skailin 2008-9-14 00:31

回复 地板 的帖子

好东西07em49

7010101 2008-9-25 17:06

顶上去............

7010101 2008-9-25 17:07

速度好快啊...........

tim风 2008-11-13 10:23

thtc`~et i b p wh knx `~deunb  1~~`

sarah-j 2008-12-22 09:11

谢谢楼主分享

:)

200610130103 2008-12-31 11:10

[b][em49] [em49] [em49] [/b]

duandaoke 2009-1-2 09:30

jjjjjjjjjjjjjjjjjjjjjjj

jjjjjjjjjjjjjjjjjjjjjjj

sosohehe 2009-3-13 11:26

破解了吗 我刚才在别的地方下的要序列号

lizard789000 2009-3-17 09:05

這麼多@@錢不知夠不夠用

xuranchun 2009-3-29 21:43

赶快过来看看

wang2731shenh 2009-5-28 11:25

不错呀,怎么就只有十个呀

wangjrong 2009-5-29 11:44

sr1 能升级吗

反对感到 2009-6-4 13:43

震撼啊!

[size=1][/size]
[size=5]顶一下。。。。。。。。。。[/size]
[size=1][/size]













[size=1]------------------------------------------------------------------------
[/size][url=http://www.na44.cn/][size=1]老 虎机游戏[/size][/url][size=1]  [/size][size=1]http://www.na44.cn/[/size][size=1]  [/size][url=http://www.na44.cn/][size=1]老 虎机破 解[/size][/url][size=1] [/size][size=1]http://www.na44.cn/[/size]

moye_zhang 2009-8-10 17:07

能一次下灾吗
能一次下灾吗

moye_zhang 2009-8-10 17:07

能一次下灾吗能一次下灾吗能一次下灾吗

qxs235 2009-8-14 06:18

等老大传完了再下载吧顶支持

3dkeji 2009-10-28 15:48

好的  下了 看看........................

3dkeji 2009-10-28 15:48

破解了吗 我刚才在别的地方下的要序列号

3dkeji 2009-10-28 15:49

不错呀,怎么就只有十个呀

3dkeji 2009-10-28 15:59

我刚才在别的地方下的要序列号

3dkeji 2009-10-28 16:00

我刚才在别的地方下的要序列号

我刚才在别的地方下的要序列号

wangaug 2010-2-25 13:29

还有钱啊? 哎....

pore0120 2010-2-27 00:05

07em49 都2010年了

RXMOJU 2010-3-5 08:34

07em350 07em34 07em28 07em30
页: [1]
查看完整版本: V-Ray for Rhino 4.0 SR1 RC1下载
拒绝任何人以任何形式在本论坛发表与中华人民共和国法律相抵触的言论,会员在论坛发表的言论仅代表个人观点,不代表论坛立场!
本站所有文章,发表者拥有版权,发表者拥有展示权,未经本站明确许可,任何网站不得非法盗链、转载及抄袭本站资源;转载请注明出处!
本站部分内容及所有资料来自网络,版权归原作者所有,如涉及侵权请联系我们删除;资料仅供学习和科研之用,请在下载后24小时内删除!
论坛服务热线:024-62166330 与 024-62578271 网络联系方式:点击这里给我发消息 点击这里给我发消息 点击这里给我发消息