Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - SanderB

Pages: [1] 2
1
I wanted to make a quick UI to let people quickly create some renders with some studio lighting presets without the need to own some expensive program like 3ds max. But I noticed the quick UI part went out the door and I kept adding more to make it work better. Right now I don't have much time, nor motivation, so will have to see when I will continue (I was also working on it as a little project to learn some new things).
I do think a material editor part would be really necessary because some tests i did with .obj's coming from marvelous designer showed that materials need to be tweaked to get better results.

Maybe you could change the topic of this thread to something like UI for standalone (wip) ?

2
It's been a while and I also haven't been busy with this little project for a while.
I just wanted to show what I got  through a little movie i actually recorded some time ago.
I ended up adding a lot more then i initially wanted, so the interface got quite big instead of a 3-click solution :).
So it has a fully customizable interface with also a 3D window to set up the camera position.
Four other parts of which one is meant to show the loaded objects and to select and move/rotate them.
One to quickly setup some studio lighting presets, another for all settings and one for materials, which at this moment does nothing yet.


Not everything was shown in this vid but also it is far from finished still.
For example also the DoF and render passes do work.

Anyhow will have to see when I will be able to do some more finishing touches on this project like adding more and tweakable studio setups or ability to tweak materials.
If anyone is interested in the source files, plz contact me and you can have them (just keep in mind I am no pro programmer so the prog might not even be setup correctly.)
Ow and I noticed it doesn't work yet on the latest standalone version since there have been some changes to the .conf file.
But this can prolly be easily fixed.

3
Nice!
thanks for making it possible to work without key :)




4
Thanks,

But about my second question.
Am I right that at the moment the map doesn't get multiplied by the value, or am I doing something wrong?
For now I can just use multiple versions of a map as a workaround to achieve the same result but that isn't ideal.


5
Hey Ondra,

I got two questions/bug reports.

I tried using the build from 9-12 and noticed the .scn file has undergone some changes.
Am I correct that these are:
include conf -> confFile
include mtl -> mtlLib
include obj -> geometryGroup

running the same .obj coming from marvelous designer that worked fine before gives me some errors.
With assert:
File: D:\Corona\src\CoronaStandalone/parsers/AbstractParser.h
Line: 66
Condition: getIndex(name) == -1

with release:
It tells me the mtlLib line ignored, you must set path to MTL in SCN file.
It does start rendering but with everything using the same material.
So I am probably doing something wrong with linking the mtl file?

Next thing that doesn't seem to be working is the usage of maps.
for example when i use lights with a softbox image in it:
newmtl LightMat1
Kd 0 0 0
Ke 2 2 2
map_Ke  softbox.png

Once a map is set, the Ke value doesn't seem to be of influence anymore.
Also find the same happening with a reflection map.

I attached a quick picture of the UI I am working on.
Did turn out having more otions/settings exposed then the 3-click thingy i was initially going for :)
Will make a new topic for it one of these days when i finish some last things.

6
Let it be clear that I am by no means a real programmer, but i do know my share of c#, javscript, maxscript.
But c++ is something different, I dont know more then a few courses i had a long time ago in school and the time I took a quick look into the maxsdk, so basically nothing :).
I am just looking for a little project to do in my spare time and thought this might be nice to play with. Initiated by me looking in the gallery over at marvelousdesigner and seeing so many images that were basically more screenshots then renders and knowing about this standalone version. So wanted to make like a 3-click solution to be able to make nice studio renders using a WPF UI. But since it doesn't support the alpha version the only thing i would need then to make it work would be access to daily builds for testing. (and so would the users but thats a thingy for later)
But if you are actively developing a GUI for the standalone version already or plan on changing the way it works like now with the commandline there would be no real use for it and I would be better off spending my time elsewhere.
Like I started, I am no real programmer and don't want to dive into too deep just do something relatively simple :)

ps. don't mind adding you on skype but need your username




