608
I Use This!
Very High Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Nov 15, 2024 — Nov 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- python include path is now taken from nan_definitions.mk More... over 22 years ago
lib/ just moved to ../ More... over 22 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... over 22 years ago
Added Goofsters alt-m menu for merging verts while in edit mode menu. More... over 22 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... over 22 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... over 22 years ago
Fixed a typo in my addy (of all places!) ;) More... over 22 years ago
- fix 'debug' target - add ID and copyrights to top level makefile More... over 22 years ago
fixed mousewheel behaviour in editmode More... over 22 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... almost 23 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... almost 23 years ago
I decremented the 'user' of the deleted ipo, but it had already been decremeted elsewhere. More... almost 23 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... almost 23 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... almost 23 years ago
Some small de-optimizations :) More... almost 23 years ago
- glue top level makefile and release one together - fix 8 spaces problem in release/Makefile More... almost 23 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... almost 23 years ago
- add GPL-license to installer - add options in installer to create desktop icon and register .blend files More... almost 23 years ago
- change GPL_license to dos text More... almost 23 years ago
Changes to deal with the single splash file More... almost 23 years ago
Another change to replace fmod with OpenAL More... almost 23 years ago
- GPL license text now included in the binary distros as well. More... almost 23 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... almost 23 years ago
patched default wheellinescroll usersetting More... almost 23 years ago
removed default wheellinescroll usersetting (didnt work here) More... almost 23 years ago
- removed debug line from windows/specific.sh - deinstalling Blender now also removes "%PROGRAMFILES%\Blender Foundation" if it's empty More... almost 23 years ago
- mixed up python version and blender version ;-) More... almost 23 years ago
- display Blender version number in title of installer More... almost 23 years ago
- windows/specific.sh now creates a custom NSIS configuration file for this release and executes NSIS to build the Blender intaller More... almost 23 years ago
- export VERSION so specific.sh can use it - made remove in the final directory a bit more specific More... almost 23 years ago