Blender Git Commits

Blender Git "master" branch commits.

Page: 4134 / 5574

January 18, 2011, 03:49 (GMT)
bgl.Buffer()
- invalid dimension type could be passed without raising an error.
- negative dimensions could crash blender, now they raise errors.
- zero length dimension arg was not detected.
- floating point lengths were accepted, now only allow ints.

also comment unused vars.
January 18, 2011, 01:58 (GMT)
bad spelling; 'indicies' --> 'indices'
January 18, 2011, 01:38 (GMT)
document Mesh.from_pydata() [#25688] undocumted functions in pyapi
Revision e49df9e by Joshua Leung
January 18, 2011, 01:04 (GMT)
Bugfix [#25684b] Surface and Stroke options are not working with Use
Sketching Sessions.

Fix for secondary issue noted in this bug report. Some of the code for
the fancy 3d view sketching options needed to be moved around so that
there is a clearer "paint/sketch session" and "stroke" separation
between various stages. There's still some more stuff that needs to be
done here before I think it's totally cleaned up.
January 18, 2011, 00:10 (GMT)
option for the path iterator to loop over packed files so their dir separator can be switched on file load.
January 17, 2011, 23:47 (GMT)
fix [#25694] Center View (Home Key)
January 17, 2011, 23:30 (GMT)
fix missing notifier [#25682] bpy.data.materials['XXX'].texture_slot.clear(0) dosen't delete texture from screen
January 17, 2011, 22:37 (GMT)
fix [#25691] Lasso select on 3D Text editing segfaults
poll function was incorrect.
January 17, 2011, 20:10 (GMT)
== file browser ==
bring back nice shortening of filenames in thumbnail view, shortening at front and end is confusing.
- adds ... at the end to indicate that the filename has been shortened
- also cuts off at the end and not at both front and end now

Note: maybe this can be moved into button code or so in the future, but for now should work.
January 17, 2011, 19:39 (GMT)
fix compile on MinGW, missing define in the mingw headers.
January 17, 2011, 18:38 (GMT)
Bugfix 25683

Compositor operators now have better poll check, so they won't
show up in operator search or hotkeys for other node views.

- backimage move, size
- read renderlayers

January 17, 2011, 18:16 (GMT)
Bugfix #25657

Three code fixes for 1 report. User experienced crashes while
painting on float buffer + having preview renders on.

- Texture Nodes: Image was re-allocated without using
proper thread lock
- Paint code: old convention to free the byte rect from
a float image as signal to re-create now is a proper
flag. This keeps image memory unchanged. Nice for render.
- Imbuf: call to make a byte rect from float was freeing
mipmaps unnecessary.

January 17, 2011, 15:16 (GMT)
Bugfix #25681

Python API allowed to make links with input->output reversed.
Now node api checks for this case and flips order.

January 17, 2011, 10:47 (GMT)
test commit for svn link in commit mail, part two
January 17, 2011, 10:43 (GMT)
test commit for svn link in commit mail
Revision d769ff0 by Joshua Leung
January 17, 2011, 10:35 (GMT)
Bugfix [#25667] "X-Axis Mirror" in the Pose Options panel toolbar is
misleading (?)

"X-Axis Mirror" option didn't work in Pose Mode, so hiding this option
for now. Perhaps one day we could properly support this for all
operators there, but that is more of a long term todo...
January 17, 2011, 08:31 (GMT)
misc maintenance changes
- metaball tessellation functuion was calculating density when it didn't need to.
- image drawing was using a float as a loop counter, in extreme cases this could cause an infinite loop.
- remove/comment unused vars.
Revision c42e382 by Joshua Leung
January 17, 2011, 08:27 (GMT)
More consistency with order of action vs gp keyframes...
Revision 80c8160 by Joshua Leung
January 17, 2011, 08:21 (GMT)
Bugfix [#25674] No Box Select in Dopesheet

Border select was broken during Grease Pencil mode work
January 16, 2011, 21:12 (GMT)
remove/comment unused defines, also zero FileGlobal.filename to quiet valgrind.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021