User Tools

Site Tools


more_dts

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
more_dts [2021/12/06 12:02] – ["Importing" Parameters] hnegmore_dts [2021/12/06 12:08] (current) – ["Importing" Parameters] hneg
Line 261: Line 261:
  
 Obviously each parameter "type" has to be pasted into the correct field, self-explanatory but for particles Obviously each parameter "type" has to be pasted into the correct field, self-explanatory but for particles
-  * parameters for setParticleParams go into Particle Params field +  * parameters for [[https://community.bistudio.com/wiki/setParticleParams|setParticleParams]] go into **//Particle Params//** field 
-  * parameters for setParticleRandom go into Particle Random field +  * parameters for [[https://community.bistudio.com/wiki/setParticleRandom|setParticleRandom]] go into **//Particle//** Random field 
-  * parameters for setParticleCircle go into Particle Circle field +  * parameters for [[https://community.bistudio.com/wiki/setParticleCircle|setParticleCircle]] go into **//Particle Circle//** field 
-  * parameters for setParticleFire go into Particle Fire field +  * parameters for [[https://community.bistudio.com/wiki/setParticleFire|setParticleFire]] go into **//Particle Fire//** field 
-  * parameter for setDropInterval go into Drop Interval field+  * parameter for [[https://community.bistudio.com/wiki/setDropInterval|setDropInterval]] go into **//Drop Interval//** field
  
 And for lights And for lights
-  * parameters for setLightColor go into Light Color field +  * parameters for [[https://community.bistudio.com/wiki/setLightColor|setLightColor]] go into **//Light Color//** field 
-  * parameters for setLightAmbient go into Light Ambient field +  * parameters for [[https://community.bistudio.com/wiki/setLightAmbient|setLightAmbient]] go into **//Light Ambient//** field 
-  * parameters for setLightIntensity go into Light Intensity field +  * parameters for [[https://community.bistudio.com/wiki/setLightIntensity|setLightIntensity]] go into **//Light Intensity//** field 
-  * parameter for setLightFlare go into Use Flare field +  * parameter for [[https://community.bistudio.com/wiki/setLightFlare|setLightFlare]] go into **//Use Flare//** field 
-  * parameter for setLightFlareSize go into Flare Size  field +  * parameter for [[https://community.bistudio.com/wiki/setLightFlareSize|setLightFlareSize]] go into **//Flare Size//** field 
-  * parameter for setLightFlareMaxDistance go into Flare Max Dist. Field +  * parameter for [[https://community.bistudio.com/wiki/setLightFlareMaxDistance|setLightFlareMaxDistance]] go into **//Flare Max Dist.//** Field 
-  * parameter for setLightDaylight go into Daylight field +  * parameter for [[https://community.bistudio.com/wiki/setLightDayLight|setLightDaylight]] go into **//Daylight//** field 
-  * parameters for setLightAttenuation go into Attenuation field +  * parameters for [[https://community.bistudio.com/wiki/setLightAttenuation|setLightAttenuation]] go into **//Attenuation//** field 
-  * parameter for setLightIR go into isIR field +  * parameter for [[https://community.bistudio.com/wiki/setLightIR|setLightIR]] go into **//isIR//** field 
-  * parameters for setLightConePars go into Dir Params field +  * parameters for [[https://community.bistudio.com/wiki/setLightConePars|setLightConePars]] go into **//Dir Params//** field 
-  * parameters for setLightVolumeShape go into Shape Params field+  * parameters for [[https://community.bistudio.com/wiki/setLightVolumeShape|setLightVolumeShape]] go into **//Shape Params//** field
  
 This works the same for both particle and light emitters. Let’s say you have something like this in your script: This works the same for both particle and light emitters. Let’s say you have something like this in your script:
Line 330: Line 330:
  
 It’s exactly the same method for lights, with the only exception of the export/import leaf looking a bit different. It’s exactly the same method for lights, with the only exception of the export/import leaf looking a bit different.
-<WRAP important>NOTE: the tool uses intensity as lights brightness value as setLightBrightness is depracated, so if you use setLightBrightness in your "imported" script you have two options:+<WRAP important>NOTE: the tool uses intensity as lights brightness value as setLightBrightness is outdated command, so if you use setLightBrightness in your "imported" script you have two options:
   - Change setLightBrightness into setLightIntensity and multiply the value with 3000 (brightness x 3000 = intensity)   - Change setLightBrightness into setLightIntensity and multiply the value with 3000 (brightness x 3000 = intensity)
   - just paste the brightness value into the Intensity field and hold down ``CTRL`` while pressing the **//Import//** button and the tool will do that conversion   - just paste the brightness value into the Intensity field and hold down ``CTRL`` while pressing the **//Import//** button and the tool will do that conversion
 </WRAP> </WRAP>
more_dts.1638792150.txt.gz · Last modified: 2021/12/06 12:02 by hneg