Lookdev Kit 2.1 UPDATE

News / 06 May 2020

I've worked hard on bringing you guys another update for Lookdev Kit. Fixed a couple of things and added new features. 

You can download it from MY STORE FOR FREE

Let's start with new features video:



RELEASE NOTES:
06. May 2020 - Lookdev Kit 2.1

- When you load lookdev kit it will set ldv camera as main view camera

- Turntable Start Frame dropdown - you can choose what is your timeline start frame. Choose either 1 or 1001 as your Starting frame

- Auto asset framing - if you have your asset selected while clicking on Load LDV kit it will automatically adapt to your aset size  and frame it correctly. You can always adjust the framing

- Skydome is now visible in viewport

- Skydome HDR resolution was default 1000, now it is 2048

- Skydome rotation Offset didn't worked in turntable mode, it was resetting on frame change

- Turntable Object rotation Offset didn't worked in turntable mode, it was resetting on frame change

- Set Turntable now adds Object rotation Offset slider value when making turntable

- UI Turntable Object rotation Offset didn't get right value after the UI launch

- Fixed SubD On asset selections - it didn't worked well in previous release

- Shadow Catcher plane is much larger now, you won't have shadows with sharp cuts in some lighting conditions

- Lookdevkit UI now launches on the right side of the main viewport, not in the center

- Turntable created one additional frame, now it creates correct number of frames

- Because I've added more features in the new release, if you have a scene with Lookdev kit 2.0 already loaded, script will automatically remove it upon running

- Added Batch renderer. You can now render your turntables on multiple HDRs with few clicks. More about this in DOCUMENTATION

- I created a Lookdev Kit documentation page where you can find all information about functionality of the tool

- A bunch of smaller fixes that created bugs

- New DOCUMENTATION PAGE


KNOWN BUGS:

If you run Del tx/jpg or Refresh HDRs commands after they finish Lookdev kit should start again, but sometimes it bugs out and it just turns off. I tried everything to fix this and couldn't find the reason for it. There are two possibilities:

First - I suck at coding and I created accidental bug that I cannot detect.

Second - Maya cmds UI is buggy and should be burned

Either way, I plan to re-write new UI with pySide, so there will be no random bugs. 

If this bug happens to you please just start Lookdev Kit again. 


You can download it from MY STORE FOR FREE


Have fun using it please report any bugs :)

Cheers!





Lookdev kit 2.0 - RELEASE

News / 30 March 2020

Here it is!

I finally managed to prepare everything for release. This is my first ever Python project and I used it to learn some scripting. There are a lot of beginner mistakes in code, but I hope those will be rewritten in time. You can also expect bugs and crashes, I gave my best to minimize them :) 

Considering this, I'm pretty proud of this. Handling 1400+ lines of code for the first time python coder was challenging.  

The tool should be functional and fun. I hope I managed to speedup some of lookdev challenges in your daily tasks. 

You can download it from my ArtStation Marketplace. It is a Free tool, so consider leaving a small tip if you can:


DOWNLOAD LINK


LINK TO PORTFOLIO PROJECT


Here is a features preview that I recorded 10 days ago. UI changed a bit, but all main features are still there.


Also, I created this cheat sheet just to quickly explain all the stuff in one image:

Click on the picture to zoom in

INSTALLATION:

You can find a lookdev_kit_install.txt file in the 7zip archive when you download Lookdev Kit 2.0 from ArtStation Marketplace where you can find all of the steps necessary to run the tool. But, I will explain them here again .

- copy entire lookdev_kit folder from .zip to your MyDocuments Maya scripts folder. It is usually here:

C:\Users\<user_name>\Documents\maya\scripts

- from folder lookdev_kit\shelf copy the shelf_dk_mtoa_lookdev.mel and paste it here:

Documents\maya\<maya_version>\prefs\shelves

- run Maya and you will have a shelf with LDV kit button

OR

If you don't want my shelf you can create button by yourself:

- open script editor and in PYTHON tab paste following code:


from lookdev_kit import ldv_kit

reload(ldv_kit)

ldv_kit.buildUI()


You can always select that code in script editor and middle-click-drag it to your shelf to create a button, so you can call it when needed.


After you run it, you will have to click on Refresh HDRs button


Bearded man sculpture model not included. Downloaded from www.myminifactory.com

HDR images and controls:

