Bogdan Nagirniak BogdanNagirniak
  • Joined on 2023-02-13
Bogdan Nagirniak pushed to BLEN-385 at BogdanNagirniak/blender 2023-04-26 16:38:18 +02:00
d5ead16c0b Fixed crash
Bogdan Nagirniak approved BogdanNagirniak/blender#29 2023-04-26 16:33:56 +02:00
Add IBL support

Made refactoring + implemented more correct image caching

Bogdan Nagirniak pushed to BLEN-385 at BogdanNagirniak/blender 2023-04-26 16:27:50 +02:00
3236544ab5 Implemented more correct image caching
Bogdan Nagirniak pushed to BLEN-397 at BogdanNagirniak/blender 2023-04-26 13:24:18 +02:00
ce7bf9f4c2 Moved get_render_border code to prepare_for_render
Bogdan Nagirniak commented on pull request BogdanNagirniak/blender#31 2023-04-26 10:21:28 +02:00
Fix review comments 2

move to protected

Bogdan Nagirniak commented on pull request BogdanNagirniak/blender#31 2023-04-26 10:21:28 +02:00
Fix review comments 2

move pixels as local variable to render()

Bogdan Nagirniak commented on pull request BogdanNagirniak/blender#31 2023-04-26 10:21:28 +02:00
Fix review comments 2

Simplify update_render_result - no need to provide parameters

Bogdan Nagirniak commented on pull request BogdanNagirniak/blender#31 2023-04-26 10:21:28 +02:00
Fix review comments 2

rename to get_render_border

Bogdan Nagirniak suggested changes for BogdanNagirniak/blender#31 2023-04-26 10:21:28 +02:00
Fix review comments 2
Bogdan Nagirniak pushed to BLEN-385 at BogdanNagirniak/blender 2023-04-25 19:18:03 +02:00
38135e6662 Refactored: moved utils.h|.cc -> scene_delegate/image.h|.cc.
Bogdan Nagirniak pushed to BLEN-392_pyerr_catch at BogdanNagirniak/blender 2023-04-21 15:25:11 +02:00
59aeea175c make format
254119eab1 Merge branch 'hydra-render' into BLEN-392_pyerr_catch
3fba132714 Fix review comments
af70cf4253 Added printing traceback
d1f01b0846 Merge branch 'hydra-render' into BLEN-392_pyerr_catch
Compare 6 commits »
Bogdan Nagirniak merged pull request BogdanNagirniak/blender#27 2023-04-21 15:02:44 +02:00
Fix review comments
Bogdan Nagirniak pushed to hydra-render at BogdanNagirniak/blender 2023-04-21 15:02:44 +02:00
3fba132714 Fix review comments
Bogdan Nagirniak pushed to BLEN-392 at BogdanNagirniak/blender 2023-04-21 13:37:00 +02:00
0de9823f16 Removed comment
Bogdan Nagirniak suggested changes for BogdanNagirniak/blender#27 2023-04-21 11:55:16 +02:00
Fix review comments
Bogdan Nagirniak commented on pull request BogdanNagirniak/blender#27 2023-04-21 11:55:16 +02:00
Fix review comments

This block need to remove. It was moved below in earlier commit

Bogdan Nagirniak merged pull request BogdanNagirniak/blender#26 2023-04-21 07:48:50 +02:00
Code improvements and fixes