Skip to content

Commit

Permalink
fix some descriptions ending with dots
Browse files Browse the repository at this point in the history
  • Loading branch information
Theverat committed Feb 27, 2020
1 parent d45935b commit 60e917d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nodes/textures/openVDB.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def get_cachefile_name(self, domain, frame, index):
has_high_resolution: BoolProperty(name="Has High Resolution", default=False)
use_bbox_offset: BoolProperty(name="Use Bounding Box Offset", default=True)
creator: EnumProperty(name="Creator", items=creator_items, default="blender",
description="The 3D programm which generated the OpenVDB files.")
description="The 3D programm which generated the OpenVDB files")

nx: IntProperty(name="nx", description="Number of cells in x direction", default=32)
ny: IntProperty(name="ny", description="Number of cells in y direction", default=32)
Expand Down
5 changes: 3 additions & 2 deletions properties/blender_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
"Note that the random IDs of LuxCore can be greater than 32767 "
"(the ID Mask node in the compositor can't handle those numbers)"
)
DESC_EXCLUDE_FROM_RENDER = ("The object will be excluded from render. "
"Useful if you need objects to render for other engines, but not for LuxCore."
DESC_EXCLUDE_FROM_RENDER = (
"The object will be excluded from render. "
"Useful if you need objects to render for other engines, but not for LuxCore"
)

class LuxCoreObjectProps(PropertyGroup):
Expand Down

0 comments on commit 60e917d

Please sign in to comment.