Maniphest T60329

Sculpt mode - Stroke method shortcut gives an error
Closed, Archived

Assigned To
Philipp Oeser (lichtwerk)
Authored By
Bohdan Lvov (ostapblender)
Jan 8 2019, 7:41 PM
Tags
  • BF Blender
Subscribers
Bohdan Lvov (ostapblender)
Dalai Felinto (dfelinto)
Philipp Oeser (lichtwerk)

Description

System Information
Operating system: Windows 10
Graphics card: GTX970

Blender Version
Broken:
blender-2.80-91a155833e59

Short description of error

Stroke method shortcut E doesn't display menu in Sculpt Mode and just gives an error:

Traceback (most recent call last):

File "C:\blender28\2.80\scripts\startup\bl_operators\wm.py", line 526, in execute
  value = context_path_validate(context, data_path)
File "C:\blender28\2.80\scripts\startup\bl_operators\wm.py", line 79, in context_path_validate
  value = eval("context.%s" % data_path) if data_path else Ellipsis
File "<string>", line 1, in <module>

AttributeError: 'Brush' object has no attribute 'stroke_texture'

location: <unknown location>:-1

Absolutely identical to T39412

Exact steps for others to reproduce the error

  1. Select any object and switch to Sculpt Mode
  2. Press E

Event Timeline

Bohdan Lvov (ostapblender) created this task.Jan 8 2019, 7:41 PM
Dalai Felinto (dfelinto) added a subscriber: Dalai Felinto (dfelinto).Jan 8 2019, 10:02 PM

I cannot reproduce this. Not with the build you mentioned, not with the latest HEAD.
How are you "switching" to sculpt mode? via the workspace or via tab?

Also, did you run with --factory-startup?
I can't even find the string 'stroke_texture' anywhere in the code.

Bohdan Lvov (ostapblender) added a comment.EditedJan 8 2019, 10:10 PM
In T60329#596406, @Dalai Felinto (dfelinto) wrote:

I cannot reproduce this. Not with the build you mentioned, not with the latest HEAD.
How are you "switching" to sculpt mode? via the workspace or via tab?

Also, did you run with --factory-startup?
I can't even find the string 'stroke_texture' anywhere in the code.

Hm, interesting. I tried to delete configs and it worked ok anew. Deleting folder by folder I found out that issue is present only with the attached userpref.blend and startup.blend

Maybe it'll be helpful.

Philipp Oeser (lichtwerk) changed the task status from Unknown Status to Unknown Status.Jan 9 2019, 9:38 AM
Philipp Oeser (lichtwerk) claimed this task.
Philipp Oeser (lichtwerk) added a subscriber: Philipp Oeser (lichtwerk).

If this is working fine with --factory-startup and only causes an error with (outdated) preferences then this can not be considered a bug, I'm afraid...

Closing (but feel free if issues persist when you updated your preferences...)