Block a user
bbe99c0e1d
Code adjustments after merging
cf0be55db9
Merge branch 'main' into hydra-image-export
2c85561fc3
Fix invalid cursor move time-stamp on WIN32
0b1049b41d
BMesh: Optimize copying attributes from many elements at once
7c5fa8bf6c
IO: Add initial support for File Handlers registration
Hydra: Unify image writing code between USD and Hydra
f94e7ee3c3
Merge branch 'main' into hydra-image-export
42ddc13033
Fix #95709: Improve pulldown menu corner rounding
0335b6a3b7
UI: Improve menu dropshadow
0370feb1bf
Anim: Marker Drawing Changes
0da822e471
Refactor: improve (still unused) UV unwrap simplify code
e443345c54
Removed hydra/image.cc\.h. Adjusted, removed code.
646ec3d6d1
Moved image related functions to usd_writer_image.cc
7148216c90
Merge branch 'main' into hydra-image-export
440f39f2e5
Fix: EEVEE-Next: blending of dithered material
2c8fbde612
Fix: EEVEE-Next: Ambient Occlusion pass broken
Hydra: Parallelize and simplify submesh export
Tested - works good, no more mentioned warning in console.
Bogdan Nagirniak
pushed to hydra-add-legacy-hair-particles at DagerD/blender
2023-11-20 09:41:14 +01:00
272e3a3fdf
Merge branch 'main' into hydra-add-legacy-hair-particles
c433f6666a
Fix (unreported): Incorrect calculation of meta strip range
41f9f2753a
Refactor: Mesh: Include wrapper positions in bounds result
48c6e682e0
Cleanup: Remove unnecessary extern "C" in legacy GP header
dd902d97ab
Cleanup: Add missing forward struct declaration
Hydra: Parallelize and simplify submesh export
Tested this PR with some scenes, including https://download.blender.org/demo/eevee/mr_elephant/mr_elephant.blend and checked export time. This PR increases export time in average about 10-20%.
Bogdan Nagirniak
created branch hydra-image-export in BogdanNagirniak/blender
2023-11-15 20:52:38 +01:00
b30aaa5037
Initial export texture code movement from usd_writer_material.cc to hydra/image.cc
153dd76d22
UI: Icons for Horizontal and Vertical Split
8e691ad5be
Cleanup: Arrow Operator Required
d3971628e1
Hydra: Use BKE_camera_params to simplify camera code
06404082b5
Cleanup: Synchronizing Icons
Hydra: Use
BKE_camera_params
API to simplify camera code and share more with rest of Blender
Simplified code:
38bce4cc6a
Moved main code to gf_camera() from params
5982d15c8d
Fixed gf_camera() from viewport