Blender Git Loki

Git Commits -> Revision 5ed9571

Revision 5ed9571 by Diego Borghetti (master)
January 15, 2008, 04:49 (GMT)
More "data types" for the Operator property system.

Now you can set/get: float, arrays (int and float) and string.

The only special function is OP_get_string, it is special
because return a pointer to the IDProperty data, so you can't
change/resize/free the string.

It's possible "fix" this with:
1) Return a "const char"
2) Return a duplicate string

All this new function are not in use yet, but i make a simple test
with the "move areas" operator (add a property of every type and then
print the result in the other size) and work fine, more test are welcome.

Other thing to check is the new OP_free_property function, because this
properties are only local to the operator, i choice free all this in the
"exit callback" of every operator (only move areas have property now),
so comment about this are welcome too :)

Also add some notes to the WM_api.h file.

Commit Details:

Full Hash: 5ed9571ea51a7a159e03475011b06079c16ca2bb
SVN Revision: 13240
Parent Commit: 8a7558a
Lines Changed: +176, -19

4 Modified Paths:

/source/blender/editors/screen/screen_edit.c (+2, -1) (Diff)
/source/blender/windowmanager/intern/wm.c (+0, -14) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+135, -0) (Diff)
/source/blender/windowmanager/WM_api.h (+39, -4) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021