Hey all,
Is there a way to find a specific commit, e.g. "dccf5afbe" on the developer.blender.org site (without having to scroll through hundreds of commit messages to find that specific one again) I can't seem to figure this out thanks for your time :) ________________________________ From: [email protected] <[email protected]> on behalf of [email protected] <[email protected]> Sent: 22 June 2016 10:00 To: [email protected] Subject: Bf-committers Digest, Vol 143, Issue 15 Send Bf-committers mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit https://lists.blender.org/mailman/listinfo/bf-committers Bf-committers Info Page - Blender<https://lists.blender.org/mailman/listinfo/bf-committers> lists.blender.org Your email address: Your name (optional): You may enter a privacy password below. This provides only mild security, but should prevent others from messing with ... or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of Bf-committers digest..." Today's Topics: 1. Blender can't do hair because of this bug (Daniel Salazar - patazstudio.com) 2. Re: Blender can't do hair because of this bug (Campbell Barton) 3. Re: Blender can't do hair because of this bug (Daniel Salazar - patazstudio.com) ---------------------------------------------------------------------- Message: 1 Date: Tue, 21 Jun 2016 18:11:44 -0600 From: "Daniel Salazar - patazstudio.com" <[email protected]> Subject: [Bf-committers] Blender can't do hair because of this bug To: bf-blender developers <[email protected]> Message-ID: <cabddwp9ypuqtrgq-_ry-szbkfq2qn2p_yxselqgf-xkxxhc...@mail.gmail.com> Content-Type: text/plain; charset=UTF-8 Hi all, this bug has been going on for quite a while apparently and it prevents hair combing to work at all since it gets corrupted on render. https://developer.blender.org/T48658 For me this bug has delayed my deadline for 2 weeks now and it's hard to believe the same bug is not giving problems to many others. If someone could urgently fix it please. desperately yours, Daniel Salazar ------------------------------ Message: 2 Date: Wed, 22 Jun 2016 12:39:45 +1000 From: Campbell Barton <[email protected]> Subject: Re: [Bf-committers] Blender can't do hair because of this bug To: bf-blender developers <[email protected]> Message-ID: <caecf3nxi93gkkg8lpbt9apcn5qp00o+ko-n1wbvvdarq0u2...@mail.gmail.com> Content-Type: text/plain; charset=UTF-8 It looks like Cycles fails to set the particle system back to its 'preview' state because G.is_rendering is being checked in particle system internals. Uploaded a diff that fixes the issue, though it may be better to keep the patch smaller & more localized. https://developer.blender.org/D2065 On Wed, Jun 22, 2016 at 10:11 AM, Daniel Salazar - patazstudio.com <[email protected]> wrote: > Hi all, this bug has been going on for quite a while apparently and it > prevents hair combing to work at all since it gets corrupted on > render. > > https://developer.blender.org/T48658 > > For me this bug has delayed my deadline for 2 weeks now and it's hard > to believe the same bug is not giving problems to many others. > > If someone could urgently fix it please. > > desperately yours, > > Daniel Salazar > _______________________________________________ > Bf-committers mailing list > [email protected] > https://lists.blender.org/mailman/listinfo/bf-committers -- - Campbell ------------------------------ Message: 3 Date: Tue, 21 Jun 2016 22:04:32 -0600 From: "Daniel Salazar - patazstudio.com" <[email protected]> Subject: Re: [Bf-committers] Blender can't do hair because of this bug To: bf-blender developers <[email protected]> Message-ID: <CABdDwP9OW81ogpnh4jqxtfhkq4iJK7WPqpg=h7=0=i9cabu...@mail.gmail.com> Content-Type: text/plain; charset=UTF-8 I can confirm this is fixed by the patch! Daniel Salazar p3d.in On Tue, Jun 21, 2016 at 8:39 PM, Campbell Barton <[email protected]> wrote: > It looks like Cycles fails to set the particle system back to its > 'preview' state because G.is_rendering is being checked in particle > system internals. > Uploaded a diff that fixes the issue, though it may be better to keep > the patch smaller & more localized. > https://developer.blender.org/D2065 > > On Wed, Jun 22, 2016 at 10:11 AM, Daniel Salazar - patazstudio.com > <[email protected]> wrote: >> Hi all, this bug has been going on for quite a while apparently and it >> prevents hair combing to work at all since it gets corrupted on >> render. >> >> https://developer.blender.org/T48658 >> >> For me this bug has delayed my deadline for 2 weeks now and it's hard >> to believe the same bug is not giving problems to many others. >> >> If someone could urgently fix it please. >> >> desperately yours, >> >> Daniel Salazar >> _______________________________________________ >> Bf-committers mailing list >> [email protected] >> https://lists.blender.org/mailman/listinfo/bf-committers > > > > -- > - Campbell > _______________________________________________ > Bf-committers mailing list > [email protected] > https://lists.blender.org/mailman/listinfo/bf-committers ------------------------------ _______________________________________________ Bf-committers mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-committers End of Bf-committers Digest, Vol 143, Issue 15 ********************************************** _______________________________________________ Bf-committers mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-committers
