blender/release/scripts
Luca Bonavita 17bd603cbc == Area lamp UI ==
Fixes [#23152] Area light with noshadow is affected by rayshadow sampling setup (Kino Bug Reporting Sprint)
https://projects.blender.org/tracker/index.php?func=detail&aid=23152&group_id=9&atid=498

This moves the samples field so that it is visible in area lamps when noshadow is clicked, because acording to Brecht: "area lights also use the 
samples for sampling the form factor, but they are in the shadow panel, probably for area lights that button should be moved"

Also modified the sampling buttons so that only those depending on the sampling method are below the sampling method selector, while the general 
ones come first so it's immediate to see which ones are depending on the sampling method.

Also, formatted so that options for constant jitter appear below that button, so it's faster to setup.
Same for QMC which has the threshold field just below the QMC selector, and not wide as the column.

This still uses "if wide_ui else", in IRC there has been discussion about removing it but this will be done but who is in charge of it at due 
time.
2010-08-06 14:36:39 +00:00
..
io bugfix [#23194] export UVs miss the extension file 2010-08-06 01:40:54 +00:00
keyingsets bugfix [#22311] BVH Import broken 2010-05-20 17:23:37 +00:00
modules fix for missing import 2010-08-06 13:06:13 +00:00
op bugfix [#23194] export UVs miss the extension file 2010-08-06 01:40:54 +00:00
presets bugfix [#22890] Setting the Maya keymap gives python errors 2010-07-17 14:34:52 +00:00
templates bugfix [#23182] Using self.report() inside poll() gives crash 2010-08-05 16:05:30 +00:00
ui == Area lamp UI == 2010-08-06 14:36:39 +00:00