Kent Mein [Thu, 12 Jun 2003 18:25:56 +0000 (18:25 +0000)]
Added some small comments on cygwin building under windows.
From this post...
http://projects.blender.org/viewcvs/viewcvs.cgi/blender/doc/README.windows-gcc?rev=1.3&cvsroot=bf-blender&content-type=text/vnd.viewcvs-markup
Kent
Ton Roosendaal [Thu, 12 Jun 2003 10:07:36 +0000 (10:07 +0000)]
- Completely reorganized renderwin.c, added readable comments and removed
confusing functions which were only used once.
Part of examining how renderwindows get opened/closed, and to enable
a third option for render output to ImageWindow in Blender
Willian Padovani Germano [Thu, 12 Jun 2003 04:51:50 +0000 (04:51 +0000)]
* Small changes in many files:
- Trying to fix linking problems in OSX;
- Making module .Get functions behave like the ones in Blender 2.25 - 2.27
(Guignot pointed the incompatibility);
- Included more types to Blender.Types;
- Found by luck and corrected two bugs that were making Blender crash;
- Added/updated some simple functions.
Simon Clitherow [Wed, 11 Jun 2003 20:26:35 +0000 (20:26 +0000)]
A better method for finding the installation dir on Windows.
Now works properly for _all_ Windows versions!
Ton Roosendaal [Wed, 11 Jun 2003 19:38:35 +0000 (19:38 +0000)]
- fixed timer-wait for tooltips. this annoyed me such a long time!
now the tooltip waits 0.3 seconds before popping up.
Ton Roosendaal [Wed, 11 Jun 2003 15:43:20 +0000 (15:43 +0000)]
- OSX bugfix: drawing selection code for vpaint and faceselect happens in AUX
buffers now. It only works nice at OSX (tested, linux and windows do not
support it nicely)
This fixes the annoying flashing during paint or select
Ton Roosendaal [Wed, 11 Jun 2003 15:41:11 +0000 (15:41 +0000)]
- Makefile: removed 'creator lib' compiling. only 'publisher lib' is used
Ton Roosendaal [Wed, 11 Jun 2003 15:40:25 +0000 (15:40 +0000)]
- OSX bug: selecting vertices in imagewindow didnt draw in frontbuf visibly
added a glFlush
Ton Roosendaal [Wed, 11 Jun 2003 15:11:59 +0000 (15:11 +0000)]
- OSX ghost: hand cursor, and it creates an opengl context with AUX buffer
Ton Roosendaal [Wed, 11 Jun 2003 15:02:57 +0000 (15:02 +0000)]
- cursors: now display a nice hand over the edges, and another arrow for
vpaint/faceselect
- BUGFIX: restoring focus from renderwin to editor caused a click at the
wrong location (annoying when pressing 'render'
Rob Haarsma [Tue, 10 Jun 2003 21:07:56 +0000 (21:07 +0000)]
enabled mousewheel functionality also in 3D textediting.
Willian Padovani Germano [Mon, 9 Jun 2003 20:07:43 +0000 (20:07 +0000)]
* Added 'extern' to PyTypeObject declarations in some headers.
Willian Padovani Germano [Mon, 9 Jun 2003 04:35:24 +0000 (04:35 +0000)]
small update to getAttr method
Willian Padovani Germano [Mon, 9 Jun 2003 04:01:48 +0000 (04:01 +0000)]
* Applied a small fix to a bug reported by Guignot:
When a script that used setAttr for Camera Data objs (the bug also
affected some other modules) was executed multiple times, Blender
would crash after, let's say, the first 5 or 6 tries. Problem, as
Guignot pointed, was with reference counting. Should be ok now, all
affected modules were fixed.
* The Scene module is now "complete" (= 2.25).
* Made some necessary updates to Object and NMesh.
Rob Haarsma [Sun, 8 Jun 2003 16:25:48 +0000 (16:25 +0000)]
fixed a prob with background rendering, also spotted by intrr.
Willian Padovani Germano [Sat, 7 Jun 2003 03:49:45 +0000 (03:49 +0000)]
* Improved error checking in BPY_interface.c:
Applied a fix suggested by Guignot
* Added part of Module Blender.Scene.
* Added doxygen comments to Camera.c .
Stefan Gartner [Fri, 6 Jun 2003 11:55:16 +0000 (11:55 +0000)]
readded IS_jpg() macro
Casey Corn [Fri, 6 Jun 2003 03:21:39 +0000 (03:21 +0000)]
Hopfully fixed the readability issue by using distributed group docs.
Simon Clitherow [Thu, 5 Jun 2003 18:36:27 +0000 (18:36 +0000)]
Blender now correctly checks the current dir for /.blender/.Blanguages
on Windows
Willian Padovani Germano [Thu, 5 Jun 2003 18:03:46 +0000 (18:03 +0000)]
* Added two modules:
Guignot contributed the Ipo and Metaball modules. Metaball wasn't
available in the 2.25 API, it's a new addition.
* Minor changes in other files.
Willian Padovani Germano [Thu, 5 Jun 2003 16:21:44 +0000 (16:21 +0000)]
*Minor updates:
changed some function names and cleaned the Camera header file
Kent Mein [Thu, 5 Jun 2003 15:24:47 +0000 (15:24 +0000)]
Holger's update.
Kent
Simon Clitherow [Wed, 4 Jun 2003 21:22:57 +0000 (21:22 +0000)]
Registering .blend files now works for Windows -- hopefully!
You will need to re-register the blend files (blender.exe -R)
for the fix to come into action.
Michel Selten [Wed, 4 Jun 2003 20:18:29 +0000 (20:18 +0000)]
* Made three functions static in the Object module.
* Updated the method struct for the Object module. It now terminates with a
{0}.
Michel Selten [Wed, 4 Jun 2003 18:59:19 +0000 (18:59 +0000)]
* Fixed stupid compilation bug (non-gcc) in BGL. I did some initialization
before variable declarations. ugh, gcc -Wall didn't complain.
Kent Mein [Tue, 3 Jun 2003 19:09:03 +0000 (19:09 +0000)]
holger's patch for visual-c ssl stuff.
Kent
Chris Want [Tue, 3 Jun 2003 14:19:55 +0000 (14:19 +0000)]
Removing this ssl-related file as it is no longer needed
and breaks the Irix build.
Casey Corn [Tue, 3 Jun 2003 02:24:35 +0000 (02:24 +0000)]
Enabled distributing group documentation, in order to make docs
cleaner.
Michel Selten [Mon, 2 Jun 2003 20:15:50 +0000 (20:15 +0000)]
* Fix compilation errors on Windows hopefully. Implemented the suggestion done
by Aphex - thanks.
* Added the doc strings to the Object module.
* Added more functionality to the Object module.
Alexander Ewering [Sat, 31 May 2003 15:44:58 +0000 (15:44 +0000)]
Fixes a memory leak which caused Blender to hog up more and more memory
when rendering long animations.
Willian Padovani Germano [Sat, 31 May 2003 04:43:10 +0000 (04:43 +0000)]
* Updated NMesh port to exppython:
Added material and image handling/hooks and the constant dictionaries.
Changed Image.h and Material.h to only have public declarations, so
NMesh could include them.
Kent Mein [Fri, 30 May 2003 19:00:12 +0000 (19:00 +0000)]
Patch submitted by Martin Renold (maxy)
To complain on a certain error he was getting with a blend file.
See http://projects.blender.org/tracker/index.php?func=detail&aid=230&group_id=9&atid=127 for more info...
Kent
Chris Want [Fri, 30 May 2003 15:50:09 +0000 (15:50 +0000)]
Updated the docs for building blender using cygwin/gcc.
Thanks for the input Pjotr!
Kent Mein [Fri, 30 May 2003 15:06:54 +0000 (15:06 +0000)]
This is a fun one ;)
Removes ssl from blender.
makes the following directorys not needed anymore:
blender/intern/keymaker
blender/source/blender/src/pub
blender/source/blender/encrypt
blender/source/blender/decrypt
blender/source/blender/sign
blender/source/blender/verify
It works with The Nan Makefiles and autoconf, could whoever is working
on the other build systems update them so we can nuke those directorys?
They won't do anything but I figured I'd leave them in for a week or so
to make things easyer on people.
Kent
Ton Roosendaal [Fri, 30 May 2003 10:38:00 +0000 (10:38 +0000)]
- fixed typo, a : should be ;
Casey Corn [Fri, 30 May 2003 01:50:46 +0000 (01:50 +0000)]
Added more docs, mostly header stuff, but some real docs in
IMB_imbuf_types.h and amiga.c
Casey Corn [Fri, 30 May 2003 01:48:17 +0000 (01:48 +0000)]
Added some input files and turned the INTERNAL_DOCS option on.
Chris Want [Thu, 29 May 2003 16:29:57 +0000 (16:29 +0000)]
Support for the experimental python stuff in the traditional
Makefiles (set EXPYTHON=true in user-def.mk).
Kent Mein [Thu, 29 May 2003 14:18:48 +0000 (14:18 +0000)]
Added Jan's Notes on NetBSD/pkgsrc building the source...
Kent
Kent Mein [Thu, 29 May 2003 14:09:25 +0000 (14:09 +0000)]
One of Jan's patches for NetBSD.
Kent
Willian Padovani Germano [Thu, 29 May 2003 04:00:35 +0000 (04:00 +0000)]
* Module Curve updated:
Jacques Guignot (guignot) sent updated files for his Curve module.
* Module Armature (and its submodule Bone) added:
Jordi Rovira i Bonet (bandoler) contributed both modules, which
are NEW additions to Blender Python, not available in Blender 2.27.
* Added function to NMesh.c:
Jordi again. He added the function NMesh_getVertexInfluence().
Ton Roosendaal [Wed, 28 May 2003 15:02:09 +0000 (15:02 +0000)]
OSX app name now is Blender with a capital Bee!
Kent Mein [Wed, 28 May 2003 10:41:30 +0000 (10:41 +0000)]
Michael Velikanje's patch to renable Sphereical UV mapping.
Kent
Willian Padovani Germano [Wed, 28 May 2003 04:36:18 +0000 (04:36 +0000)]
* Added submodule Blender.Material
* Added submodule Blender.Types:
Blender Type definitions can't be static anymore.
* Some cleanup of now unused defines in Camera.h and Lamp.h
Casey Corn [Mon, 26 May 2003 22:53:16 +0000 (22:53 +0000)]
Added cgul's comments.
Casey Corn [Mon, 26 May 2003 19:20:56 +0000 (19:20 +0000)]
Added docs/formatted existing docs for doxygen.
Casey Corn [Mon, 26 May 2003 19:16:30 +0000 (19:16 +0000)]
Turned on the EXTRACT_STATIC flag and added BUILD_DATE to
the PREDEFINED variables. The generated docs will now show
documented static functions, and show the variables in buildinfo.c
Ton Roosendaal [Mon, 26 May 2003 14:17:26 +0000 (14:17 +0000)]
updated comment for osx compiling
Rob Haarsma [Mon, 26 May 2003 12:43:47 +0000 (12:43 +0000)]
modified to load fonts correctly.
Rob Haarsma [Mon, 26 May 2003 11:31:24 +0000 (11:31 +0000)]
removed a mousecoords printf message
Casey Corn [Mon, 26 May 2003 05:24:53 +0000 (05:24 +0000)]
Documentation commit.
Ton Roosendaal [Sun, 25 May 2003 12:51:43 +0000 (12:51 +0000)]
Changed cursor type for moving window edges in OSX into a 'grasping hand'.
For some real idiot reason, osx only has the left-right arrow cursor builtin, and not an up-down arrowed one. The little hand cursor seems to be used in other apps, so let's stick with that!
-Ton-
Chris Want [Sun, 25 May 2003 05:22:46 +0000 (05:22 +0000)]
Some tweaks to make the windows-gcc play nice with irix.
Casey Corn [Sat, 24 May 2003 20:49:29 +0000 (20:49 +0000)]
Modified existing docs to integrate with new docs.
Casey Corn [Sat, 24 May 2003 20:48:29 +0000 (20:48 +0000)]
Added ghost and imbuf to mainpage.
Casey Corn [Sat, 24 May 2003 20:42:56 +0000 (20:42 +0000)]
Added ghost, imbuf, and some src files to input, and switched on the
SOURCE_BROWSER flag to make the source code available in HTML
format.
Chris Want [Sat, 24 May 2003 20:04:37 +0000 (20:04 +0000)]
Support for building bf-blender under windows with gcc (huge thanks to
Florian Eggenburger).
Full instructions are in doc/README.windows-gcc.
Main differences from Florian's patch:
- the 'lib' dir should now be the same level as the 'blender' dir (rather
than being a subdir of 'blender'). This is consistent with the other
platforms that bf-blender supports (tuhopuu will also adopt this convention
hopefully soon).
- the script 'free_windows-env.mk' is no longer needed ... see the
docs about how this is overcome (again, tuhopuu will hopefully
also follow this route soon).
- the dlltool dir has it's own Makefile that builds all of the
needed stub libraries from the dll's in cvs.
Chris Want [Sat, 24 May 2003 17:22:18 +0000 (17:22 +0000)]
Use of a (not included in cvs) file called user-def.mk to override the
build variables ... basically a way to override the build
defaults with less risk of a cvs conflict.
Casey Corn [Sat, 24 May 2003 16:53:40 +0000 (16:53 +0000)]
Last of cgul's documentation submissions.
Michel Selten [Sat, 24 May 2003 15:16:26 +0000 (15:16 +0000)]
* Fix compiler warning. Struct QuicktimeCodecData had to be declared.
Casey Corn [Sat, 24 May 2003 00:41:27 +0000 (00:41 +0000)]
Added group defaultconfig to group mainmodule.
Casey Corn [Sat, 24 May 2003 00:38:31 +0000 (00:38 +0000)]
Comments submitted by: cgul
Casey Corn [Sat, 24 May 2003 00:10:39 +0000 (00:10 +0000)]
This is the initial commit for the doxygen config file and the file which
defines the blender blender mainpage and the major module groups.
Willian Padovani Germano [Fri, 23 May 2003 04:37:33 +0000 (04:37 +0000)]
bug fix: sigsegv when script had syntax errors
Willian Padovani Germano [Fri, 23 May 2003 04:34:55 +0000 (04:34 +0000)]
* Fixed bug in BPY_interface.c (exppython):
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.
Casey Corn [Fri, 23 May 2003 00:38:54 +0000 (00:38 +0000)]
First documentation commit :)
Simon Clitherow [Thu, 22 May 2003 18:17:22 +0000 (18:17 +0000)]
removed the unnecessary #include.
Simon Clitherow [Thu, 22 May 2003 18:06:25 +0000 (18:06 +0000)]
- fixed 'double-click on blend file' errors on Windows -- INTERNATIONAL 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).
Kent Mein [Thu, 22 May 2003 17:16:41 +0000 (17:16 +0000)]
Stage two of removing ssl support.
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
Kent Mein [Thu, 22 May 2003 11:11:56 +0000 (11:11 +0000)]
Moved the MAX section up so its with MAXFLOAT
also cleaned up some tabbing to make the file look pretty...
Kent
Rob Haarsma [Wed, 21 May 2003 21:42:36 +0000 (21:42 +0000)]
fixed a memory deallocation error.
Willian Padovani Germano [Wed, 21 May 2003 19:58:31 +0000 (19:58 +0000)]
Implemented the compare callback for Camera, Image, Lamp and Text types:
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.
Michel Selten [Wed, 21 May 2003 19:54:19 +0000 (19:54 +0000)]
* Implemented more of the Object module.
* Keep a Python Object reference for parent and track objects when available.
Kent Mein [Wed, 21 May 2003 18:59:42 +0000 (18:59 +0000)]
Moved the misc txt files into the doc dir...
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
Kent Mein [Wed, 21 May 2003 15:55:00 +0000 (15:55 +0000)]
Jeroen Lamain's edgeRender patch....
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
Rob Haarsma [Wed, 21 May 2003 02:26:45 +0000 (02:26 +0000)]
fixed dialog framerate.
Rob Haarsma [Wed, 21 May 2003 01:21:07 +0000 (01:21 +0000)]
Updated Quicktime code so settings can be stored in the blendfile.
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. ;)
Michel Selten [Tue, 20 May 2003 19:02:09 +0000 (19:02 +0000)]
* Fixed a bug in Object.getSelected(). All the objects were returned in stead
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.
Kent Mein [Tue, 20 May 2003 17:13:39 +0000 (17:13 +0000)]
First step in removing ssl support...
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
Kent Mein [Tue, 20 May 2003 17:09:55 +0000 (17:09 +0000)]
Slightly Modified version of Kester Maddock's Lamps patch to up the
max from 256 to 32766.
I removed the duplicate define and updated the files that needed it.
Kent
Kent Mein [Tue, 20 May 2003 15:34:23 +0000 (15:34 +0000)]
Kester Maddock's valgrind memory issue patch.
(initalizes a var to 0 before its used for the first time)
Nathan Letwory [Tue, 20 May 2003 11:29:01 +0000 (11:29 +0000)]
removed redundant solution file (moved to blender directory)
Nathan Letwory [Tue, 20 May 2003 11:28:02 +0000 (11:28 +0000)]
updated paths for two subprojects.
Nathan Letwory [Tue, 20 May 2003 11:21:17 +0000 (11:21 +0000)]
updated include directories. Using msvc7 projectfile macros.
Nathan Letwory [Tue, 20 May 2003 11:10:46 +0000 (11:10 +0000)]
moved one dir up.
Nathan Letwory [Tue, 20 May 2003 11:09:40 +0000 (11:09 +0000)]
move it one dir up.
Nathan Letwory [Tue, 20 May 2003 11:02:32 +0000 (11:02 +0000)]
updated msvc7 project files and solution file. Updated to reflect new include directories. Added WITH_QUICKTIME, WITH_FREETYPE2 and INTERNATIONAL to the subprojects that needed them.
created FTF_ttfont and blenderqt.
Willian Padovani Germano [Tue, 20 May 2003 03:56:41 +0000 (03:56 +0000)]
* Implemented the 3 functions needed by the Object module:
For Camera and Lamp
* Minor updates, NMesh is not finished yet.
Willian Padovani Germano [Tue, 20 May 2003 03:53:30 +0000 (03:53 +0000)]
Guignot implemented 3 functions needed by the Object Module
Nathan Letwory [Mon, 19 May 2003 12:48:37 +0000 (12:48 +0000)]
MSVC7 Solution file. The main entry for MSVC7. Project files will follow shortly.
Michel Selten [Sat, 17 May 2003 13:46:15 +0000 (13:46 +0000)]
* Updated the naming convention for some functions. I forgot those the last
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.
Willian Padovani Germano [Sat, 17 May 2003 07:08:08 +0000 (07:08 +0000)]
* Added Blender.Curve submodule, written by Jacques Guignot (guignot):
Jacques contributed a new module to exppython, one that isn't available
in the current 2.27 API. Welcome, guignot : ).
Willian Padovani Germano [Sat, 17 May 2003 04:29:49 +0000 (04:29 +0000)]
* Added submodule NMesh:
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.
Rob Haarsma [Fri, 16 May 2003 14:31:31 +0000 (14:31 +0000)]
Fixed nasty issue when aborting Quicktime rendering.
Rob Haarsma [Fri, 16 May 2003 12:48:38 +0000 (12:48 +0000)]
reverted to 2.27 original fontcoloring method
reverted to patched ftgl library.
speed improvements were not really noticable.
Rob Haarsma [Thu, 15 May 2003 17:01:00 +0000 (17:01 +0000)]
Seeing all comments on the interface slowdown, I decided to try a different
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...
Wouter van Heyst [Wed, 14 May 2003 20:25:40 +0000 (20:25 +0000)]
- Copy the font and .Blanguages into the end result
Simon Clitherow [Wed, 14 May 2003 18:36:48 +0000 (18:36 +0000)]
updated release makefiles and self installer script for windows
Wouter van Heyst [Wed, 14 May 2003 15:04:27 +0000 (15:04 +0000)]
- Remove duplicates from po files
- Provide debug target
- Run msgfmt on all but fi.po
Chris Want [Wed, 14 May 2003 13:47:36 +0000 (13:47 +0000)]
Irix doesn't like 'cp -a' for recursive copying