User Tools

Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

kcproperties [2017/05/03 15:53]
kcproperties [2021/04/27 09:19] (current)
Line 1: Line 1:
 +~~NOTOC~~
 +====== Properties ======
 +Selecting an object in the [[toolgeneration_editor|Generation Editor]] or the [[tree_window|Tree Window]] shows a list of its properties in the [[toolpropertybar|Property Bar]].  These properties are the primary way to edit these objects and where you will make most of your edits while creating a model.
  
 +Objects like the Light or Fan have regular, single value properties like checkboxes and numbers.  Number properties will have sliders (if their range is clamped) or thumbwheels (if the range is not) for quick editing.
 +
 +Properties of generators and nodes, however, can be significantly more complex as explained below.
 +
 +
 +===== Generator Properties =====
 +Because [[kcgenerators|generators]] distribute properties across multiple nodes, they often have more than one value to manipulate.  Doing so provides the mechanism by which nodes can do things like being shorter at the top than the bottom or just having slightly different values of a property for the sake of random variation.  The following image shows a typical generator property.
 +
 +{{ ::generator_property.jpg?nolink |}}
 +
 +From left to right the components of the property are the name, the graphical editing device (slider or thumbwheel), the value, the variance, the [[kccurves#parent_curves|parent curve]], and the [[kccurves#profile_curves|profile curve]].
 +
 +
 +===== Node Properties =====
 +When a [[kcnodes|node]] is selected in [[kcgenerators_vs._nodes|node editing mode]], the property represents an offset to the value produced by the generator.  Similarly, the profile curve on the node (if applicable) is added to the generator profile curve.  Use node properties to make node-specific adjustments to individual tree components.  These adjustments remain in effect until the node is reset or deleted.  Changes to the generator properties do not modify these offsets.