[Bf-committers] search specific commit on developer.blender.org

Kévin Dietrich kevin.dietrich at mailoo.org
Thu Jun 23 14:23:35 CEST 2016


Hi, 

The simplest way would be to prefix the hash with "rB" (for Blender
repository), and then append it to the site's url
(developer.blender.org/rB<commit_hash>) or your can also use the site's
search bar and look for "rB<commit_hash>". 

So in your example it would be developer.blender.org/rBdccf5afbe. 

Cheers, 

Kévin 

Le 2016-06-23 14:14, hewi jupama a écrit :

> 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: bf-committers-bounces at blender.org <bf-committers-bounces at blender.org> on behalf of bf-committers-request at blender.org <bf-committers-request at blender.org>
> Sent: 22 June 2016 10:00
> To: bf-committers at blender.org
> Subject: Bf-committers Digest, Vol 143, Issue 15
> 
> Send Bf-committers mailing list submissions to
> bf-committers at blender.org
> 
> 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
> bf-committers-request at blender.org
> 
> You can reach the person managing the list at
> bf-committers-owner at blender.org
> 
> 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" <zanqdo at gmail.com>
> Subject: [Bf-committers] Blender can't do hair because of this bug
> To: bf-blender developers <bf-committers at blender.org>
> Message-ID:
> <CABdDwP9YpuqtrgQ-_rY-sZBKfq2Qn2P_yxsELqgF-xkxxHC5UQ at 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 <ideasman42 at gmail.com>
> Subject: Re: [Bf-committers] Blender can't do hair because of this bug
> To: bf-blender developers <bf-committers at blender.org>
> Message-ID:
> <CAEcf3Nxi93gkkG8LpbT9ApcN5QP00o+Ko-N1wBvvDARq0U2Btw at 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
> <zanqdo at gmail.com> 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
>> Bf-committers at blender.org
>> 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" <zanqdo at gmail.com>
> Subject: Re: [Bf-committers] Blender can't do hair because of this bug
> To: bf-blender developers <bf-committers at blender.org>
> Message-ID:
> <CABdDwP9OW81ogpnh4jqxtfhkq4iJK7WPqpg=h7=0=i9caBUpVg at 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 <ideasman42 at gmail.com> 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
> <zanqdo at gmail.com> 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
> Bf-committers at blender.org
> https://lists.blender.org/mailman/listinfo/bf-committers 
> 
> --
> - Campbell
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at blender.org
> https://lists.blender.org/mailman/listinfo/bf-committers

------------------------------

_______________________________________________
Bf-committers mailing list
Bf-committers at blender.org
https://lists.blender.org/mailman/listinfo/bf-committers

End of Bf-committers Digest, Vol 143, Issue 15
**********************************************
_______________________________________________
Bf-committers mailing list
Bf-committers at blender.org
https://lists.blender.org/mailman/listinfo/bf-committers


More information about the Bf-committers mailing list