Blender Git Commits

Blender Git "master" branch commits.

Page: 5556 / 5574

Revision 4afacdd by Kent Mein
February 21, 2003, 16:40 (GMT)


Added Goofsters alt-m menu for merging verts while in edit mode menu.

Kent
Revision 763da87 by Kent Mein
February 21, 2003, 15:37 (GMT)


The first two files enables building of plugins under macosx.
The third is for actually loading the plugins in blender.
For some reason its not identifying the plugins correctly,
but it compiles and runs so I'm including it hoping someone else
might see where I've messed things up...

I have a simple example at http://www.cs.umn.edu/~mein/test.tgz that
works, if anyone is interested in playing with it.

Kent
February 19, 2003, 19:20 (GMT)
Added flag '--enable-exppython' to the auto* build environment.
Using this flag the following component is build:
source/blender/python
and the following components are not build:
intern/python
source/blender/bpython

Without specifying the flag, things act as they used to do.
Also created a dummy interface.c file and created the directories
which will contain the replacement code for:
- intern/python
- source/blender/bpython

Michel
February 19, 2003, 18:55 (GMT)
Fixed a typo in my addy (of all places!) ;)
February 17, 2003, 16:51 (GMT)
- fix 'debug' target
- add ID and copyrights to top level makefile
Revision 8ff3cfe by Rob Haarsma
February 17, 2003, 12:30 (GMT)
fixed mousewheel behaviour in editmode
Revision 3fc3a94 by Chris Want
February 16, 2003, 00:12 (GMT)
It turns out that the "Pressing AKEY to deselect all objects still
leaves one object center pink" bug was actually designed by somebody
to mark the active object (which need not necessarily be selected).
I've added a couple of source comments to explain this so the next
person trying to fix this doesn't bother.
Revision 8956af9 by Chris Want
February 15, 2003, 04:18 (GMT)
gcc 3.2.1 seems to have problems casting a double like 32772.0 to
a short, so we cast to an int first, then to a short when a button that
modifies a short value is pressed. (Allieviates the bug where the
Unified Renderer button modifies the values of a bunch of other buttons).
Revision 5cc0dcc by Chris Want
February 14, 2003, 15:29 (GMT)
I decremented the 'user' of the deleted ipo,
but it had already been decremeted elsewhere.

Thanks to zel365 for the head's up.
Revision 877a485 by Chris Want
February 14, 2003, 03:24 (GMT)
Fix to make plugins work on windows (last system error code for
the thread wasn't getting reset). Somebody with more windows
saavy might want to check that this doesn't break other stuff.
Revision 76396ef by Chris Want
February 13, 2003, 23:30 (GMT)
This modification removes a bone's
action channel from the cooresponding
action when the bone's IPO is deleted
from the IPO window (the old behavior
was to set the channel's ipo to NULL
without removing it from the action).
This is to alleviate the problem that
there is a lot of action channel code
that tries to access the channel's ipo
(chan->ipo) without testing whether
it is NULL or not (resulting in a
segfault).

This seems to be the best way to
solve this problem ... unless there
is a reason why it might be useful
to have an action channel with no
ipo attached to it?

Thanks to zel365 for uncovering this
problem.
Revision 8729dfb by Chris Want
February 13, 2003, 16:56 (GMT)
Some small de-optimizations :)

Reverting this file to it's original
version fixed a bug involving particles
and lattices.
February 11, 2003, 12:35 (GMT)
- glue top level makefile and release one together
- fix 8 spaces problem in release/Makefile
February 10, 2003, 22:26 (GMT)
pointed PB to the frozen files in the obj tree
removed old splash and added the new 2.26 screen (beautiful as always)
maarten
February 10, 2003, 17:43 (GMT)
- add GPL-license to installer
- add options in installer to create desktop icon and register .blend files
February 10, 2003, 17:41 (GMT)
- change GPL_license to dos text
Revision 9163759 by Chris Want
February 10, 2003, 15:01 (GMT)
Changes to deal with the single splash file
Revision cb43eff by Chris Want
February 10, 2003, 14:59 (GMT)
Another change to replace fmod with OpenAL
February 10, 2003, 14:36 (GMT)
- GPL license text now included in the binary distros as well.
February 10, 2003, 14:23 (GMT)
- As promised, the listing with names of people who have sponsored
to make the sources open. It adds another 180k to the download, but
luckily only once!
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021