{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":306386316,"defaultBranch":"master","name":"BlenderUSDHydraAddon","ownerLogin":"GPUOpen-LibrariesAndSDKs","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-10-22T15:48:30.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/15324950?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1701283839.0","currentOid":""},"activityList":{"items":[{"before":"450b09dfabb61e89e5032e9eccfaa1d4b407941c","after":"3128c2f96a696e253993516cf71632fe0b29256d","ref":"refs/heads/master","pushedAt":"2023-11-15T07:34:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"radeonprorender","name":null,"path":"/radeonprorender","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32362201?s=80&v=4"},"commit":{"message":"buildmaster: version update to 3.0.0","shortMessageHtmlLink":"buildmaster: version update to 3.0.0"}},{"before":"b615b16d8e05792ae7e705a9484237f6d0bf3050","after":"450b09dfabb61e89e5032e9eccfaa1d4b407941c","ref":"refs/heads/master","pushedAt":"2023-11-14T19:36:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"radeonprorender","name":null,"path":"/radeonprorender","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32362201?s=80&v=4"},"commit":{"message":"buildmaster: version update to 2.1.1","shortMessageHtmlLink":"buildmaster: version update to 2.1.1"}},{"before":"b4605c9f2e01cce4d053d50eef85374f878c426a","after":"b615b16d8e05792ae7e705a9484237f6d0bf3050","ref":"refs/heads/master","pushedAt":"2023-11-14T19:32:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"bsavery","name":null,"path":"/bsavery","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1892220?s=80&v=4"},"commit":{"message":"RenderStudio integration (#299)\n\n* BLEN-577: Move code from ResolverBlenderAddon to BlenderUSDHydraAddon (#283)\r\n\r\nPURPOSE\r\nInitial implementation\r\nMove code from ResolverBlenderAddon to BlenderUSDHydraAddon\r\n\r\nTECHNICAL STEPS\r\nOnly Windows support at this point.\r\n\r\nAdded submodules deps/Boost, deps/RenderStudioKit.\r\nAdded ResolverBlenderAddon source code to `src/resolver'.\r\nUpdated build script with methods resolver, zip_rs_addon, boost and flags -rs, -rs-addon, -boost respectively:\r\n-rs - building RenderStudioKit libs,\r\n-rs_addon - Creating zip addon,\r\n-boost - building Boost 1.80.0 libs, it's required only boost::python and boost::log, we build our own boost as far as boost::log (mandatory for RenderStudioKit ) is not provided within Blender libs.\r\nWe can build RenderStudioResolver addon using flags:\r\n-all or -materialx -usd -boost -rs -rs-addon\r\n\r\nRenderStudioKit also requires dependency OpenSSL which is currently linked from %ProgramFiles% / OpenSSL-Win64.\r\n\r\n* BLEN-579: Use USD stage exported from Blender (#284)\r\n\r\n### PURPOSE\r\nUse USD stage exported from Blender.\r\n\r\n### EFFECT OF CHANGE\r\nAdded Connect/Disconnect button to UI.\r\nRemoved User ID from UI.\r\n\r\n### TECHNICAL STEPS\r\nUsd filename is generated using `used_id` and blender filepath and is saved at `render_studio_dir` (~/Documents/AMD RenderStudion Nome)\r\n* Removed `RESOLVER_object_properties`. And made code adjustments.\r\n* Removed `user_id` from UI and its property as well.\r\n* Removed operators: `RESOLVER_OP_process_live_update`, `RESOLVER_OP_open_stage_uri`, `RESOLVER_OP_import_stage` and adjusted ui.\r\n* Removed redundant function `get_transform_local`.\r\n* Added `render_studio_dir` and `user_id` to config.\r\n* Added operators: `RESOLVER_OP_connect`, `RESOLVER_OP_disconnect`.\r\n* Added methods `connect`, `disconnect`, `connect_server`, `export_scene`, `open_usd`, property `is_connected`.\r\n* Removed redundant code.\r\n\r\n* BLEN-581: Move connect button into Header of Collection panel and Render addons panel as subpanel (#285)\r\n\r\nPURPOSE\r\nMove connect button into Header of Collection panel and Render addons panel as subpanel.\r\n\r\nEFFECT OF CHANGE\r\nAdded Connect/Disconnect button to outliner header.\r\nMoved RenderStudio Resolver panel to Render section.\r\n\r\nTECHNICAL STEPS\r\nFixed error related to handlers while disabling the addon.\r\n\r\nRenamed RS_RESOLVER_PT_resolver and moved it to the render section.\r\nAdded function draw_button and prepended it to outliner header.\r\nRemoved UI elements liveUrl, storageUrl, channelId, usd_path.\r\nChange unregistration order in ui.py.\r\nMoved server_url, storage_url, channel_id to config.py\r\nCode improvements.\r\n\r\n* BLEN-578, BLEN-580: Make RenderStudio addon as part of BlenderUSDHydra addon (#287)\r\n\r\n### PURPOSE\r\nUnify hydrarpr and render_studio addons into one hydrarpr addon.\r\n\r\n### TECHNICAL STEPS\r\n1. `build.py`:\r\n - moved render_studio addon into `zip_addon()`\r\n - improved versioning\r\n - make getting OPENSSL_ROOT_DIR from env variables, renamed RenderStudio build to `bin/render_studio` \r\n - improved build process\r\n2. Moved files: `src/resolver/*` -> `src/hydrarpr/render_studio`, `src/resolver/logging.py` -> `src/hydrarpr`\r\n3. Adjusted addon registration with RenderStudio.\r\n\r\n* BLEN-585: Update RenderStudiKit submodule to enable file synchronization (#288)\r\n\r\nPURPOSE\r\nUpdate RenderStudiKit submodule to enable file synchronization\r\n\r\nTECHNICAL STEPS\r\nUpdate RenderStudioKit submodule.\r\nAdjusted code according to the RenderStudioKit API\r\nRemoved redundant sync method.\r\n\r\n* Fix after merge\r\n\r\n* BLEN-587: Move resolver functionality from properties.py to resolver.py (#289)\r\n\r\nPURPOSE\r\nMove resolver functionality from properties.py to resolver.py.\r\n\r\nTECHNICAL STEPS\r\nRefactored property.py to resolver.py.\r\nMoved functionality to RS_Resolver class.\r\nImplemented register, and unregister function for resolver.py.\r\nAdded constants to resolver.py: STORAGE_DIR, USER_ID, SERVER_URL, STORAGE_URL, CHANNEL_ID.\r\nAdded update_button method to update the button in the header according to the one in the panel and vice-versa.\r\nRemoved property.py.\r\nRemoved config.py.\r\nAdjusted code according to refactoring.\r\nLogging improvements.\r\n\r\n* BLEN-586: Move addon settings to preferences. (#290)\r\n\r\nPURPOSE\r\nMove addon settings to preferences.\r\n\r\nTECHNICAL STEPS\r\nImplemented class RPR_HYDRA_ADDON_PT_preferences.\r\nAdded properties rs_storage_dir, rs_server_url, rs_storage_url, rs_user_id, rs_channel_id.\r\nAdded support of configdev.py.\r\nAdded configdev.py to .gitignore.\r\nCode adjustments.\r\n\r\n* BLEN-588: Update RenderStudio panel design (#291)\r\n\r\nPURPOSE\r\nUpdate RenderStudio panel design to fit file synchronization needs.\r\n\r\nEFFECT OF CHANGE\r\nRenamed titles of preferences and panel to AMD RenderStudio.\r\nAdded checkbox Live Sync to toggle between manual and automatic Usd export.\r\nAdded button Sync Scene, Start Live Sync, Stop Live Sync.\r\nRemoved button Export Stage to Console\r\nRemoved Connect/Disconnect button from Outliner header.\r\n\r\n* BLEN-589: Update RenderStudioKit (#292)\r\n\r\nAdjusted build process for changes in https://github.com/Radeon-Pro/RenderStudioKit/tree/bnagirniak/blender-support-python\r\n\r\n* BLEN-600: Implement file synchronization (#293)\r\n\r\nAdjusted code according to the RenderStudioKit API.\r\nRemove redundant UI elements from Preferences.\r\nFix: turned off live sync if it's not enabled.\r\n\r\n* BLEN-582: Add scene update handlers: Live sync mode. (#295)\r\n\r\nMoved handlers to start_live_mode and stop_live_mode methods respectively.\r\nRemoved register method and improved unregister.\r\nFixed: if disable Live Sync it still performs sync, now it stops live sync.\r\n\r\n* BLEN-602: Make file sync path more human readable. Add more sync settings (#294)\r\n\r\nAdded property rs_enable to register/unregister render_studio.\r\nAdded property rs_file_format to set extension for sync file.\r\nAdded Usd Settings panel to expose usd export settings.\r\nSet the default Storage Dir to `../AppData/Roaming/AMD RenderStudio`.\r\nRemoved Status.\r\n\r\nCo-authored-by: Bogdan Nagirniak \r\n\r\n* BLEN- 605: Code and UI Improvements (#296)\r\n\r\nPURPOSE\r\nSome code cleanup and UI improvements are required\r\n\r\nTECHNICAL STEPS\r\nImproved Resolver class, simplified some code.\r\nImproved Preferences.\r\nImproved working with configdev.py.\r\nImproved UI updates, fixed some bugs.\r\n\r\n* BLEN-606: Add support for workspace URL (#297)\r\n\r\nAdded ability to set up Workspace URL (remote server address)\r\nUpdate RenderStudioKit submodule with Custom workspace URL Radeon-Pro/RenderStudioKit#19.\r\nUI alignment improvements.\r\nRemoved Relative Paths, it is True by default.\r\n\r\n* Updated RenderStudioKit\r\n\r\n* Small fixes\r\n\r\n* Fix build of the addon for Linux and MacOS (#300)\r\n\r\nTECHNICAL STEPS\r\nHide RenderStudio preferences for Linux and MacOS.\r\nDisabled RenderStudioKit and Boost build for Linux And MacOS.\r\nFixed Python dependency.\r\n\r\n* Typo.\r\n\r\n* Fix for -all.\r\n\r\n* Make Boost builds against Blender's Python.\r\n\r\n* BLEN-607: Implemented World sync via USDHook (#298)\r\n\r\nImplemented World sync via USDHook.\r\nAdded NodeParser and basic Nodes.\r\nImplemented export of World's image.\r\n\r\n* BLEN-611: Add support for RenderStudioWatchdog service (#302)\r\n\r\nAdded Python deps to requirements.txt.\r\n\r\nAdjusted and improved the build script.\r\n\r\nChanged default workspacedir to %ProgramData%/AMD/AMD RenderStudio/Workspace.\r\n\r\nUpdated RenderStudioKit SDK\r\n\r\n\r\n---------\r\n\r\nCo-authored-by: Bogdan Nagirniak \r\n\r\n* Adde fastapi to requirements for RenderStudio. Removed some requirements\r\n\r\n* BLEN-613: Implement connection status via RenderStudioNotice API (#303)\r\n\r\nSwitched is_connected to utilize RenderStudioNotice API.\r\nUI improvements.\r\nAdded poll method to Operators.\r\n\r\n---------\r\n\r\nCo-authored-by: Bogdan Nagirniak \r\n\r\n* Fixed bug with is_live_sync. Set RenderStudioKit to PR Agurov/standalone\r\n\r\n* Updated RenderStudioKit\r\n\r\n* BLEN-615: Update RenderStudioKit submodule (#305)\r\n\r\nUpdated RenderStudioKit submodule.\r\nAdjusted build script to latest RenderStudioKit.\r\n\r\n* Updated RenderStudioKit, default workspace dir. Improvements in build.py\r\n\r\n* Updated RenderStudioKit, hided Workspace dir from UI.\r\n\r\n* Improvements\r\n\r\n* Fixed export path.\r\n\r\n* Reverted install python deps.\r\nSet to install python deps to blender python.\r\nChanged Script dir to blender lib dir.\r\n\r\n* Fixed Python executable to blender python.\r\n\r\n* Switched Nuitka to msvc=14.2\r\n\r\n---------","shortMessageHtmlLink":"RenderStudio integration (#299)"}},{"before":"68ddce72b726dbf37e3939fd153d0d99d97f56e5","after":"9283d9384c165bec342ded5734fdc73b268e3ba1","ref":"refs/heads/render-studio","pushedAt":"2023-11-14T13:50:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"VascoPi","name":"Vasyl Pidhirskyi","path":"/VascoPi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42581166?s=80&v=4"},"commit":{"message":"Switched Nuitka to msvc=14.2","shortMessageHtmlLink":"Switched Nuitka to msvc=14.2"}},{"before":"3819b0a14e545848166b71a464554c7492676b96","after":"ec4f33b78fe20bd84d64c43e235e291c7330e108","ref":"refs/heads/compiler_test","pushedAt":"2023-11-14T12:32:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"VascoPi","name":"Vasyl Pidhirskyi","path":"/VascoPi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42581166?s=80&v=4"},"commit":{"message":"Switched to --msvc=14.2","shortMessageHtmlLink":"Switched to --msvc=14.2"}},{"before":null,"after":"3819b0a14e545848166b71a464554c7492676b96","ref":"refs/heads/compiler_test","pushedAt":"2023-11-14T10:33:46.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"VascoPi","name":"Vasyl Pidhirskyi","path":"/VascoPi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42581166?s=80&v=4"},"commit":{"message":"Compiler test.","shortMessageHtmlLink":"Compiler test."}},{"before":"6eaceb10344cf40c91dd70528ffe1632b855caf9","after":"68ddce72b726dbf37e3939fd153d0d99d97f56e5","ref":"refs/heads/render-studio","pushedAt":"2023-11-13T21:36:46.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"VascoPi","name":"Vasyl Pidhirskyi","path":"/VascoPi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42581166?s=80&v=4"},"commit":{"message":"Fixed Python executable to blender python.","shortMessageHtmlLink":"Fixed Python executable to blender python."}},{"before":"3a5ab06c590578f4326f9ba8c7ef663f04186b70","after":"6eaceb10344cf40c91dd70528ffe1632b855caf9","ref":"refs/heads/render-studio","pushedAt":"2023-11-13T16:08:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"VascoPi","name":"Vasyl Pidhirskyi","path":"/VascoPi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42581166?s=80&v=4"},"commit":{"message":"Fixed export path.","shortMessageHtmlLink":"Fixed export path."}},{"before":"f2be4ac916e885fed11ae079f671db024d696904","after":"3a5ab06c590578f4326f9ba8c7ef663f04186b70","ref":"refs/heads/render-studio","pushedAt":"2023-11-13T14:23:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bnagirniak","name":"Bogdan Nagirniak","path":"/bnagirniak","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33626169?s=80&v=4"},"commit":{"message":"Improvements","shortMessageHtmlLink":"Improvements"}},{"before":"a234616cae46a2c44c332fbf81d7b2b25bb53fbd","after":"f2be4ac916e885fed11ae079f671db024d696904","ref":"refs/heads/render-studio","pushedAt":"2023-11-13T11:50:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bnagirniak","name":"Bogdan Nagirniak","path":"/bnagirniak","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33626169?s=80&v=4"},"commit":{"message":"Updated RenderStudioKit, hided Workspace dir from UI.","shortMessageHtmlLink":"Updated RenderStudioKit, hided Workspace dir from UI."}},{"before":"3edff8f79029e43a725db3d137a760f27197cfc7","after":"a234616cae46a2c44c332fbf81d7b2b25bb53fbd","ref":"refs/heads/render-studio","pushedAt":"2023-11-11T08:32:14.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"bnagirniak","name":"Bogdan Nagirniak","path":"/bnagirniak","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33626169?s=80&v=4"},"commit":{"message":"Merge branch 'master' into render-studio","shortMessageHtmlLink":"Merge branch 'master' into render-studio"}},{"before":"4565a376f2a705deedcf50866851cf3f82d8113c","after":"b4605c9f2e01cce4d053d50eef85374f878c426a","ref":"refs/heads/master","pushedAt":"2023-11-08T19:39:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"radeonprorender","name":null,"path":"/radeonprorender","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32362201?s=80&v=4"},"commit":{"message":"buildmaster: version update to 2.1.0","shortMessageHtmlLink":"buildmaster: version update to 2.1.0"}},{"before":"23da22a87cf8d856c9f27f379d099d670aeadc5b","after":"4565a376f2a705deedcf50866851cf3f82d8113c","ref":"refs/heads/master","pushedAt":"2023-11-08T16:55:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"radeonprorender","name":null,"path":"/radeonprorender","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32362201?s=80&v=4"},"commit":{"message":"buildmaster: version update to 2.0.8","shortMessageHtmlLink":"buildmaster: version update to 2.0.8"}},{"before":"f10fd3e83dfd1fe8611d17140c3c384cbdf0e2ad","after":"23da22a87cf8d856c9f27f379d099d670aeadc5b","ref":"refs/heads/master","pushedAt":"2023-11-08T16:52:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"bsavery","name":null,"path":"/bsavery","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1892220?s=80&v=4"},"commit":{"message":"Updated RadeonProRenderUSD with latest Core 3.1.4 (#306)\n\n* Updated RadeonProRenderUSD submodule\r\n\r\n* Updated with latest RadeonProRenderUSD.\r\n\r\n* Removed support from bl_info.","shortMessageHtmlLink":"Updated RadeonProRenderUSD with latest Core 3.1.4 (#306)"}},{"before":"4e43c45ec96dade7b977c702b7b443f3c4b0cfcd","after":"f10fd3e83dfd1fe8611d17140c3c384cbdf0e2ad","ref":"refs/heads/master","pushedAt":"2023-11-07T21:44:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"radeonprorender","name":null,"path":"/radeonprorender","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32362201?s=80&v=4"},"commit":{"message":"buildmaster: version update to 2.0.7","shortMessageHtmlLink":"buildmaster: version update to 2.0.7"}},{"before":"a7ca0fde239cd6946e820a1eb5607f0ac3badb86","after":"4e43c45ec96dade7b977c702b7b443f3c4b0cfcd","ref":"refs/heads/master","pushedAt":"2023-11-07T21:43:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"bsavery","name":null,"path":"/bsavery","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1892220?s=80&v=4"},"commit":{"message":"Added flag /ZI (#304)","shortMessageHtmlLink":"Added flag /ZI (#304)"}},{"before":"0f25dcf2954a3d42168cc20a6b0cb081ea880373","after":"3edff8f79029e43a725db3d137a760f27197cfc7","ref":"refs/heads/render-studio","pushedAt":"2023-11-07T16:56:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bnagirniak","name":"Bogdan Nagirniak","path":"/bnagirniak","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33626169?s=80&v=4"},"commit":{"message":"Updated RenderStudioKit, default workspace dir. Improvements in build.py","shortMessageHtmlLink":"Updated RenderStudioKit, default workspace dir. Improvements in build.py"}},{"before":"9ce5b2d343cbb52646d38875573053a186439110","after":"0f25dcf2954a3d42168cc20a6b0cb081ea880373","ref":"refs/heads/render-studio","pushedAt":"2023-11-06T11:52:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"bnagirniak","name":"Bogdan Nagirniak","path":"/bnagirniak","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33626169?s=80&v=4"},"commit":{"message":"BLEN-615: Update RenderStudioKit submodule (#305)\n\nUpdated RenderStudioKit submodule.\r\nAdjusted build script to latest RenderStudioKit.","shortMessageHtmlLink":"BLEN-615: Update RenderStudioKit submodule (#305)"}},{"before":"e5ccd8631f6bdcdcdaf942343864fd388716618b","after":"9ce5b2d343cbb52646d38875573053a186439110","ref":"refs/heads/render-studio","pushedAt":"2023-11-02T09:53:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bnagirniak","name":"Bogdan Nagirniak","path":"/bnagirniak","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33626169?s=80&v=4"},"commit":{"message":"Updated RenderStudioKit","shortMessageHtmlLink":"Updated RenderStudioKit"}},{"before":"09b00fd91c44fe68076d3a1c2e810e81c561eaf0","after":"e5ccd8631f6bdcdcdaf942343864fd388716618b","ref":"refs/heads/render-studio","pushedAt":"2023-10-31T08:32:51.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"bnagirniak","name":"Bogdan Nagirniak","path":"/bnagirniak","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33626169?s=80&v=4"},"commit":{"message":"Merge branch 'master' into render-studio","shortMessageHtmlLink":"Merge branch 'master' into render-studio"}},{"before":"e93efa36c7a19a4f4eebc0dcaeebf80aef1a9fca","after":"a7ca0fde239cd6946e820a1eb5607f0ac3badb86","ref":"refs/heads/master","pushedAt":"2023-10-30T16:33:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"radeonprorender","name":null,"path":"/radeonprorender","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32362201?s=80&v=4"},"commit":{"message":"buildmaster: version update to 2.0.6","shortMessageHtmlLink":"buildmaster: version update to 2.0.6"}},{"before":"3073177e68302c668f6f33417b06cb57c95b5e4d","after":"e93efa36c7a19a4f4eebc0dcaeebf80aef1a9fca","ref":"refs/heads/master","pushedAt":"2023-10-30T16:31:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"bsavery","name":null,"path":"/bsavery","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1892220?s=80&v=4"},"commit":{"message":"Updated RadeonProRenderUSD with latest Core (#301)\n\n* Updated RadeonProRenderUSD to latest master. Updated HdRPR patch as hdrpr.diff.\r\nAdjusted build.py.\r\n\r\n* Updated RadeonProRenderUSD with latest Core 1.3.4\r\n\r\n* Updated deps/RadeonProRenderUSD to latest master with new Core.\r\nAdjusted hdrpr.diff.\r\n\r\n* Fixed hdrpr.diff with MatX changes\r\n\r\n* Fixed hdrpr.diff","shortMessageHtmlLink":"Updated RadeonProRenderUSD with latest Core (#301)"}},{"before":"a5db04b3c65ed0f652b663724beda79ce6d9adab","after":"09b00fd91c44fe68076d3a1c2e810e81c561eaf0","ref":"refs/heads/render-studio","pushedAt":"2023-10-30T14:55:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bnagirniak","name":"Bogdan Nagirniak","path":"/bnagirniak","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33626169?s=80&v=4"},"commit":{"message":"Fixed bug with is_live_sync. Set RenderStudioKit to PR Agurov/standalone","shortMessageHtmlLink":"Fixed bug with is_live_sync. Set RenderStudioKit to PR Agurov/standalone"}},{"before":"fee549bea3040011e9bd9bef7eabfe70e6192d13","after":"a5db04b3c65ed0f652b663724beda79ce6d9adab","ref":"refs/heads/render-studio","pushedAt":"2023-10-27T16:16:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"bnagirniak","name":"Bogdan Nagirniak","path":"/bnagirniak","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33626169?s=80&v=4"},"commit":{"message":"BLEN-613: Implement connection status via RenderStudioNotice API (#303)\n\nSwitched is_connected to utilize RenderStudioNotice API.\r\nUI improvements.\r\nAdded poll method to Operators.\r\n\r\n---------\r\n\r\nCo-authored-by: Bogdan Nagirniak ","shortMessageHtmlLink":"BLEN-613: Implement connection status via RenderStudioNotice API (#303)"}},{"before":"4233c2ee4ee4537c8cee8052f03159d6e77eeda5","after":"fee549bea3040011e9bd9bef7eabfe70e6192d13","ref":"refs/heads/render-studio","pushedAt":"2023-10-27T11:54:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bnagirniak","name":"Bogdan Nagirniak","path":"/bnagirniak","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33626169?s=80&v=4"},"commit":{"message":"Adde fastapi to requirements for RenderStudio. Removed some requirements","shortMessageHtmlLink":"Adde fastapi to requirements for RenderStudio. Removed some requirements"}},{"before":"07a71d3b543bdb0ee228f01e632a2f65f6d964a2","after":"4233c2ee4ee4537c8cee8052f03159d6e77eeda5","ref":"refs/heads/render-studio","pushedAt":"2023-10-27T05:14:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"bnagirniak","name":"Bogdan Nagirniak","path":"/bnagirniak","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33626169?s=80&v=4"},"commit":{"message":"BLEN-611: Add support for RenderStudioWatchdog service (#302)\n\nAdded Python deps to requirements.txt.\n\nAdjusted and improved the build script.\n\nChanged default workspacedir to %ProgramData%/AMD/AMD RenderStudio/Workspace.\n\nUpdated RenderStudioKit SDK\n\n\n---------\n\nCo-authored-by: Bogdan Nagirniak ","shortMessageHtmlLink":"BLEN-611: Add support for RenderStudioWatchdog service (#302)"}},{"before":"38fe0310d9442f3da94a092444a750f1710223ee","after":"07a71d3b543bdb0ee228f01e632a2f65f6d964a2","ref":"refs/heads/render-studio","pushedAt":"2023-10-26T12:15:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"bnagirniak","name":"Bogdan Nagirniak","path":"/bnagirniak","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33626169?s=80&v=4"},"commit":{"message":"BLEN-607: Implemented World sync via USDHook (#298)\n\nImplemented World sync via USDHook.\r\nAdded NodeParser and basic Nodes.\r\nImplemented export of World's image.","shortMessageHtmlLink":"BLEN-607: Implemented World sync via USDHook (#298)"}},{"before":"55e1fe4bdf8a1cab05cb50e041ffa5f771d52069","after":"38fe0310d9442f3da94a092444a750f1710223ee","ref":"refs/heads/render-studio","pushedAt":"2023-10-25T15:34:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"VascoPi","name":"Vasyl Pidhirskyi","path":"/VascoPi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42581166?s=80&v=4"},"commit":{"message":"Make Boost builds against Blender's Python.","shortMessageHtmlLink":"Make Boost builds against Blender's Python."}},{"before":"ab2a5c43a92edb28501730fb8fa459e3feffd9a1","after":"55e1fe4bdf8a1cab05cb50e041ffa5f771d52069","ref":"refs/heads/render-studio","pushedAt":"2023-10-25T07:34:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"VascoPi","name":"Vasyl Pidhirskyi","path":"/VascoPi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42581166?s=80&v=4"},"commit":{"message":"Fix for -all.","shortMessageHtmlLink":"Fix for -all."}},{"before":"eb8908cab7b743de5dce457363b569b65876c1aa","after":"ab2a5c43a92edb28501730fb8fa459e3feffd9a1","ref":"refs/heads/render-studio","pushedAt":"2023-10-24T19:32:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"VascoPi","name":"Vasyl Pidhirskyi","path":"/VascoPi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42581166?s=80&v=4"},"commit":{"message":"Typo.","shortMessageHtmlLink":"Typo."}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADr3jixAA","startCursor":null,"endCursor":null}},"title":"Activity · GPUOpen-LibrariesAndSDKs/BlenderUSDHydraAddon"}