Revision: 33841
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=33841
Author:   jhk
Date:     2010-12-21 21:25:37 +0100 (Tue, 21 Dec 2010)

Log Message:
-----------
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.

Modified Paths:
--------------
    trunk/blender/release/scripts/ui/space_view3d_toolbar.py

Modified: trunk/blender/release/scripts/ui/space_view3d_toolbar.py
===================================================================
--- trunk/blender/release/scripts/ui/space_view3d_toolbar.py    2010-12-21 
20:18:43 UTC (rev 33840)
+++ trunk/blender/release/scripts/ui/space_view3d_toolbar.py    2010-12-21 
20:25:37 UTC (rev 33841)
@@ -1298,7 +1298,7 @@
 
         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:


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to