Page Menu
Home
Search
Configure Global Search
Log In
Files
F10698
imgtooltips.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Authored By
Sergej Reich (sergof)
Nov 13 2013, 2:16 PM
Size
1 KB
Subscribers
None
imgtooltips.patch
View Options
Index: release/scripts/op/uv.py
===================================================================
--- release/scripts/op/uv.py (revision 32473)
+++ release/scripts/op/uv.py (working copy)
@@ -235,7 +235,7 @@
class ExportUVLayout(bpy.types.Operator):
- '''Export the Mesh as SVG'''
+ '''Export UV layout to file'''
bl_idname = "uv.export_layout"
bl_label = "Export UV Layout"
@@ -251,7 +251,7 @@
name="Format",
description="File format to export the UV layout to",
default='PNG')
- size = IntVectorProperty(size=2, default=(1024, 1024), min=8, max=32768)
+ size = IntVectorProperty(size=2, default=(1024, 1024), min=8, max=32768, description="Dimensions of the exported file")
@classmethod
def poll(cls, context):
Index: release/scripts/op/image.py
===================================================================
--- release/scripts/op/image.py (revision 32473)
+++ release/scripts/op/image.py (working copy)
@@ -88,7 +88,7 @@
class SaveDirty(bpy.types.Operator):
- '''Select object matching a naming pattern'''
+ '''Save all modified textures'''
bl_idname = "image.save_dirty"
bl_label = "Save Dirty"
bl_options = {'REGISTER', 'UNDO'}
@@ -109,7 +109,7 @@
class ProjectEdit(bpy.types.Operator):
- '''Select object matching a naming pattern'''
+ '''Render viewport and edit the image in an external application'''
bl_idname = "image.project_edit"
bl_label = "Project Edit"
bl_options = {'REGISTER'}
@@ -174,7 +174,7 @@
class ProjectApply(bpy.types.Operator):
- '''Select object matching a naming pattern'''
+ '''Project edited image back onto the object'''
bl_idname = "image.project_apply"
bl_label = "Project Apply"
bl_options = {'REGISTER'}
File Metadata
Details
Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
1f/cf/ff8be0bb4d4f3b99a1ea09a7d145
Event Timeline
Log In to Comment