Bogdan Nagirniak BogdanNagirniak
  • Joined on 2023-02-13
Bogdan Nagirniak merged pull request BogdanNagirniak/blender#61 2023-07-12 23:18:04 +02:00
Fix rendering of Final render for Storm delegate
Bogdan Nagirniak pushed to BLEN-437 at BogdanNagirniak/blender 2023-07-12 22:05:52 +02:00
6156326de0 Merge branch 'hydra-render' into BLEN-437
94523eb3de Merge branch 'main' into hydra-render
a5a72019a9 Cleanup: Move Map performance test out of header
3f33e0c6cd Cleanup: clang format in disabled code segments
9263c6428b Align light export with USD import and export
Compare 912 commits »
Bogdan Nagirniak pushed to BLEN-437 at BogdanNagirniak/blender-addons 2023-07-12 17:47:05 +02:00
b6ffb55c16 Code adjustment: overrided _update() instead of update()
Bogdan Nagirniak commented on pull request BogdanNagirniak/blender#66 2023-07-12 15:42:47 +02:00
Add automated tests for Storm, with both Hydra and USD export methods

How to run this automated test?

Bogdan Nagirniak commented on pull request BogdanNagirniak/blender#63 2023-07-12 14:48:06 +02:00
Fix various build issues and warnings on Linux

This produces compile error

Bogdan Nagirniak suggested changes for BogdanNagirniak/blender#63 2023-07-12 14:48:06 +02:00
Fix various build issues and warnings on Linux

Compile error in Windows

Bogdan Nagirniak approved BogdanNagirniak/blender#64 2023-07-12 13:40:55 +02:00
Align light export with USD import and export

Tested - works ok

Bogdan Nagirniak commented on pull request BogdanNagirniak/blender#62 2023-07-11 17:37:22 +02:00
Export volumes from object modifier (quick effect)

Propose to create class VolumeModifierData::public VolumeData and separate logic in these two classes

Bogdan Nagirniak commented on pull request blender/blender#104712 2023-07-11 15:26:37 +02:00
Hydra render engine

Selection changes should not update the Hydra render.

This is already works in this way

Bogdan Nagirniak commented on pull request blender/blender#104712 2023-07-11 14:30:10 +02:00
Hydra render engine

Thanks, that helped me to find reason of bug. Just tried to use WGL_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB here https://projects.blender.org/blender/blender/src/branch/main/intern/ghost/intern/GHO

Bogdan Nagirniak commented on pull request blender/blender#104712 2023-07-11 00:01:29 +02:00
Hydra render engine

Thank you!

On Linux + NVIDIA, I get tons of warnings like this in the console

Currently I've been working and investigating this issues. This is happen because of using GL_POINT_SMOOTH

Bogdan Nagirniak commented on pull request blender/blender#104712 2023-07-10 19:44:49 +02:00
Hydra render engine

Can I push commits to the branch for this pull request (BogdanNagirniak/blender:hydra-render ), or is that going to cause problems for you to merge things?

Sure, you can do pull request to…

Bogdan Nagirniak pushed to BLEN-437 at BogdanNagirniak/blender 2023-07-10 13:18:25 +02:00
23b65fa7c9 Some code cleanups
Bogdan Nagirniak pushed to BLEN-437 at BogdanNagirniak/blender 2023-07-09 14:19:35 +02:00
987b4ab9fc Fixed review comments
b141bcb6ff Merge branch 'hydra-render' into BLEN-437
ca0c3841e2 Make object visibility and instancing creation to be calculated via depsgraph
Compare 3 commits »
Bogdan Nagirniak pushed to hydra-render at BogdanNagirniak/blender 2023-07-08 10:09:54 +02:00
ca0c3841e2 Make object visibility and instancing creation to be calculated via depsgraph
Bogdan Nagirniak merged pull request BogdanNagirniak/blender#57 2023-07-08 10:09:53 +02:00
Make object visibility and instancing creation to be calculated via depsgraph
Bogdan Nagirniak created pull request BogdanNagirniak/blender#61 2023-07-06 14:15:42 +02:00
Fix rendering of Final render for Storm delegate
Bogdan Nagirniak created pull request BogdanNagirniak/blender-addons#17 2023-07-06 14:09:10 +02:00
Fix rendering of Final render for Storm delegate.
Bogdan Nagirniak pushed to BLEN-437 at BogdanNagirniak/blender 2023-07-06 13:40:55 +02:00
bdacb8d2ad Polishing code. Renamed: FinaleEngineGL -> FinalEngineGPU