Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
wow really
  • Loading branch information
abrasic authored Aug 20, 2021
1 parent d43abe2 commit a8801df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BlendPresence/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def updatePresence():
"PAINT_TEXTURE": ["Texture Paint Mode", "texture_paint"],
"PAINT_VERTEX": ["Vertex Paint Mode", "vertex_paint"],
"PAINT_WEIGHT": ["Weight Paint Mode", "weight_paint"],
"PARTICLE": ["Particle Edit Mode", "weight_paint"],
"PARTICLE": ["Particle Edit Mode", "particle_edit"],
}

activeMode = bpy.context.mode
Expand Down

0 comments on commit a8801df

Please sign in to comment.