openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Blender 3D
Settings
|
Report Duplicate
608
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very High Activity
Commits
: Listings
Analyzed
about 21 hours
ago. based on code collected
1 day
ago.
Nov 15, 2024 — Nov 15, 2025
Showing page 5,748 of 5,760
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
- python include path is now taken from nan_definitions.mk
Frank van Beek
More...
over 22 years ago
lib/ just moved to ../
Hans Lambermont
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...
Kent Mein
More...
over 22 years ago
Added Goofsters alt-m menu for merging verts while in edit mode menu.
Kent Mein
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...
Kent Mein
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
Michel Selten
More...
over 22 years ago
Fixed a typo in my addy (of all places!) ;)
Simon Clitherow
More...
over 22 years ago
- fix 'debug' target - add ID and copyrights to top level makefile
Hans Lambermont
More...
over 22 years ago
fixed mousewheel behaviour in editmode
Rob Haarsma
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.
Chris Want
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).
Chris Want
More...
almost 23 years ago
I decremented the 'user' of the deleted ipo, but it had already been decremeted elsewhere.
Chris Want
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.
Chris Want
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).
Chris Want
More...
almost 23 years ago
Some small de-optimizations :)
Chris Want
More...
almost 23 years ago
- glue top level makefile and release one together - fix 8 spaces problem in release/Makefile
Hans Lambermont
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
Maarten Gribnau
More...
almost 23 years ago
- add GPL-license to installer - add options in installer to create desktop icon and register .blend files
Frank van Beek
More...
almost 23 years ago
- change GPL_license to dos text
Frank van Beek
More...
almost 23 years ago
Changes to deal with the single splash file
Chris Want
More...
almost 23 years ago
Another change to replace fmod with OpenAL
Chris Want
More...
almost 23 years ago
- GPL license text now included in the binary distros as well.
Ton Roosendaal
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!
Ton Roosendaal
More...
almost 23 years ago
patched default wheellinescroll usersetting
Rob Haarsma
More...
almost 23 years ago
removed default wheellinescroll usersetting (didnt work here)
Rob Haarsma
More...
almost 23 years ago
- removed debug line from windows/specific.sh - deinstalling Blender now also removes "%PROGRAMFILES%\Blender Foundation" if it's empty
Frank van Beek
More...
almost 23 years ago
- mixed up python version and blender version ;-)
Frank van Beek
More...
almost 23 years ago
- display Blender version number in title of installer
Frank van Beek
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
Frank van Beek
More...
almost 23 years ago
- export VERSION so specific.sh can use it - made remove in the final directory a bit more specific
Frank van Beek
More...
almost 23 years ago
←
1
2
…
5744
5745
5746
5747
5748
5749
5750
5751
5752
…
5759
5760
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree