Only search projects.blender.org
Log In
New Account
Home
My Page
Projects
Blender 2.x BF release
Summary
Activity
Tracker
SCM
Files
Blender 2.6 Bug Tracker: Browse
[#26774] Grease Pencil error?
Date:
2011-04-04 09:43
Priority:
3
State:
Closed
Submitted by:
perfection cat (
sindra1961
)
Assigned to:
Campbell Barton (campbellbarton)
Category:
None
Status:
Fixed / Closed
Relates to:
Duplicates:
Patches:
Summary:
Grease Pencil error?
Detailed description
uiItemR: property not found: GPencilLayer.active
python line lookup failed, interpreter inactive
Followup
Message
Date
: 2011-04-04 09:46
Sender
:
Campbell Barton
my bad, looking into it.
Date
: 2011-04-04 09:51
Sender
:
perfection cat
The following error is reported when converting it into Curve.
rna_uiItemR: property not found: Curve.use_mirror_x
C:\TESTBL~1\vs_build\bin\Release\2.56\scripts\startup\bl_ui\space_view3d_toolbar
.py:178
Traceback (most recent call last):
File "C:\TESTBL~1\vs_build\bin\Release\2.56\scripts\startup\bl_ui\space_view3d
_toolbar.py", line 180, in draw
sub.active = ob.data.use_mirror_x
AttributeError: 'Curve' object has no attribute 'use_mirror_x'
location:<unknown location>:-1
location:<unknown location>:-1
rna_uiItemR: property not found: Curve.show_edges
C:\TESTBL~1\vs_build\bin\Release\2.56\scripts\startup\bl_ui\space_view3d.py:2144
rna_uiItemR: property not found: Curve.show_faces
C:\TESTBL~1\vs_build\bin\Release\2.56\scripts\startup\bl_ui\space_view3d.py:2145
rna_uiItemR: property not found: Curve.show_edge_crease
C:\TESTBL~1\vs_build\bin\Release\2.56\scripts\startup\bl_ui\space_view3d.py:2146
rna_uiItemR: property not found: Curve.show_edge_bevel_weight
C:\TESTBL~1\vs_build\bin\Release\2.56\scripts\startup\bl_ui\space_view3d.py:2147
rna_uiItemR: property not found: Curve.show_edge_seams
C:\TESTBL~1\vs_build\bin\Release\2.56\scripts\startup\bl_ui\space_view3d.py:2148
rna_uiItemR: property not found: Curve.show_edge_sharp
C:\TESTBL~1\vs_build\bin\Release\2.56\scripts\startup\bl_ui\space_view3d.py:2149
rna_uiItemR: property not found: Curve.show_normal_vertex
C:\TESTBL~1\vs_build\bin\Release\2.56\scripts\startup\bl_ui\space_view3d.py:2154
rna_uiItemR: property not found: Curve.show_extra_edge_length
C:\TESTBL~1\vs_build\bin\Release\2.56\scripts\startup\bl_ui\space_view3d.py:2159
rna_uiItemR: property not found: Curve.show_extra_face_angle
C:\TESTBL~1\vs_build\bin\Release\2.56\scripts\startup\bl_ui\space_view3d.py:2160
rna_uiItemR: property not found: Curve.show_extra_face_area
C:\TESTBL~1\vs_build\bin\Release\2.56\scripts\startup\bl_ui\space_view3d.py:2161
Date
: 2011-04-04 10:06
Sender
:
perfection cat
Because keymap.items had not been changed, the appended file corrected it though it reported to Extensions.
It reports to here because it seems to relate to this problem.
Date
: 2011-04-04 11:28
Sender
:
Campbell Barton
fixed r35993. applied your fix for mesh_bsurfaces.py r1777.
I cant redo the other problem you mention, can you make sure you have up to date scripts and redo this?
If you cant redo with factory settings also give the blend file.
- closing.
Date
: 2011-04-05 03:42
Sender
:
perfection cat
The following error occurred when the following method was executed.
1.It enters EDIT-MODE.
2.It draws in free-line with Grease pencil.
3.Convert of Grease pencil is executed, and it converts it into Bezier Curve. It is a part of the appended image.
---- Blender console log ----
rna_uiItemR: property not found: Curve.show_edges
C:\TESTBL~1\vs_build\bin\Release\2.56\scripts\startup\bl_ui\space_view3d.py:2144
rna_uiItemR: property not found: Curve.show_faces
C:\TESTBL~1\vs_build\bin\Release\2.56\scripts\startup\bl_ui\space_view3d.py:2145
rna_uiItemR: property not found: Curve.show_edge_crease
C:\TESTBL~1\vs_build\bin\Release\2.56\scripts\startup\bl_ui\space_view3d.py:2146
rna_uiItemR: property not found: Curve.show_edge_bevel_weight
C:\TESTBL~1\vs_build\bin\Release\2.56\scripts\startup\bl_ui\space_view3d.py:2147
rna_uiItemR: property not found: Curve.show_edge_seams
C:\TESTBL~1\vs_build\bin\Release\2.56\scripts\startup\bl_ui\space_view3d.py:2148
rna_uiItemR: property not found: Curve.show_edge_sharp
C:\TESTBL~1\vs_build\bin\Release\2.56\scripts\startup\bl_ui\space_view3d.py:2149
rna_uiItemR: property not found: Curve.show_normal_vertex
C:\TESTBL~1\vs_build\bin\Release\2.56\scripts\startup\bl_ui\space_view3d.py:2154
rna_uiItemR: property not found: Curve.show_extra_edge_length
C:\TESTBL~1\vs_build\bin\Release\2.56\scripts\startup\bl_ui\space_view3d.py:2159
rna_uiItemR: property not found: Curve.show_extra_face_angle
C:\TESTBL~1\vs_build\bin\Release\2.56\scripts\startup\bl_ui\space_view3d.py:2160
rna_uiItemR: property not found: Curve.show_extra_face_area
C:\TESTBL~1\vs_build\bin\Release\2.56\scripts\startup\bl_ui\space_view3d.py:2161
rna_uiItemR: property not found: Curve.use_mirror_x
C:\TESTBL~1\vs_build\bin\Release\2.56\scripts\startup\bl_ui\space_view3d_toolbar
.py:178
Traceback (most recent call last):
File "C:\TESTBL~1\vs_build\bin\Release\2.56\scripts\startup\bl_ui\space_view3d
_toolbar.py", line 180, in draw
sub.active = ob.data.use_mirror_x
AttributeError: 'Curve' object has no attribute 'use_mirror_x'
location:<unknown location>:-1
location:<unknown location>:-1
Attached Files:
Name
Date
Download
mesh_bsurfaces.py
2011-04-04 10:06
Download
convert.JPG
2011-04-05 03:42
Download
Changes:
Field
Old Value
Date
By
File Added
15750: convert.JPG
2011-04-05 03:42
sindra1961
status_id
Open
2011-04-04 11:28
campbellbarton
close_date
None
2011-04-04 11:28
campbellbarton
details
uiItemR: property not found: GPencilLayer.active python line lookup failed, interpreter inactive
2011-04-04 11:28
campbellbarton
Status
New
2011-04-04 11:28
campbellbarton
File Added
15731: mesh_bsurfaces.py
2011-04-04 10:06
sindra1961
assigned_to
none
2011-04-04 09:46
campbellbarton
details
uiItemR: property not found: GPencilLayer.active python line lookup failed, interpreter inactive
2011-04-04 09:46
campbellbarton