Partly different script
1 post • Page 1 of 1
Partly different script
When you are in the script menu of multiple objects, all values unequal for the different objects are shown with a question mark, even if they are just 1 variable different. My suggestion is to combine the equal parts of a script and show only the different values with a '?'. This can make it easier to edit for example spawn script that for example only have scene.my.example1 and scene.my.example 2 different.
Example:
And
Currently simply show as '?', but my suggestion is to make it look like:
Example:
- Code: Select all
(e)=>{e.geom.density = e.geom.color(3) + scene.my.left / 2}
And
- Code: Select all
(e)=>{e.geom.density = e.geom.color(3) + scene.my.right / 2}
Currently simply show as '?', but my suggestion is to make it look like:
- Code: Select all
(e)=>{e.geom.density = e.geom.color(3) + ? / 2}
Cave Johnson wrote:Do you know who I am? I'm the man who's gonna burn your house down! With the lemons! I'm gonna get my engineers to invent a combustible lemon that burns your house down!
-

Matten - Posts: 435
- Joined: Mon Apr 05, 2010 2:03 pm
- Location: The Netherlands
1 post • Page 1 of 1
Who is online
Users browsing this forum: No registered users and 3 guests



