Bogdan Nagirniak BogdanNagirniak
  • Joined on 2023-02-13
Bogdan Nagirniak commented on pull request BogdanNagirniak/blender#21 2023-04-07 14:00:27 +02:00
BLEN-365: Improve creation algorithm of PreviewEngine

This function is not needed

Bogdan Nagirniak merged pull request BogdanNagirniak/blender#23 2023-04-07 13:28:50 +02:00
Move to use the GPU API instead OpenGL
Bogdan Nagirniak pushed to hydra-render at BogdanNagirniak/blender 2023-04-07 13:28:49 +02:00
aa002fec8e Move to use the GPU API instead OpenGL
Bogdan Nagirniak created pull request BogdanNagirniak/blender#23 2023-04-07 04:32:17 +02:00
Move to use the GPU API instead OpenGL
Bogdan Nagirniak pushed to BLEN-371 at BogdanNagirniak/blender 2023-04-07 04:23:41 +02:00
1138a9621f Code cleanup
Bogdan Nagirniak pushed to BLEN-371 at BogdanNagirniak/blender 2023-04-07 04:20:45 +02:00
dbaad02574 Adjusted final_engine.cc
Bogdan Nagirniak pushed to BLEN-371 at BogdanNagirniak/blender 2023-04-07 03:25:12 +02:00
ba5b42e4a7 Preparing FinalEngineGL
a48ab87853 Adjusting CMakeLists.txt
Compare 2 commits »
Bogdan Nagirniak pushed to BLEN-371 at BogdanNagirniak/blender 2023-04-07 02:27:15 +02:00
175465b8e6 Improving working with batch, renaming.
Bogdan Nagirniak pushed to BLEN-371 at BogdanNagirniak/blender 2023-04-06 18:33:26 +02:00
f379d12a23 Fixed memory leak
Bogdan Nagirniak pushed to BLEN-371 at BogdanNagirniak/blender 2023-04-06 18:02:43 +02:00
d7b1e8d41e Code cleanup
Bogdan Nagirniak pushed to BLEN-371 at BogdanNagirniak/blender 2023-04-06 17:50:45 +02:00
df16bbff50 Fixed drawing with GPU
Bogdan Nagirniak created branch BLEN-371 in BogdanNagirniak/blender 2023-04-06 16:56:10 +02:00
Bogdan Nagirniak pushed to BLEN-371 at BogdanNagirniak/blender 2023-04-06 16:56:10 +02:00
ef68df0911 Don't use OpenGL functions, only use the GPU API.
Bogdan Nagirniak pushed to hydra-render at BogdanNagirniak/blender 2023-04-06 11:58:30 +02:00
8e6611dabe BLEN-358: Error in console after closing Blender
Bogdan Nagirniak merged pull request BogdanNagirniak/blender#22 2023-04-06 11:58:30 +02:00
BLEN-358: Error in console after closing Blender
Bogdan Nagirniak commented on pull request BogdanNagirniak/blender#22 2023-04-06 11:51:01 +02:00
BLEN-358: Error in console after closing Blender

remove return "" from here, move comment under except:

Bogdan Nagirniak commented on pull request BogdanNagirniak/blender#21 2023-04-05 16:23:25 +02:00
BLEN-365: Improve creation algorithm of PreviewEngine

Do not stop render, check if it is in render process, then return preview_engine_lifetime.

Bogdan Nagirniak commented on pull request BogdanNagirniak/blender#21 2023-04-05 16:11:02 +02:00
BLEN-365: Improve creation algorithm of PreviewEngine

Move this function to preview_engein.cc