import traceback
traceback.print_exc()
self.report({'ERROR'},
- "Image editor could not be launched, please ensure that "
+ "Image editor could not be launched, ensure that "
"the path in User Preferences > File is valid, and Blender has rights to launch it")
return {'CANCELLED'}
layout.template_color_ramp(tex, "color_ramp", expand=True)
else:
layout.alignment = 'RIGHT'
- layout.label(text="Please enable the Color Ramp first")
+ layout.label(text="Enable the Color Ramp first")
class TEXTURE_PT_custom_props(TextureButtonsPanel, PropertyPanel, Panel):
row = box.row()
row.label(text="Multiple add-ons with the same name found!")
row.label(icon='ERROR')
- box.label(text="Please delete one of each pair:")
+ box.label(text="Delete one of each pair to resolve:")
for (addon_name, addon_file, addon_path) in addon_utils.error_duplicates:
box.separator()
sub_col = box.column(align=True)
return theme_id;
}
-/* XXX This is utter shit, better find something more general */
+/* XXX This is very stupid, better find something more general. */
float *DRW_color_background_blend_get(int theme_id)
{
static float colors[11][4];
#include "testing/testing.h"
-// Keep first since utildefines defines AT which conflicts with fucking STL
+// Keep first since utildefines defines AT which conflicts with STL
#include "intern/abc_util.h"
#include "intern/abc_exporter.h"
#include "testing/testing.h"
-// Keep first since utildefines defines AT which conflicts with fucking STL
+// Keep first since utildefines defines AT which conflicts with STL
#include "intern/abc_util.h"
extern "C" {