Author Topic: Effects only display after render all ?  (Read 3595 times)

Offline gerry

  • Hero Member
  • *****
  • Posts: 695
    • View Profile
Effects only display after render all ?
« on: July 26, 2015, 09:16:29 PM »
4.1.13. Windows.

It appears that I can only see the results of an effect (new dropped to grid or changes to an existing one ) in the House preview window (or model window) after I click Render All.

Tried on individual models as well as at the group level and different effects eg text , single strand and butterfly

Has there been a  recent change/option that would explain this ?
 
Gerry

Offline JonB256

  • Hero Member
  • *****
  • Posts: 832
    • View Profile
    • My Christmas Website
Re: Effects only display after render all ?
« Reply #1 on: July 26, 2015, 09:59:59 PM »
How long did you wait? It isn't always instantaneous. 

Offline gerry

  • Hero Member
  • *****
  • Posts: 695
    • View Profile
Re: Effects only display after render all ?
« Reply #2 on: July 26, 2015, 10:45:11 PM »
For me at least , it definitely appears as an issue after I installed 4.1.13. Even say 30/60 secs later it does not show up. None of them , till I click render all. Existing seq or new sequence.

I re-installed 4.1.12 and it is fine - instantaneous like before

Will wait to see if anyone else has the same problem and will work with 4.1.12 till then.

Gerry

Offline kevinp

  • Sr. Member
  • ****
  • Posts: 373
    • View Profile
Re: Effects only display after render all ?
« Reply #3 on: July 27, 2015, 04:44:52 AM »
I too noticed this on Saturday when I was using the Morph effect under 4.1.13 (Mac OS X).  I could only get the live preview to render after saving or rendering all.  I was about to post/report that issue Saturday night, but just called it a night instead.  That was Saturday, now on Sunday, I was having no issues.  And this morning I just tried it again and I'm getting instant updates in the preview window.
« Last Edit: July 27, 2015, 07:41:06 AM by kevinp »
Kevin Pankratz
Blaine MN

Offline RGBNoob

  • Newbie
  • *
  • Posts: 35
    • View Profile
Re: Effects only display after render all ?
« Reply #4 on: July 27, 2015, 06:34:52 AM »
I have the same issue. Even my AC models won't update most of the time until I hit the render button.

Offline JonB256

  • Hero Member
  • *****
  • Posts: 832
    • View Profile
    • My Christmas Website
Re: Effects only display after render all ?
« Reply #5 on: July 27, 2015, 07:24:22 AM »
Try reinstalling that same version again. That has sometimes helped me.
(ps, mine is updating - Windows 8 )
What platform are you using - always helpful to mention.

Offline RGBNoob

  • Newbie
  • *
  • Posts: 35
    • View Profile
Re: Effects only display after render all ?
« Reply #6 on: July 27, 2015, 09:07:18 AM »
Windows 7.  I'll try a reinstall later today. Thanks.

Offline Gilrock

  • Supporting Member
  • Hero Member
  • *
  • Posts: 6946
    • View Profile
Re: Effects only display after render all ?
« Reply #7 on: July 27, 2015, 09:35:25 AM »
I thought I noticed the same thing yesterday.  I'll have to review what went into this build to see if anything could have affected that behavior.

Offline ronald

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: Effects only display after render all ?
« Reply #8 on: July 27, 2015, 10:00:43 AM »
I'm having the same issue. Both on a win 7 and win 8 machine

Sent from my SCH-I545 using Tapatalk


Offline RGBNoob

  • Newbie
  • *
  • Posts: 35
    • View Profile
Re: Effects only display after render all ?
« Reply #9 on: July 27, 2015, 11:57:13 AM »
Would I need to do an uninstall first before reinstalling or can I just reinstall over my current installation?

Offline Gilrock

  • Supporting Member
  • Hero Member
  • *
  • Posts: 6946
    • View Profile
Re: Effects only display after render all ?
« Reply #10 on: July 27, 2015, 03:12:00 PM »
You can reinstall directly over the current installation but it's not going to fix this issue.  We have an idea what might have caused it.  There was new logic to put a mutex around rendering to an element to prevent lockups and crashes and that object might not be working well on windows.  It appears to work fine on a mac.

Offline RGBNoob

  • Newbie
  • *
  • Posts: 35
    • View Profile
Re: Effects only display after render all ?
« Reply #11 on: July 27, 2015, 08:35:41 PM »
You can reinstall directly over the current installation but it's not going to fix this issue.  We have an idea what might have caused it.  There was new logic to put a mutex around rendering to an element to prevent lockups and crashes and that object might not be working well on windows.  It appears to work fine on a mac.
Thanks.

Offline gerry

  • Hero Member
  • *****
  • Posts: 695
    • View Profile
Re: Effects only display after render all ?
« Reply #12 on: July 27, 2015, 10:54:03 PM »
We have an idea what might have caused it.  There was new logic to put a mutex around rendering to an element to prevent lockups and crashes and that object might not be working well on windows.  It appears to work fine on a mac.

Thanks Gil. 
Gerry

Offline dkulp

  • Supporting Member
  • Hero Member
  • *
  • Posts: 812
    • View Profile
Re: Effects only display after render all ?
« Reply #13 on: July 28, 2015, 12:01:17 AM »
You can reinstall directly over the current installation but it's not going to fix this issue.  We have an idea what might have caused it.  There was new logic to put a mutex around rendering to an element to prevent lockups and crashes and that object might not be working well on windows.  It appears to work fine on a mac.

Well, to be completely honest, after looking through the code, in this specific case I think it's a bit simpler and it's something that keeps biting me:  C++ calls default constructors for object member variables, but doesn't do anything about primitives.   I'm SOOO used to Java (my day job) where everything is always guaranteed to be 0 for all the primitives I keep forgetting I need to explicitly set them to 0 in C++.

 
Daniel Kulp
Framingham, MA