Forum Replies Created
-
AuthorPosts
-
jezuk
CustomerThanks Vern,
I’m VERY nearly there :)
I’m learning about Puzzles, and it seems that this process only getting executed once.
So what’s happening is, is that the If test is getting tested ONLY at the beginning, during the opening of that webpage, so it only ever tests once, sees the first option at the top of that list and that’s it.
So, if I choose another option off that list, it’s not doing anything.
It’s almost like I need a Do While loop (and put that If statement inside the Do While loop).
So, Do While ‘you’re on this page’, test this;
if the profile value is ….. show this,
if the profile value is……. show this product,.Any ideas how I can just have my If statement tested all the time?
Many thanks for any help you can give me :) (you’ve helped me a lot and I’m very grateful !).
jezuk
CustomerThis is my bit of HTML
<select id=”profile”>
<option value=”300″ selected>300</option>
<option value=”324″>324</option>
<option value=”327″>327</option>
<option value=”330″>330</option>
<option value=”335″>335</option>
<option value=”340″>340</option>
<option value=”390″>390</option>
</select>jezuk
CustomerYes, and depending on what code they choose, I want to show that object.
So what I’d do is Hide everything in the scene, and then just “Show” just that object.
But first, I need to know what object has been selected.
jezuk
CustomerThanks Vern,
I’ve tried your suggestion.
I’m used to “On Event of Click…… do this….”.
So for your suggestion, I’m trying it with an If, i.e. “If….”Get Prop Value from elem “Profile” = “324”….then do this…..”
Should that work?
Or is it some other way?
Thanks for any further help you can give :)
2021-09-20 at 9:01 pm in reply to: Puzzles – How to show ONLY Selected Object (or Hide ALL Unselected Objects) ? #44850jezuk
CustomerThanks GlifTek,
The way I got around it was to use the “hide” All Objects, and then just used “show” for the only object I wanted in view :)
jezuk
CustomerHi,
I know this post is old, but I could REALLY use Multi-Sub Object in Puzzles.
To break up a scene into multiple meshes in order to assign a material isn’t going to work for me because I have hundreds of meshes and just 3 materials in a single Multi/sub-object.
Please can you guys look at this because Multi-sub object is used very much in 3DS Max.
Thank you :)
2021-02-11 at 8:51 am in reply to: I cannot install Verge3D onto 3DS Max 2021 – python issues I believe #38412jezuk
CustomerPlease ignore – it is now working, I needed to reset the system variable from 3, to 2, restart computer, then back to 3 again. Now it works :)
However PLEASE can you tell me how to get rid of the watermark ? I am a paying customer :)
Thank you.
jezuk
CustomerThanks Alex,
I have sent that to D5. Thank you :)
jezuk
CustomerHi Alexander,
Thank you for your suggestion.
It had a value of 2 and I set it to 3, restarted my computer and started 3DS Max 2021.
This time, it gave me this new message (see attached image) once I’d gotten into 3DS Max.
However, when I chose Export from the Verge3D Menu, that now seems to work with no error message.
Please can you advise ?
Thank you :)
Attachments:
You must be logged in to view attached files.jezuk
CustomerOkay, let’s start again.
I have Verge3D installed on my computer – version 3.5.0.
I have JUST installed D5 Render on my computer (after I already had Verge3D already on my computer for a year).
I restart my computer, try to open 3DS Max and I get that error message.
Then, when I’m in 3DS Max and I go to the Verge3D menu, and I choose export, I get that other error message.
I then tried RE-installing Verge3D just in case that might fix things, and it didn’t.
jezuk
CustomerHi,
Yes I did try restarting the OS but that didn’t fix it.
jezuk
CustomerThat fixed it
Thank you so much !
2020-07-23 at 9:38 am in reply to: How do I get rid of the Trial Watermark ? (I am a Licensee) #30502jezuk
CustomerHi Yuri,
No errors via the F12 console.
Any other ideas please ?
Thanks :)
2020-07-19 at 7:51 am in reply to: How do I get rid of the Trial Watermark ? (I am a Licensee) #30320jezuk
Customerbut my RAL Color Picker isn’t working…..
Please make sure the names of the controllers are the same as in the old material.
Yes, that’s what I thought, and I did check that. It is the same name – in fact I tried different ways of copying in that material so that the name didn’t even change. Still not working… :(
2020-07-18 at 7:19 pm in reply to: How do I get rid of the Trial Watermark ? (I am a Licensee) #30317jezuk
CustomerStill not working….. when I do the above, it is no longer black but my RAL Color Picker isn’t working…..
Something VERY VERY strange is going on…..
-
AuthorPosts