ed6885d728
A better method for finding the installation dir on Windows.
...
Now works properly for _all_ Windows versions!
2003-06-11 20:26:35 +00:00
8ffd18a56c
- fixed timer-wait for tooltips. this annoyed me such a long time!
...
now the tooltip waits 0.3 seconds before popping up.
2003-06-11 19:38:35 +00:00
51c8bb6077
- 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
2003-06-11 15:43:20 +00:00
47e7e146ba
- Makefile: removed 'creator lib' compiling. only 'publisher lib' is used
2003-06-11 15:41:11 +00:00
2c6da7a2db
- OSX bug: selecting vertices in imagewindow didnt draw in frontbuf visibly
...
added a glFlush
2003-06-11 15:40:25 +00:00
ef4c05bd6c
- OSX ghost: hand cursor, and it creates an opengl context with AUX buffer
2003-06-11 15:11:59 +00:00
2fc36da5fa
- 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'
2003-06-11 15:02:57 +00:00
f73b8eac82
enabled mousewheel functionality also in 3D textediting.
2003-06-10 21:07:56 +00:00
84bd226fa3
* Added 'extern' to PyTypeObject declarations in some headers.
2003-06-09 20:07:43 +00:00
c7c5fd1451
small update to getAttr method
2003-06-09 04:35:24 +00:00
864e5640f7
* 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.
2003-06-09 04:01:48 +00:00
51850586a8
fixed a prob with background rendering, also spotted by intrr.
2003-06-08 16:25:48 +00:00
ad61dd37ef
* 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 .
2003-06-07 03:49:45 +00:00
b499fac975
readded IS_jpg() macro
2003-06-06 11:55:16 +00:00
Casey Corn
3942b12185
Hopfully fixed the readability issue by using distributed group docs.
2003-06-06 03:21:39 +00:00
98752e5d92
Blender now correctly checks the current dir for /.blender/.Blanguages
...
on Windows
2003-06-05 18:36:27 +00:00
a9ced6d86a
* 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.
2003-06-05 18:03:46 +00:00
d29a8c0a3c
*Minor updates:
...
changed some function names and cleaned the Camera header file
2003-06-05 16:21:44 +00:00
0de12ba517
Holger's update.
...
Kent
2003-06-05 15:24:47 +00:00
f40d9f57ee
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.
2003-06-04 21:22:57 +00:00
f289109228
* Made three functions static in the Object module.
...
* Updated the method struct for the Object module. It now terminates with a
{0}.
2003-06-04 20:18:29 +00:00
474ab1ff7b
* Fixed stupid compilation bug (non-gcc) in BGL. I did some initialization
...
before variable declarations. ugh, gcc -Wall didn't complain.
2003-06-04 18:59:19 +00:00
7d38afc7b6
holger's patch for visual-c ssl stuff.
...
Kent
2003-06-03 19:09:03 +00:00
Chris Want
ddceb57d8e
Removing this ssl-related file as it is no longer needed
...
and breaks the Irix build.
2003-06-03 14:19:55 +00:00
Casey Corn
9c9b8a9565
Enabled distributing group documentation, in order to make docs
...
cleaner.
2003-06-03 02:24:35 +00:00
a127b38760
* 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.
2003-06-02 20:15:50 +00:00
Alexander Ewering
271dc5aaf1
Fixes a memory leak which caused Blender to hog up more and more memory
...
when rendering long animations.
2003-05-31 15:44:58 +00:00
302479603b
* 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.
2003-05-31 04:43:10 +00:00
721fa5479c
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
2003-05-30 19:00:12 +00:00
Chris Want
fb76c8ac76
Updated the docs for building blender using cygwin/gcc.
...
Thanks for the input Pjotr!
2003-05-30 15:50:09 +00:00
3c7c20676e
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
2003-05-30 15:06:54 +00:00
42d04bec4d
- fixed typo, a : should be ;
2003-05-30 10:38:00 +00:00
Casey Corn
8909176b7d
Added more docs, mostly header stuff, but some real docs in
...
IMB_imbuf_types.h and amiga.c
2003-05-30 01:50:46 +00:00
Casey Corn
56c65a051a
Added some input files and turned the INTERNAL_DOCS option on.
2003-05-30 01:48:17 +00:00
Chris Want
76dc07b9f6
Support for the experimental python stuff in the traditional
...
Makefiles (set EXPYTHON=true in user-def.mk).
2003-05-29 16:29:57 +00:00
9bca4abd02
Added Jan's Notes on NetBSD/pkgsrc building the source...
...
Kent
2003-05-29 14:18:48 +00:00
f46d9845ec
One of Jan's patches for NetBSD.
...
Kent
2003-05-29 14:09:25 +00:00
b13c0705d3
* 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().
2003-05-29 04:00:35 +00:00
ed928b5cca
OSX app name now is Blender with a capital Bee!
2003-05-28 15:02:09 +00:00
f2c40d3e37
Michael Velikanje's patch to renable Sphereical UV mapping.
...
Kent
2003-05-28 10:41:30 +00:00
b7bf9bf1b7
* 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
2003-05-28 04:36:18 +00:00
Casey Corn
a0e54446f3
Added cgul's comments.
2003-05-26 22:53:16 +00:00
Casey Corn
f882846641
Added docs/formatted existing docs for doxygen.
2003-05-26 19:20:56 +00:00
Casey Corn
ac3ca167e9
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
2003-05-26 19:16:30 +00:00
12af9af58a
updated comment for osx compiling
2003-05-26 14:17:26 +00:00
69272f0387
modified to load fonts correctly.
2003-05-26 12:43:47 +00:00
a9fa245cd6
removed a mousecoords printf message
2003-05-26 11:31:24 +00:00
Casey Corn
d5a2c705e5
Documentation commit.
2003-05-26 05:24:53 +00:00
8eac463c47
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-
2003-05-25 12:51:43 +00:00
Chris Want
fcad2744d7
Some tweaks to make the windows-gcc play nice with irix.
2003-05-25 05:22:46 +00:00