Field distance attribute does not scale with the block
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am trying to create a block with an array action and also a field that will tell me how many objects are in my array.
It works well if I use the block on a project that uses the same unit factor that I used for creating the block.
The problem starts when I scale the block to a different unit factor. While the array still works fine the field part does not. Exemple: the initial distance is set to 33cm, and the field distance returns correctly the number of arrays. If the new scale is meters, now I would have to make an array of 3.3 meters so that the field distance would return the value 1, as in my block has only 1 array in it even though my block has 33 arrays.
If I recreate the field distance and use the scale unit of the file I am working on it works fine, but it becomes tedious to modify all the attributes in my blocks to all the scale factors of different projects.
My question is, how can I make the field distance to change scale automaticaly when I change my block's scale?