Revision 8307f2f by Ton Roosendaal November 23, 2003, 23:51 (GMT) |
- bug fix: in background render, the default builtin font was not activated for rendering when other fonts were packed too. |
Revision a2387c3 by Ton Roosendaal November 23, 2003, 23:33 (GMT) |
- bug fix: colorband color sliders didnt update the colorband - bug fix: enter editmode from faceselect correctly selects vertices |
Revision 0ff0ac9 by Ton Roosendaal November 23, 2003, 23:04 (GMT) |
- another hack! well... probably OK, got it from a python mailing list. When starting from commandline, the window doesnt pop to the front. this was really bad for the play function in blender, which opens a new blender thread. solved with SetFrontProcess() |
Revision 4cd72d6 by Ton Roosendaal November 23, 2003, 21:31 (GMT) |
- ALT+N in new texteditor (no text block) will add new text now. |
November 23, 2003, 21:25 (GMT) |
Fixed two minor warnings |
Revision d3563d2 by Martin Poirier November 23, 2003, 20:28 (GMT) |
No line for constraint without target Code notes: The constraint_has_target can be used to test if a constraint has a target at all. |
Revision f58d256 by Martin Poirier November 23, 2003, 20:24 (GMT) |
Projectfiles fix for new Python module |
Revision 18e5674 by Joseph Gilbert November 23, 2003, 19:18 (GMT) |
- performance upgrade with the vgroup methods |
Revision fb36f4c by Ton Roosendaal November 23, 2003, 19:11 (GMT) |
- fixed glrects and emboss for constraint drawing again... there's somewhere something hanging in this code... a weird difference in how buttons draw and rect draws? |
Revision e33b297 by Willian Padovani Germano November 23, 2003, 17:58 (GMT) |
BPython: -- Blender.Texture doc file, also by Alex Mole. Three commits where one was enough! I feel stupid! |
Revision 5e7f9df by Willian Padovani Germano November 23, 2003, 17:46 (GMT) |
BPython: -- New module: Blender.Texture, by new developer Alex Mole. Most of it is done: guess only Ipo, envmap, colorband and plugin were not implemented yet. |
Revision 511b098 by Roel Spruit November 23, 2003, 16:59 (GMT) |
Fixed a crash that would happen if the user tried to faceloop-cut starting at an edge that didn't belong to any face. |
Revision 9054154 by Michel Selten November 23, 2003, 14:28 (GMT) |
Added all necessary BPY_extern.h include files to the .c files. Updated the Make environment to point to the correct location. The include paths were still pointing to source/blender/bpython/include while it should be source/blender/python. I did not encounter the build problems because I'm always working with the autoconf build environment. |
Revision 5cc89c0 by Roel Spruit November 23, 2003, 14:02 (GMT) |
Replaced all references to ....sourceblenderbpythoninclude with ....sourceblenderpython. this because of the old python removal. |
Revision 558f06f by Ton Roosendaal November 23, 2003, 13:48 (GMT) |
- fix: switching main Theme didn't update button drawtype for info buttons |
Revision de77f47 by Ton Roosendaal November 23, 2003, 12:22 (GMT) |
- added to Constraint panel the 'Active Bone' or 'Active Object', like previously was drawn in constraint buttons header. - cleaned up buttons in panels for manual... just nicer aligning. |
November 22, 2003, 23:30 (GMT) |
several warning fixes, for a bug-free *and* warnings-free 2.31 ! Just moved some declarations, nothing important. |
Revision fbc58ed by Ton Roosendaal November 22, 2003, 22:22 (GMT) |
- added button aligning code for most other panels... still unfinished next step first is cleaning up design in panels itself. |
Revision e7d3e24 by Chris Want November 22, 2003, 20:21 (GMT) |
Got rid of many #include "BPY_extern.h" Homework from Michel: do grep BPY source/blender/src/* and see if there is anything that needs fixing. |
Revision 5af2e7a by Ton Roosendaal November 22, 2003, 18:38 (GMT) |
- this routine is going to be my waterloo! forgot to check null pointer... |
|
|
|


Master Commits
MiikaHweb | 2003-2021