H-uru / korman

Blender plugin for creating ages for Cyan Worlds' proprietary Plasma engine and its open source variant, CyanWorlds.com Engine.
GNU General Public License v3.0
34 stars 17 forks source link

Add xSitCam.py functionality to Sitting Modifier #347

Closed DoobesURU closed 1 year ago

DoobesURU commented 2 years ago

Adds new scripting to Sitting Modifier to use xSitCam.py if a camera is selected.

Note that, as of the first commit, the camera object does not attach to the proper node in the Python file script node and I'm not entirely sure why. EDIT: This has since been fixed (see comment below).

Hoikas commented 2 years ago

I like this idea. I'll read the code soon to see if there are any issues that are readily apparent.

DoobesURU commented 2 years ago

Just found out why the Scene Object wasn't attaching to the script. Simple matter of capitalization (or lack thereof) in ptAttribSceneobject. Because of course it was. 😛

From what I can tell, the new addition to the mod is now working properly and is ready for testing and potential merging!

DoobesURU commented 2 years ago

Thanks for the feedback, @Hoikas ! I implemented your suggestions above. If there's others on the other three, I'll get at 'em after work.