-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RPRBLND-2301: Fix addon enabling in Blender 4.0+ (#660)
* RPRBLND-2301: Fix addon enabling in Blender 4.0+ Made RPR node visible in Add menu. * Fixed sockets issue. * Adjusted ShaderNodeBsdfPrincipled. * Code improvements. * Migration from bgl to gpu module. * Remover redundant bgl code. Fixed hardcoded channels. * Fixed render pass dimension issue. * Fixed Transmission input issue. * Fixed Preview render. * Performance drop fix. * Refactored gl.py to gpu.py and removed redundant bgl code. * Removed entire gpu.py. Moved set_image method to ViewportEngine. * Improved node category registration. Added register_rpr_node_categories, unregister_rpr_node_categories with condition for blender version >=4.0 * Code improvements
- Loading branch information
Showing
17 changed files
with
266 additions
and
424 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.