rdb
5c9705c21c
pgraph: fix crash accessing python_tags via dict property
...
Fixes #326
2018-05-24 22:44:08 +02:00
rdb
ddc45e3529
tests: fix broken test case, add more WeakNodePath comparisons
2018-05-24 22:25:20 +02:00
rdb
941fda6ec3
pgraph: fix comparisons between WeakNodePath and NodePath
...
Previously it would only work correctly if the WeakNodePath appeared on the left side of the comparison operator.
2018-05-20 15:57:23 +02:00
rdb
e0569815b5
tests: add test for prc page and one for light color temperature
2018-02-21 15:56:45 +01:00
rdb
d6cf575225
pgraph: fix LightAttrib.compose resulting in wrong on_light values
2018-01-26 14:30:21 +01:00
Mitchell Stokes
9d7896ccc4
tests: Add simple NodePath tests using PyTest
...
These tests were converted from the tests branch with some changes:
* Convert from unittest to PyTest
* Update code to use new API (LVector3 instead of Vec3, properties, etc.)
2017-11-03 17:58:53 +01:00