Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-05-24Use of a (not included in cvs) file called user-def.mk to override theChris Want
build variables ... basically a way to override the build defaults with less risk of a cvs conflict.
2003-05-24Last of cgul's documentation submissions.Casey Corn
2003-05-24* Fix compiler warning. Struct QuicktimeCodecData had to be declared.Michel Selten
2003-05-24Added group defaultconfig to group mainmodule.Casey Corn
2003-05-24Comments submitted by: cgulCasey Corn
2003-05-24This is the initial commit for the doxygen config file and the file whichCasey Corn
defines the blender blender mainpage and the major module groups.
2003-05-23bug fix: sigsegv when script had syntax errorsWillian Padovani Germano
2003-05-23* Fixed bug in BPY_interface.c (exppython):Willian Padovani Germano
Found that syntax errors in scripts were giving SIGSEGV, my mistake. * Added new helper type: rgbTuple. This is used to represent and deal with rgb color triplets in modules like Material and Lamp. Updated Lamp module to use it.
2003-05-23First documentation commit :)Casey Corn
2003-05-22removed the unnecessary #include.Simon Clitherow
2003-05-22- fixed 'double-click on blend file' errors on Windows -- INTERNATIONAL ↵Simon Clitherow
stuff now also checks the installation directory for /.blender, etc - registering .blend files for WinNT/2000/XP now works correctly (settings remain after a reboot).
2003-05-22Stage two of removing ssl support.Kent Mein
I've modified things so it nolonger uses the stuff in blender/source/blender/verify This should be working for both the old Makefiles and the autoconf stuff. People working with other build systems please update them, both blender/source/blender/verify and sign will be going away soon. (Next step is to get rid of blender/intern/keymaker) Kent
2003-05-22Moved the MAX section up so its with MAXFLOATKent Mein
also cleaned up some tabbing to make the file look pretty... Kent
2003-05-22fixed a memory deallocation error.Rob Haarsma
2003-05-21Implemented the compare callback for Camera, Image, Lamp and Text types:Willian Padovani Germano
Following a suggestion made by Jordi Rovira i Bonet, the comparison now is made via the pointers to the Blender objects, not their py wrappers.
2003-05-21* Implemented more of the Object module.Michel Selten
* Keep a Python Object reference for parent and track objects when available.
2003-05-21Moved the misc txt files into the doc dir...Kent Mein
I wasn't sure maybe the two license files should be put in the root dir instead.... I also reformated the bf-members.txt file a little to nuke extra spaces and newlines (as well as updated my entry to include my name instead of just sirdude... It looks like there are some special chars in it that someone should fixup, not sure what they are suppose to be though) Kent
2003-05-21Jeroen Lamain's edgeRender patch....Kent Mein
Removes floating point calculations and fixes some rounding errors too boot. I created a test program so you can see the differences if anyone is interested you can grab it from http://www.cs.umn.edu/~mein/blender/testedge.c Kent
2003-05-21fixed dialog framerate.Rob Haarsma
2003-05-21Updated Quicktime code so settings can be stored in the blendfile.Rob Haarsma
This enables Blender to; - have scenes with different codec settings. (same as avicodec) - render directly without dialog. - batch/background render to Quicktime movies. Only tested on windows. ;)
2003-05-20* Fixed a bug in Object.getSelected(). All the objects were returned in steadMichel Selten
of just the selected object(s). This bug was pointed out by Jacek Poplawski. * If there's already a PyObject of a certain object available, then don't create a new one, just return the specified object. * Updated the Object_getData function to return correct objects. So far it can return objects of type Camera, Curve, Lamp and Object.
2003-05-20First step in removing ssl support...Kent Mein
I removed the source/blender/sign dir from both autoconf and the old makefiles. If someone could update the projectfiles and the other build systems then we can nuke that directory. Kent
2003-05-20Slightly Modified version of Kester Maddock's Lamps patch to up theKent Mein
max from 256 to 32766. I removed the duplicate define and updated the files that needed it. Kent
2003-05-20Kester Maddock's valgrind memory issue patch.Kent Mein
(initalizes a var to 0 before its used for the first time)
2003-05-20removed redundant solution file (moved to blender directory)Nathan Letwory
2003-05-20updated paths for two subprojects.Nathan Letwory
2003-05-20updated include directories. Using msvc7 projectfile macros.Nathan Letwory
2003-05-20moved one dir up.Nathan Letwory
2003-05-20move it one dir up.Nathan Letwory
2003-05-20updated msvc7 project files and solution file. Updated to reflect new ↵Nathan Letwory
include directories. Added WITH_QUICKTIME, WITH_FREETYPE2 and INTERNATIONAL to the subprojects that needed them. created FTF_ttfont and blenderqt.
2003-05-20* Implemented the 3 functions needed by the Object module:Willian Padovani Germano
For Camera and Lamp * Minor updates, NMesh is not finished yet.
2003-05-20Guignot implemented 3 functions needed by the Object ModuleWillian Padovani Germano
2003-05-19MSVC7 Solution file. The main entry for MSVC7. Project files will follow ↵Nathan Letwory
shortly.
2003-05-17* Updated the naming convention for some functions. I forgot those the lastMichel Selten
time. * Created the M_ObjectCheckPyObject and M_ObjectFromPyObject functions. These are needed for interfacing to other modules. * The Object methods have been created. Not all of them are implemented yet.
2003-05-17* Added Blender.Curve submodule, written by Jacques Guignot (guignot):Willian Padovani Germano
Jacques contributed a new module to exppython, one that isn't available in the current 2.27 API. Welcome, guignot : ).
2003-05-17* Added submodule NMesh:Willian Padovani Germano
Partially implemented. Most of it comes from opy_nmesh.c, plus needed changes to integrate in into exppython. * Added helper submodule vector, needed by NMesh. * Minor changes in other files.
2003-05-16Fixed nasty issue when aborting Quicktime rendering.Rob Haarsma
2003-05-16reverted to 2.27 original fontcoloring methodRob Haarsma
reverted to patched ftgl library. speed improvements were not really noticable.
2003-05-15Seeing all comments on the interface slowdown, I decided to try a differentRob Haarsma
approach for the coloring of interface texts. Currently two seperate fonts get generated, one black and one white, which eliminates the glPixelTransfer command. (which assumably caused the huge slowdowns) Please try, and post your experiences on the interface drawing speed. NOTE: for this new method you need the *unmodified* FTGL library: http://homepages.paradise.net.nz/henryj/code/#FTGL Apologies on any inconveniences...
2003-05-15- Copy the font and .Blanguages into the end resultWouter van Heyst
2003-05-14updated release makefiles and self installer script for windowsSimon Clitherow
2003-05-14- Remove duplicates from po filesWouter van Heyst
- Provide debug target - Run msgfmt on all but fi.po
2003-05-14Irix doesn't like 'cp -a' for recursive copyingChris Want
2003-05-14- updated iff.h, for compatibility with blender itselfTon Roosendaal
this fixes zbuffer reading for plugins again
2003-05-14just translated imbuf structTon Roosendaal
2003-05-14doubled the size of the string to be translated, which fixesRob Haarsma
the italian mo crash.
2003-05-14don't crash when adding an object after the previously selected objectStefan Gartner
has been deleted (thanks to Bischofftep for pointing this out)
2003-05-14.mo files were created in the wrong directory on os x (d'oh!)Stefan Gartner
2003-05-14use $(NANBLENDERHOME) instead of ../..Stefan Gartner
2003-05-13Added some comments on FTGLKent Mein
Kent