Changeset 629
- Timestamp:
- 11/08/16 23:49:22 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
blender-povray-animation/frams-pov-import.py
r578 r629 69 69 # "string" 70 70 return val[1:-1] 71 if val.find('.')!=-1 :71 if val.find('.')!=-1 or val.find('e')!=-1: 72 72 # floating point 73 73 return float(val)
Note: See TracChangeset
for help on using the changeset viewer.