Stray "forward" and "up" options in 2.8 import addons? #58772

Closed
opened 2018-12-05 08:30:16 +01:00 by Per · 5 comments

System Information
Operating system: MacOS High Sierra 10.13.6
Graphics card:

Blender Version
blender2.8, December 04, 00:11:08, 1b6a394d862

Short description of error
Import add-ons in 2.8 seem to show stray Forward and Up options that are not there in 2.79

Exact steps for others to reproduce the error

  1. In Blender 2.79, select File > Import > SVG
  2. Notice that the properties panel in the bottom left corner says No properties
  3. In Blender 2.8, select File > Import > SVG
  4. Notice that the properties panel has Forward and Up options, that probably shouldn't be there?

I also see these stray options when running my fSpy Blender import add-on in 2.8, the operator of which is created like this: https://github.com/stuffmatic/fSpy-Blender/blob/master/fspy_blender/addon.py#L28

**System Information** Operating system: MacOS High Sierra 10.13.6 Graphics card: **Blender Version** blender2.8, December 04, 00:11:08, 1b6a394d862 **Short description of error** Import add-ons in 2.8 seem to show stray `Forward` and `Up` options that are not there in 2.79 **Exact steps for others to reproduce the error** 1. In Blender 2.79, select File > Import > SVG 2. Notice that the properties panel in the bottom left corner says `No properties` 3. In Blender 2.8, select File > Import > SVG 4. Notice that the properties panel has `Forward` and `Up` options, that probably shouldn't be there? I also see these stray options when running my fSpy Blender import add-on in 2.8, the operator of which is created like this: https://github.com/stuffmatic/fSpy-Blender/blob/master/fspy_blender/addon.py#L28
Author

Added subscriber: @stuffmatic

Added subscriber: @stuffmatic
Per changed title from Stray "forward" and "up" options in import addons to Stray "forward" and "up" options in import addons? 2018-12-05 08:30:40 +01:00
Per changed title from Stray "forward" and "up" options in import addons? to Stray "forward" and "up" options in 2.8 import addons? 2018-12-05 08:36:26 +01:00

Added subscriber: @mont29

Added subscriber: @mont29
Bastien Montagne self-assigned this 2018-12-05 10:55:17 +01:00

Very interesting side-effect of using annotations (fields) syntax in dynamic extension of a class definition (through decorator)... Will add detailed technical explanations to https://blender.stackexchange.com/questions/118118/blender-2-8-field-property-declaration-and-dynamic-class-creation

Very interesting side-effect of using annotations (fields) syntax in dynamic extension of a class definition (through decorator)... Will add detailed technical explanations to https://blender.stackexchange.com/questions/118118/blender-2-8-field-property-declaration-and-dynamic-class-creation

This issue was referenced by blender/blender@74361eebe6

This issue was referenced by blender/blender@74361eebe68c03e73e2b3587988c9d68bd742fe0

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#58772
No description provided.