The HDR images stayed more or less the same as in the first version. I don't like some of them, so in the near future I will probably change some of them. Of course, new version of Lookdev Kit allows you use your own HDR images. You can just paste them in the HDR folder (lookdev_kit\sourceimages\hdr) and run Refresh HDRs command from Ui. There is also a button in Ui to open the folder that contains all HDRs.

HDR images taken from hdrihaven.com


PHOTOGRAPHIC CONTROLS:

Because I'm a big fan of photography, I've included "photographic" controls for the camera that is included in the scene. You can change Focal length, Aperture and Sensor Size. 

Focal length changes camera focal length. 

Because Arnold camera settings doesn't show camera aperture in f-stops, but with number that represents camera aperture diameter in world units, I have created a script that allows you to choose aperture settings in f-stops. In the background it will recalculate the Arnold camera aperture diameter depending on the chosen f-stop setting in the Ui. It considers chosen Focal length and chosen f-stop in the calculation. 

I've also included sensor size settings if you want to simulate different sensor sizes. 3 sensor types are included - Full Frame, APS-C (1.5x crop) and Micro 4/3 (2x crop). This setting will change your field of view on the camera, because sensor size influences focal length of your lens. 

If you turn on DoF checkbox Focal Plane will show in the viewport and Depth of Field will be turned on. All the settings that I mentioned will influence DoF thickness and Focus plane will change size depending on the settings chosen.


FILE MANAGEMENT:

In the Lookdev Kit 2.0 you can use your own HDR images. I've added this feature because a lot of people use different HDRs. So more flexibility :) 

Refresh HDRs - Deletes old and generates new HDR preview images for Ui and .tx files for all .hdr and .exr files in the HDR Folder.

Del Tx/jpg - Deletes generated HDR preview images for Ui and .tx files

Open HDR folder - Opens a folder that contains HDRs used in Lookdev kit. You can delete the included HDRs, paste your HDR files here or use both in the same time. When you paste additional files press the Refresh HDRs button.


TURNTABLE:

You can select your objects, choose turntable length in frames and click Setup Turntable button. It will create a Lookdev scene and create all of the constraints and animations that are necessary. First half of the timeline is reserved for object rotation,and second part for Skydome rotation. 

If you want to change the length of the turntable just select your objects again, choose different length and click Setup Turntable button again. Obj. Rot. Offset allows you to manually rotate your object, without influencing already present animation.


SubD Settings:

SubD settings are used to turn on or off render time catclark subdivision. Also there is slider for choosing how many subD iterations you want. You have to select object to control SubD settings.


MtoA Constants:

Create mtoa_constant_ attributes. Just select object, type name in the text field, choose data type and click create. After that use aiUserData nodes to read created attributes.


KNOWN BUGs:

When you run a Refresh HDRs command and the process has finished, the Ui of the Lookdev kit should restart itself, but sometimes it does not... I'm still fixing this. Same thing happens when you run Del tx/jpg command. If this happens just click on the LDV_kit button in your shelf again. It will generate the Ui again. 

Also, if something bugs out, or crashes, try running script again, or restart Maya. 


In the end, Lookdev kit 2.0 is FREE tool, so use it as is. I will try to minimize bugs and crashes. 

If you have any advices, ideas or anything else feel free to contact me.

I made it in my free time and that's why it took a while to finish. Consider leaving small tip when you download it.

DOWNLOAD LINK

Cheers!

Arnold GPU beta

News / 18 March 2019

So, Arnold GPU is finally going in public beta. I had a great opportunity be a part of closed beta testing. You can find more information about Arnold GPU HERE. It is going public on March 20, 2019. 

Now, here are some test renders I did during closed beta.


Camera test scene


Ivana's head wip 01


Ivana's head wip 02 (started working on the eyes)


Moka pot lookdev


Moka pot stills


voigtlander bergheil (DoF + 60 UDIM tiles)


All in all it works great! Prepare your RT cores! :D

New website

News / 29 July 2018

Website transfer went smoother than expected. From now on Arstation will host my website and the old one is deleted. 

I went with similar design and theme like on the old website, it still requires small tweaks here and there but content and main things are finished.

The only thing that is still not available on the new website is the Photography section, but that will come in the next few weeks.


You can check out new website here.

I'm pretty pleased with Artstation web editor, it is really simple to use and if you need additional control, you can always type some custom CSS and make changes.

Cheers!