Author Topic: release 0.34  (Read 11324 times)

2014-12-30, 15:00:53

haggi

  • Moderator
  • Active Users
  • ***
  • Posts: 335
    • View Profile
And another one:

This release contains an updated corona core. The old releases will expire in January.

release 0.34:
- fixed shader assingment via Assign New Material... #125
- fixed cameras ui in renderGlobals #151
- should now run on windows8


2014-12-31, 01:36:44
Reply #1

Hamburger

  • Active Users
  • **
  • Posts: 84
    • View Profile
Thanks Haggi - It's very comfortable to use Corona these last few versions.

Unfortunately I am still struggling with producing a physical sun with sharp shadows - maybe I'm missing something? I have uploaded a simple test scene for reference.
(Also - I noticed a crash when I put the sun size multiplier to .010. )
« Last Edit: 2014-12-31, 08:03:09 by Hamburger »
Maya 2016
Windows 10

2014-12-31, 12:12:46
Reply #2

haggi

  • Moderator
  • Active Users
  • ***
  • Posts: 335
    • View Profile
Indeed, the lower limit should be 0.01, but for some reason the value should be not lower than 0.055.
Your skylight is brigther than your sunlight. That's the reason why you do not see the sun shadow. Increase the sun brightness and you will see a sharp shadow. I'll check if I can make this values a bit more appropriate to avoid confusion.

2014-12-31, 23:43:55
Reply #3

Hamburger

  • Active Users
  • **
  • Posts: 84
    • View Profile
Thanks Haggi - yes out of the box settings would work I think. Although I'm not sure how you could deduce physically accurate sun+sky intensity settings.
Maya 2016
Windows 10

2015-01-05, 08:43:45
Reply #4

Hamburger

  • Active Users
  • **
  • Posts: 84
    • View Profile
Is batch render supported yet?

I tried a few command line, but couldn't get anything to render via batch;

render -r Corona

just returns "Cannot open renderer description file "CoronaRenderer.xml"".
Corona is installed though the way it is specified in the manual - I guess Maya can't find it without the GUI because Corona is running as a module?

Maya 2016
Windows 10

2015-01-05, 09:49:13
Reply #5

haggi

  • Moderator
  • Active Users
  • ***
  • Posts: 335
    • View Profile
Well, I didn't update the xml file since a long time because noone needed it.
And maya needs the xml file either on a location which is defined by the env variable MAYA_RENDER_DESC_PATH. Unfortunatly this has to be defined outside of maya. Or it has to be placed in the maya/bin/rendererDesc directory.
I will put it on my to do list. In a future version it will be installed autmoatically.

However, starting a batch rendering from within maya should work.

2015-01-05, 16:25:20
Reply #6

Spiketer

  • Active Users
  • **
  • Posts: 10
    • View Profile
Hi everyone finally I got to you. My problem is not working your render. I have Maya 2015 Ext 1. All made by written but the plugin Serano not connected
"// Error: line 1: The specified module could not be found.
 (mayatocorona) // "
« Last Edit: 2015-01-05, 18:19:27 by Spiketer »

2015-01-05, 22:35:17
Reply #7

haggi

  • Moderator
  • Active Users
  • ***
  • Posts: 335
    • View Profile
Did you install the redistributables for VisualStudio 2013?

2015-01-06, 09:32:34
Reply #8

Spiketer

  • Active Users
  • **
  • Posts: 10
    • View Profile
Yes everything is installed VisualStudio 2013 version 12.0.21005 х86-х64

2015-01-06, 10:41:48
Reply #9

haggi

  • Moderator
  • Active Users
  • ***
  • Posts: 335
    • View Profile
Could you write me a email, then I'll send you some infos to track hopefully the problem. (haggi at haggi.de)

2015-01-06, 11:47:02
Reply #10

Spiketer

  • Active Users
  • **
  • Posts: 10
    • View Profile
Keep my address spiketer@rambler.ru

2015-01-06, 23:25:17
Reply #11

Spiketer

  • Active Users
  • **
  • Posts: 10
    • View Profile
I understand this application Dependency Walker shows the lack of the necessary DLLs. Then the question is it possible to specify the path to missing dll file mayatocorona.mll and as it to make. Of course waiting for your solution

2015-01-06, 23:57:27
Reply #12

Spiketer

  • Active Users
  • **
  • Posts: 10
    • View Profile
In your assemblies found a strange phrase. Why file mayaStart catalogue mayaToCorona_2015\ressources have a copy set PATH=C:\Program Files\Autodesk\Maya2014\bin;%PATH% and no set PATH=C:\Program Files\Autodesk\Maya2015\bin;%PATH%

2015-01-07, 00:07:58
Reply #13

haggi

  • Moderator
  • Active Users
  • ***
  • Posts: 335
    • View Profile
You are completly right, that's wrong. I wasn't aware that someone uses this script to start maya. I'll correct it in the next release. Of course the path should point to Maya2015.

2015-01-11, 23:47:02
Reply #14

Hamburger

  • Active Users
  • **
  • Posts: 84
    • View Profile
Strange, on my home computer .34 works, but at work .34 does not work.

When rendering it will crash because it is now 2015.
Maya 2016
Windows 10

2015-01-12, 00:01:23
Reply #15

haggi

  • Moderator
  • Active Users
  • ***
  • Posts: 335
    • View Profile
Strange. The limit depends on the corona_release.dll. Can you examine that the corona_release.dll in the mayaToCorona/bin directory is from 30th of December?

2015-01-12, 23:14:24
Reply #16

Hamburger

  • Active Users
  • **
  • Posts: 84
    • View Profile
Yes, it is most definitely .34 downloaded from the link in the email.
The files are from 31st december 2014.

I deleted the old folder so there was nothing left, then unzipped the new folder to the Autodesk folder, so there is no overlap either.
Maya 2016
Windows 10

2015-01-14, 00:09:25
Reply #17

Hamburger

  • Active Users
  • **
  • Posts: 84
    • View Profile
Solved it.

A few months ago when i first installed corona, I accidentally unzipped it to the maya root directory. Even though I eventually installed it the proper way as a modeul, there was an old left over Corona_Release.dll in the root maya bin folder. Deleting this fixed it. Sorry for any issues Haggi.
Maya 2016
Windows 10

2015-01-14, 00:17:28
Reply #18

haggi

  • Moderator
  • Active Users
  • ***
  • Posts: 335
    • View Profile
Ahh, that's good to know. Thanks for letting me know.