Page 4 of 7

Re: some news from the ongoing frontier

Posted: Tue Dec 03, 2013 12:24 am
by bblogoss
It's good to finally have an update soon but it seems it will be compiled with 1.2 version just when 1.5 will be out :?:

Re: some news from the ongoing frontier

Posted: Wed Dec 04, 2013 8:10 am
by t_3
bblogoss wrote:It's good to finally have an update soon but it seems it will be compiled with 1.2 version just when 1.5 will be out :?:
afaik 1.5 isn't out yet. in other words to implement new stuff i need to use a stable sdk version. porting from 1.2 to 1.5 happens in parallel...

Re: some news from the ongoing frontier

Posted: Fri Dec 06, 2013 6:00 am
by t_3
had unfortunately ;) to spend a few days without coding, now here is some news static and in motion:
[vimeo]http://www.vimeo.com/80969364[/vimeo]
OcDS_ui_news_5.png
the images menu greatly expanded...
- keeps a bunch of recently loaded images at hand, as well as recently used folders
- has the ability to add a bunch of often used maps to a presets menu (ies, environment and general maps using their own lists)
- watching/autoupdates for external changes can be chosen for any map now (and works more reliably*)
- the plugin has now its own image processing which allows to handle any file type that octane can use, so previews are possible for .hdr, .exr, .psd and other more exotic formats; and this means they can also be resized in the textures tab
- the previous image menu with alphabetic sorting is now a sub menu, in addition maps are also shown grouped by the objects that use them
- addtional infos: on the image button: eye icon means the image is currently watched, when resized the current factor is written in front of the file name

all in all getting a texture map from the scene or from disk should be as low on clicks as possible.

*) i.e. photoshop doesn't overwrite files, it actually deletes the original and copies a temporary save file in place - in the current version this might have disconnect the file watcher esp. when this took some time.

btw, speaking of photoshop: to be prepared for some exciting octane 1.5 news i'm currently making myself comfortable with the photoshop sdk ;)

Re: some news from the ongoing frontier

Posted: Fri Dec 06, 2013 2:25 pm
by birdovous
Oh.. that looks... lovely! :D

Thanks for the news... Although... News like this... they work more as a torture... ;)

Re: some news from the ongoing frontier

Posted: Sat Dec 07, 2013 7:11 pm
by withgoodman
When should I update officially?
I will expect too much.

Re: some news from the ongoing frontier

Posted: Sat Dec 07, 2013 7:34 pm
by t_3
withgoodman wrote:When should I update officially?
sorry, i can't give a date - it's like predicting an earthquake. the only thing beyond question is, that there will be one...
withgoodman wrote:I will expect too much.
well ;)
google translate might have done wrong with this sentence (or maybe not ;))

Re: some news from the ongoing frontier

Posted: Mon Dec 09, 2013 12:56 pm
by linvanchene
edited and removed by user

Re: some news from the ongoing frontier

Posted: Mon Dec 09, 2013 9:38 pm
by AlfaseeD
t_3 wrote: btw, speaking of photoshop: to be prepared for some exciting octane 1.5 news i'm currently making myself comfortable with the photoshop sdk ;)
I'm ready. 8-)

Re: some news from the ongoing frontier

Posted: Tue Dec 10, 2013 2:21 am
by RayTracey
t_3 wrote:had unfortunately ;) to spend a few days without coding, now here is some news static and in motion:
[vimeo]http://www.vimeo.com/80969364[/vimeo]
OcDS_ui_news_5.png
the images menu greatly expanded...
- keeps a bunch of recently loaded images at hand, as well as recently used folders
- has the ability to add a bunch of often used maps to a presets menu (ies, environment and general maps using their own lists)
- watching/autoupdates for external changes can be chosen for any map now (and works more reliably*)
- the plugin has now its own image processing which allows to handle any file type that octane can use, so previews are possible for .hdr, .exr, .psd and other more exotic formats; and this means they can also be resized in the textures tab
- the previous image menu with alphabetic sorting is now a sub menu, in addition maps are also shown grouped by the objects that use them
- addtional infos: on the image button: eye icon means the image is currently watched, when resized the current factor is written in front of the file name

all in all getting a texture map from the scene or from disk should be as low on clicks as possible.

*) i.e. photoshop doesn't overwrite files, it actually deletes the original and copies a temporary save file in place - in the current version this might have disconnect the file watcher esp. when this took some time.

btw, speaking of photoshop: to be prepared for some exciting octane 1.5 news i'm currently making myself comfortable with the photoshop sdk ;)
The real-time texture painting looks amazing.

Re: some news from the ongoing frontier

Posted: Wed Dec 25, 2013 3:48 pm
by t_3
news of the day: i'm just posting this from my new hackintosh on 10.9.1 - studio, octane, xcode and the like up and running, and the first plugin build showed a little less than 1000 build errors 8-)

there is one particular thing that for sure won't be available in the first mac version, and this is the card(s) temperature display/cooldown feature, since there is no driver api for osx available from nvidia, means i need to find another way to do this. there are a few other things i had used the windows api directly like delete key interception and mouse wheel interception to provide viewport/nge zooming, but i have already portable replacements working in the windows version, and anything else is just a matter of time ;)

and, btw, it looks like i'll have a test build (of the new windows version) ready by the end of this week ...