611
I Use This!
Very High Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected 1 day ago.
May 19, 2023 — May 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updated intern project files to suit the lib dir move. More... about 21 years ago
- updated MSVC project files to suit the lib dir move - better late than never! - blenderplayer and the web plugin now compile again (now using OpenAL) More... about 21 years ago
Swig is unfortunately not an option anymore. This means implementing all wrapper functionality by hand. More... about 21 years ago
Applied curve editing bugfix submitted by Klaus Stengel (nathanel) More... about 21 years ago
- removed files no longer created during freeze. - removed '-2.26' prefix from the blender exe. More... about 21 years ago
Implemented enough functionality to actually execute Python from within Blender. * Moved api2_2x/interface.c to ./BPY_interface.c This will be the general api layer from which all variants of the Blender api. Currently only the 2.2x variant is initialised. * Used swig (www.swig.org) to create Python wrappers for a couple of dummy functions. * Started implementation of the Blender and Blender.Object modules. More... about 21 years ago
- python include path is now taken from nan_definitions.mk More... about 21 years ago
lib/ just moved to ../ More... about 21 years ago
zel365 showed me this bug with deleting nla keys... If I had to guess REMAKEIPO is kind of miss named. since what it does it free up memory it almost looks like it should be a part of REMAKEALLIPO we both felt a little overwhelmed by the code though and opted for just calling both of them in delete_nlachannel_keys I also added in allqueue (REDRAWVIEW3D, 0); since things could probably change around since your recalcing the ipo's... More... about 21 years ago
Added Goofsters alt-m menu for merging verts while in edit mode menu. More... about 21 years ago
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... More... about 21 years ago
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 More... about 21 years ago
Fixed a typo in my addy (of all places!) ;) More... about 21 years ago
- fix 'debug' target - add ID and copyrights to top level makefile More... over 21 years ago
fixed mousewheel behaviour in editmode More... over 21 years ago
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. More... over 21 years ago
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). More... over 21 years ago
I decremented the 'user' of the deleted ipo, but it had already been decremeted elsewhere. More... over 21 years ago
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. More... over 21 years ago
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). More... over 21 years ago
Some small de-optimizations :) More... over 21 years ago
- glue top level makefile and release one together - fix 8 spaces problem in release/Makefile More... over 21 years ago
pointed PB to the frozen files in the obj tree removed old splash and added the new 2.26 screen (beautiful as always) maarten More... over 21 years ago
- add GPL-license to installer - add options in installer to create desktop icon and register .blend files More... over 21 years ago
- change GPL_license to dos text More... over 21 years ago
Changes to deal with the single splash file More... over 21 years ago
Another change to replace fmod with OpenAL More... over 21 years ago
- GPL license text now included in the binary distros as well. More... over 21 years ago
- 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! More... over 21 years ago
patched default wheellinescroll usersetting More... over 21 years ago