611
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Modified it to use $(NAN_PYTHON_BINARY) instead of just plain old python. (otherwise why have the env var?) ;) More... about 21 years ago
Small translation of some comments. More... about 21 years ago
* Implemented the BPY_do_all_scripts interface function (BPY_interface.c) * Created a function to return all scripts from a linked list (DoAllScriptsFromList). More... about 21 years ago
Fix for bug #59. Silly strubel, strncpy does not 0 terminate strings. More... about 21 years ago
Added a UI_BLOCK_ENTER_OK flag to the uiBlock in button() (this alleviates the problem where using the enter key effects the widget under the mouse cursor instead of doing an 'OK' (symptom: getting the wrong number of verts when adding a mesh circle). More... about 21 years ago
Remainder of the vc7 projectfiles. More... about 21 years ago
Creator portion of VC7 projectfiles, put in make/msvc_7_0 for consistency w/ intern projectfiles organization. More... about 21 years ago
Update to use <iostream> vs <iostream.h> More... about 21 years ago
Killed MT_Scalar to float conversion warnings (should be explicit cast anyway). More... about 21 years ago
Added string.h include (for memcpy, memcmp, strcpy, strlen, etc.) More... about 21 years ago
Avoid calling blenderqread on dummy event. (This patch courtesy of VS.NETs magic new prevent-use-of-unitialized-data debugging feature). More... about 21 years ago
* Moved the code to retrieve an object by name to a seperate function in gen_utils.c (GetObjectByName). * Blender.link, Blender.bylink and Blender.event should work. Somehow the only event coming through now is only REDRAW. * Added include path to /intern/guardedalloc More... about 21 years ago
Rest of the VC7 intern projectfiles. More... about 21 years ago
First set of VC-7 project files. Also first my first commit in the free world, what hath hell wrought. More... about 21 years ago
Fixed Goofster's merge menu (added the merge at center option) More... about 21 years ago
removed a line to test cvs mailout More... about 21 years ago
added an extra line to test the cvs commit mailout More... about 21 years ago
* Removed datablock.[ch] * Object.Get("") should work. * Many variables from module Object are implemented. * Updated build environment to generate more warnings (-Wall) More... about 21 years ago
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