CommandRecorder2.8
CommandRecorder2.8 copied to clipboard
Not working in 2.81
The plugin doesn't seem to work in 2.81.
Any chance this will be fixed?
Cheers.
Probably related to this issue : https://github.com/armory3d/armory/issues/1490
I got it working by replacing bpy.ops.ui.reports_to_textblock
Download here : https://github.com/RivinHD/CommandRecorder2.8
Nice, Thanks @RivinHD ! :-) Its working nicely in Blender 2.82. For anyone downloading: https://github.com/RivinHD/CommandRecorder2.8/archive/master.zip Remember to rename the folder inside the zip so its named CommandRecorder, and nothing more, or you will get an error when trying to activate the plugin.
Doesn't work in 2.82 as well
I made a pull request that fixes the issue: https://github.com/Muthird/CommandRecorder2.8/pull/7 credits for fixing to RivinHD
Nice, Thanks @RivinHD ! :-) Its working nicely in Blender 2.82. For anyone downloading: https://github.com/RivinHD/CommandRecorder2.8/archive/master.zip Remember to rename the folder inside the zip so its named CommandRecorder, and nothing more, or you will get an error when trying to activate the plugin.
It's awesome to find a cool add-on like this then finding out it's broken but already has such a simple fix. Thank you
Thanks to @RivinHD
This works for me:
- Download repository as zip and install as addon in Blender.
- The folder under \scripts\addons\ needs to be renamed exactly "CommandRecorder-master" (see code in CommandRecorder.py line 338).
Thank you @Muthird this helps a lot in developing scripts for Blender!