Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 4744 / 5574

March 15, 2009, 08:58 (GMT)
2.5
fix compile error with python on MSVC.

Revision dbad24e by Joseph Eagar
March 15, 2009, 06:14 (GMT)
had to increase size of a numerical error compensation value, kindof odd but works
Revision dff4852 by Shaul Kedem
March 15, 2009, 03:11 (GMT)
flat and smooth shading descriptions were replaced
March 14, 2009, 23:17 (GMT)
RNA:

- Added an autogenerated C++ API, basically a simple layer over the C
API, but with the advantage that it fits the object oriented RNA
model better. Read-only still like the C API.
- Had to rename "protected" property in Action Group because it is
a C++ keyword, called it "locked" since that seems more consistent
anyway?
- It's not used anywhere, so here's some example code I used to test it,
to get an idea of how it would be used:

http://pasteall.org/4582/cpp

- Also, ID names are now editable.

March 14, 2009, 18:15 (GMT)
2.5 filebrowser
- drawing tweak for background lines
- long and short display now behave the same, only difference is column width now.
TODO still:
- add additional columns (access rights - mode1-mode3 and owner) for non-Windows platforms
March 14, 2009, 13:43 (GMT)
return operators as a PyCFunction rather then having our own callable operator type
March 14, 2009, 13:27 (GMT)
Fixed incorrect argument checking.
March 14, 2009, 13:23 (GMT)
Made appropriate changes according to the fix in Revision 19287 concerning the IntegrationType type.
March 14, 2009, 13:20 (GMT)
Fixed the subclassing of int to define the IntegrationType type.
Also changed the type of integration type constants from int to IntegrationType.
Revision 302e796 by Joseph Eagar
March 14, 2009, 13:16 (GMT)
connect verts now does geometric tests to perform valid splits. it also supports multiple splits in a face, going around the face boundary in a loop and performing splits.
March 14, 2009, 13:12 (GMT)
2.5 filebrowser
* added filter buttons to header
* changed large icon for movie files to match small icon
* fixed small stack corruption in interface_draw.c (Matt, check if this is ok)
* moved nice display of file size to storage.c, where string is created.
March 14, 2009, 13:11 (GMT)
Fixed StrokeVertex::setPoint() to accept a Blender Vector object as the argument.
Now this method accepts 2D coordinates in the following three forms:
a) Python list of 2 real numbers: setPoint([x, y])
b) Blender Vector of 2 elements: setPoint(Vector(x, y))
c) 2 real numbers: setPoint(x, y)

[The log of Revision 19283 had a wrong message...]
March 14, 2009, 13:06 (GMT)
Fixed StrokeVertex::setPoint() to accept a Blender Vector object as the argument.
Now this method accepts 2D coordinates in the following three forms:
a) Python list of 2 real numbers: setPoint([x, y])
b) Blender Vector of 2 elements: setPoint(Vector(x, y))
c) 2 real numbers: setPoint(x, y)
Revision 2aa71b4 by Michael Fox
March 14, 2009, 09:06 (GMT)
2.5
*******
small commit, tweaked the emboss based on the object buttons, made it really subtle but still make it easier to read compared to no emboss, a new way will be needed for menus to work aswel
Revision 59b0827 by Matt Ebb
March 14, 2009, 05:21 (GMT)
* File browser
Columns view now displays nice human-readable file sizes
Revision 856cdea by Matt Ebb
March 14, 2009, 03:24 (GMT)
* UI tweaking
Revision 168847f by Joseph Eagar
March 14, 2009, 02:52 (GMT)
further code comments. used a somewhat minimilistic style for the function comments, so people won't hate me.
March 13, 2009, 23:35 (GMT)
update v1.12 - 2009.03.14 by migius
d3 removed all set()functions (problem with osx/python<2.4 reported by Blinkozo)
d3 code-cleaning
d2 temp patch for noname BLOCKS (*X,*U,*D)
March 13, 2009, 19:27 (GMT)
Fixed memory leaks in passing vectors from Python to C++.
March 13, 2009, 19:24 (GMT)
Better error handling in the Python API.
Added error handling to prevent crashes even when errors have occurred in user-defined predicates, stroke shaders, and chaining iterators.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021