fumanshoo Posted November 17, 2012 Share Posted November 17, 2012 ^ so in that link up there, it's just a screen cap of a camera node that I made. In order to create a starting node, are you not supposed to double tap the node that you want as your starting node and then go to the camera node tab and then click on a True or False box? Quote Link to comment Share on other sites More sharing options...
Canardia Posted November 17, 2012 Share Posted November 17, 2012 I think you must enter the name of the node in the Start field. Quote ■ Ryzen 9 ■ RX 6800M ■ 16GB ■ XF8 ■ Windows 11 ■ ■ Ultra ■ LE 2.5 ■ 3DWS 5.6 ■ Reaper ■ C/C++ ■ C# ■ Fortran 2008 ■ Story ■ ■ Homepage: https://canardia.com ■ Link to comment Share on other sites More sharing options...
macklebee Posted November 17, 2012 Share Posted November 17, 2012 well the code is messed up in the info_camera_node script. it has this line: group:AddProperty("starthere","",PROPERTY_BOOL,"Start here") and it should look like this: group:AddProperty("starthere",PROPERTY_BOOL,"","Start here") to properly create a checkbox. But you can also just place a 1 in the current version and it should still work Quote Win7 64bit / Intel i7-2600 CPU @ 3.9 GHz / 16 GB DDR3 / NVIDIA GeForce GTX 590 LE / 3DWS / BMX / Hexagon macklebee's channel Link to comment Share on other sites More sharing options...
fumanshoo Posted November 17, 2012 Author Share Posted November 17, 2012 Ahhhh, Thanks. I think i'll just place the "1". Less work. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.