[Bf-committers] Re: [Bf-blender-cvs] CVS commit: blender/source/blender/python BPY_interface.c blender/source/blender/python/api2_2x Armature.c Armature.h Window.c

Tom M letterrip at gmail.com
Sun Jan 28 11:04:25 CET 2007


Joseph,

could this script have broken scripts unrelated to armatures?

See bug

https://projects.blender.org/tracker/index.php?func=detail&aid=5857&group_id=9&atid=125

The timing of the bug surfacing appears to coincide with your commit...

LetterRip

On 1/25/07, Joseph Gilbert <models at paposo.com> wrote:
> ascotan (Joseph Gilbert) 2007/01/25 16:19:28 CET
>
>   Modified files:
>     blender/source/blender/python BPY_interface.c
>     blender/source/blender/python/api2_2x Armature.c Armature.h
>                                           Window.c
>
>   Log:
>   Bug fix for:
>   [ #5000 ] Changin EditMode in Script wrecks memory
>
>   Armatures create weakreferences in __main__.__dict__.  When Window.Editmode is called, the weaklist it iterated over and armatures are updated.
>
>   Revision  Changes    Path
>   1.91      +8 -1      blender/source/blender/python/BPY_interface.c
>     <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/BPY_interface.c.diff?r1=1.90&r2=1.91&cvsroot=bf-blender>
>   1.50      +26 -3     blender/source/blender/python/api2_2x/Armature.c
>     <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Armature.c.diff?r1=1.49&r2=1.50&cvsroot=bf-blender>
>   1.16      +4 -1      blender/source/blender/python/api2_2x/Armature.h
>     <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Armature.h.diff?r1=1.15&r2=1.16&cvsroot=bf-blender>
>   1.44      +24 -4     blender/source/blender/python/api2_2x/Window.c
>     <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Window.c.diff?r1=1.43&r2=1.44&cvsroot=bf-blender>
> _______________________________________________
> Bf-blender-cvs mailing list
> Bf-blender-cvs at projects.blender.org
> http://projects.blender.org/mailman/listinfo/bf-blender-cvs
>


More information about the Bf-committers mailing list