Blender Git Loki
Git Commits -> Revision 29db910
Revision 29db910 by Tamito Kajiyama (master) February 5, 2012, 11:37 (GMT) |
Reorganization of two view map construction parameters. * Sphere radius and Kr derivative epsilon were removed from the Parameter Editor mode. Now sphere radius of 1.0 and Kr derivative epsilon of 0.0 are used by default. The rationale of the removal is two-fold: little predictability and very minor artistic values. The effects of these parameters are hard to estimate in advance, which likely leads to a frustration of users due to repeated trials and unpredicted results. Therefore, the two parameters are considered to have quite limited artistic values. Proper definitions of the two parameters more and less require the knowledge of differential geometry and would not make sense to most artists for which the Parameter Editor is intended. * Sphere radius and Kr derivative epsilon are still available in the Python Scripting mode, but now in an "advanced options" section that is disabled and hidden by default. This way new users are properly warned, while expert users with specific technical needs can enable these options if they want. The same default values mentioned above are used when the two parameters are disabled. |
Commit Details:
Full Hash: 29db9103e9c85356a057166be4f71c778cd97a45
SVN Revision: 43902
Parent Commit: 8160829
Lines Changed: +28, -16