From a78373ddc2c1123b13161da2037a16c40a3c4b26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sat, 29 Jun 2019 21:22:15 +0200 Subject: doc: Remove null default values that can't be determined Applying #30187. --- modules/csg/doc_classes/CSGPolygon.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'modules/csg') diff --git a/modules/csg/doc_classes/CSGPolygon.xml b/modules/csg/doc_classes/CSGPolygon.xml index a65a363a51..48f5d730cc 100644 --- a/modules/csg/doc_classes/CSGPolygon.xml +++ b/modules/csg/doc_classes/CSGPolygon.xml @@ -20,22 +20,22 @@ Extrusion mode. - + If [code]true[/code] the u component of our uv will continuously increase in unison with the distance traveled along our path when [member mode] is [constant MODE_PATH]. - + Interval at which a new extrusion slice is added along the path when [member mode] is [constant MODE_PATH]. - + If [code]true[/code] the start and end of our path are joined together ensuring there is no seam when [member mode] is [constant MODE_PATH]. - + If [code]false[/code] we extrude centered on our path, if [code]true[/code] we extrude in relation to the position of our CSGPolygon when [member mode] is [constant MODE_PATH]. - + The [Shape] object containing the path along which we extrude when [member mode] is [constant MODE_PATH]. - + The method by which each slice is rotated along the path when [member mode] is [constant MODE_PATH]. @@ -44,10 +44,10 @@ Generates smooth normals so smooth shading is applied to our mesh. - + Degrees to rotate our extrusion for each slice when [member mode] is [constant MODE_SPIN]. - + Number of extrusion when [member mode] is [constant MODE_SPIN]. -- cgit v1.2.3