CommandRecorder2.8 icon indicating copy to clipboard operation
CommandRecorder2.8 copied to clipboard

Not working in 2.81

Open AndreasReschGFX opened this issue 5 years ago • 8 comments

The plugin doesn't seem to work in 2.81. image

Any chance this will be fixed?

Cheers.

AndreasReschGFX avatar Oct 17 '19 14:10 AndreasReschGFX

Probably related to this issue : https://github.com/armory3d/armory/issues/1490

lbj avatar Feb 06 '20 23:02 lbj

I got it working by replacing bpy.ops.ui.reports_to_textblock Download here : https://github.com/RivinHD/CommandRecorder2.8

RivinHD avatar Feb 15 '20 21:02 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.

lbj avatar Feb 18 '20 12:02 lbj

Doesn't work in 2.82 as well image

Tymski avatar Feb 20 '20 13:02 Tymski

I made a pull request that fixes the issue: https://github.com/Muthird/CommandRecorder2.8/pull/7 credits for fixing to RivinHD

Tymski avatar Feb 20 '20 13:02 Tymski

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

AtlanVK avatar Mar 09 '20 02:03 AtlanVK

Thanks to @RivinHD

derekeden avatar Apr 22 '20 13:04 derekeden

This works for me:

  1. Download repository as zip and install as addon in Blender.
  2. 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!

hklinke avatar Jul 11 '20 21:07 hklinke