7
I don't know c++ very well but i don't plan on using it.
Just use WPF to build a simple UI and use some c# to let it create some files like the .scn and .conf based on some presets and adjust the obj to add a background. then simply let it run it the same way as the sample.
Like i said it shouldn't be too hard to make but will make it a lot easier for MD users to render their clothes(or whatever cloth thing they design) in a good renderer. Or in fact probably anyone with a model in .obj that wants to render it in some studio setup but doesnt have a 3D package available.

I will make it opensource or at least share the code here.
I just want to do a little project to keep my c# a bit fresh and maybe learn a thing or two in the meantime. But if you don't want me to make something like this, or think its nonsense to make it just let me know :)

8
Ok i see, is it possible for me to get access to the daily builds then so I can at least have a play with it and maybe have something usefull for the next stable release?
If I understand correct you need to have uploaded some images to the gallery and if I remember correctly i have done 1 or 2  :)

What I plan to make is just a simple WPF UI where one can load an .obj file with .mtl -  select a lighting setup from a few studio presets - press go. Think this shouldn't be too hard to achieve.

9
Corona Standalone / Standalone works only with daily builds?
« on: 2013-12-05, 19:47:15 »
I wanted to see if I could make a quick UI for the standalone version to create some studio setups. Intended to work with .obj files coming from Marvelous designer to let the MD users also use the power of corona :) because right now it doesnt really have its own renderer so a lot of images from its creative users dont look as good as they could be imo.

But the first problem i came across is that the standalone version seems to work with daily builds and I wanted to know if it is possible to let it work with the Alpha5 build?


10
Work in Progress/Tests / Re: Grass wip
« on: 2013-02-21, 17:25:25 »
Ah ok that explains, I tried doing the animation with pointcache in the meanwhile but also with no success.
Will have to see what i'll do then because i don't want to spent much more time on this scene :)

11
Work in Progress/Tests / Re: Grass wip
« on: 2013-02-21, 17:01:00 »
Wanted to add a woman in the background walking away and wanted to try out some motionblur.
The woman and dress are animated over 5 frames by using a morpher modifier with keyframes.
Something seems to be going wrong but i have no idea if it's some settings i got wrong, the animation itself (using a morpher modifier) or a bug or something else.

12
Work in Progress/Tests / Re: Grass wip
« on: 2013-02-21, 13:04:33 »
Yeah i tried high values for the HL burn but i believe at no point the overbright spots came down a lot and ofcourse impacting the rest of the image negatively.

13
Work in Progress/Tests / Re: Grass wip
« on: 2013-02-21, 03:14:18 »
Quick update, i started going for peaches but had a hard time getting the shader right so i fell back to apples.
They still need some finer tweaking and prolly some better reflection mapping.
Still planning on adding some more to the scene but haven't decided yet on what.
Am also getting some overbright reflections on the grass going up to values of 30.
In vray i would just clamp the output but i don't know if corona has something similar?

14
Work in Progress/Tests / Re: Grass wip
« on: 2013-02-20, 19:03:53 »
Ok i will remember that for the final render.
Thought since there is almost no GI going on i would just use this method for quick testrenders or am i mistaken?

I tried changing the renderer to vray and there the same error comes up when using renderelements so it is something max related.

15
Work in Progress/Tests / Grass wip
« on: 2013-02-20, 18:08:50 »
Trying to create some nice grass in corona by using the corona scatter.
I got suprisingly fast to this result which is not bad looking at all i thought and being straight out of the vfb.
Lighted by only a HDRI in the corona environment slot.
HD cache for 2nd with precomp at 10 - max si @ 8 for faster preview render.

Now i need to add some fruit in the basket and maybe add some other things but have to see :)

When i was typing this i tried adding render elements but whenever i add one and try to render it comes up with an error saying: Error creating file output. It can be fixed by changing the output path but the path that it comes up with default should also exist. Also I am very lazy so changing the output on all render elements is a lot of work :P
Don't know if it is max or corona related but i have never had it before.

Pages: [1] 2