Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanne Karhu <jhkarh@gmail.com>2010-12-21 23:25:37 +0300
committerJanne Karhu <jhkarh@gmail.com>2010-12-21 23:25:37 +0300
commit803bf8326d99fe7540410dc2e16c5907d83c1e46 (patch)
tree32eb8aa6bd0cc1bfa969cd28249b19f8607f22a8
parent6a79de7698efe45a79ff788edad8ef75da51ca3d (diff)
Better info text for particle edit
* Response to [#25314] Baked Particles point cache can not be editing in Particle Mode if Disk Cache option is enabled.
-rw-r--r--release/scripts/ui/space_view3d_toolbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/ui/space_view3d_toolbar.py b/release/scripts/ui/space_view3d_toolbar.py
index 39d590be8c8..529ec750d67 100644
--- a/release/scripts/ui/space_view3d_toolbar.py
+++ b/release/scripts/ui/space_view3d_toolbar.py
@@ -1298,7 +1298,7 @@ class VIEW3D_PT_tools_particlemode(View3DPanel, bpy.types.Panel):
if not pe.is_editable:
layout.label(text="Point cache must be baked")
- layout.label(text="to enable editing!")
+ layout.label(text="in memory to enable editing!")
col = layout.column(align=True)
if pe.is_hair: