Blender Git Commits

Blender Git "master" branch commits.

Page: 5459 / 5574

June 13, 2004, 10:18 (GMT)
Fix for #1355

Recalculate normals (mesh editmode) had some weak points, as demonstrated
in the bug report sample file. It appeared to be 2 aspects that could be
simply fixed:

- for calculation of the most outer face (to set normal outside) it used
a manhattan distance. making it real distance helped quite some
- but most important: the routine only took triangles into account, which
didn't work proper with very irregular quads, especially with non-flat
quads. It now calculates both trias in a quad individually.
June 12, 2004, 20:46 (GMT)
New script:
Ben Omari contributed a DirectX 8 Exporter (thanks!). It will probably be updated before 2.34, as some of the other bundled scripts.
June 11, 2004, 13:21 (GMT)
- update to MSVC6 for Property support
June 11, 2004, 13:19 (GMT)
- update to MSVC7 for Property support
June 11, 2004, 13:17 (GMT)
- update to SCons for Property support
June 11, 2004, 13:15 (GMT)
- new internal Property module
- Object support for add/remove/modify object Properties
June 11, 2004, 09:17 (GMT)
Script menus:
-- new try so that scripts place their guis and file selectors in proper places:
should be ok now for any but the really weirdest screen layouts, will be updated when scripts are added to other menus in the interface.
Revision 79c00d6 by Matt Ebb
June 11, 2004, 02:39 (GMT)
* Added a spot for scripts to register themselves in the Help menu

* Gave the spiffy new 'System Information' script a new home there
Revision d34f89b by Matt Ebb
June 11, 2004, 02:12 (GMT)
* Edited and consistent-ified the File->Import menu item labels and fileselect button labels, as discussed on the forums.

* Added items for importing DXF, VRML, etc. in the File->Import menu, that just call the normal Open function. Most people don't even know that you can open these formats through the normal Open fileselect, so this will make it more obvious.

* Removed the 'Export Selected' menu, and put poor old lonely STL in the Import and Export menus too. Most of the exporters export only the selected object anyway, so it's not really a necessary distinction to make.
June 10, 2004, 15:14 (GMT)
- small updates to scripts and bpython docs, also fixed two warnings;
- added function Blender.sys.exists(path) to check if a given file exists;
- forgot to mention: in my previous commit the blender.html file was also updated slightly.
June 10, 2004, 03:27 (GMT)
Scripts:

- tiny updates for better behavior, unix line endings, cvs Id tags;
- Updated DX7 exporter (thanks to author Ben Omari who's also working on a DX8 one);
- added sysinfo script;

Interface (scripts):

- changed behavior for which win is chosen for script guis:
Now there's a smarter order, guis will use either:
- Scripts win
- Buttons win (if not a script from groups Wizards or Utils)
- Text win
- Closest bigger area
- Added a button to the scripts header so that it's faster to return to the buttons win (this can be made general), if that was the previous win used.
Revision 7ff5c16 by Kent Mein
June 9, 2004, 19:49 (GMT)



This fix is thanks to: hangman4 (Thomas Power)

Basically needed a fflush on the file after all of the writing.
This closes out 1080

Kent
Revision 57fc443 by Kent Mein
June 9, 2004, 19:27 (GMT)


Fixed part of write a bmp file, its still truncating the image slightly
however this fixes another problem. (Basically the offset wasn't
being computed correctly.
This is for bug: 1080

Kent
Revision 53e1b83 by Kent Mein
June 8, 2004, 15:47 (GMT)


updated NAN_PYTHON_VERSION to 2.3 for all platforms...

Solaris and a bunch of the others were out of date....

I guess we should change them back for platforms that don't work out
with 2.3 but I'm guessing that things will get updated better this way
then asking everyone to update their own platforms.

Kent
Revision 21580bf by guignot
June 8, 2004, 07:27 (GMT)
new function for the Metaball objects : addMetaelem, which allows users to create Metaballs from python.
modified doc/Metaball.py to add this function
modified Object.c to allow the creation of Metaball objects
June 8, 2004, 05:43 (GMT)
Scripts: Campbell (ideasman) donated two more scripts: bvh motion capture import/export (thanks!).
June 8, 2004, 04:43 (GMT)
Scripts: Campbell (ideasman) updated his obj wavefront scripts.
June 8, 2004, 04:41 (GMT)
BPython docs: small formatting fixes, basically, so that epydoc can generate dvi, ps and pdf versions.
June 7, 2004, 11:57 (GMT)
Add the separate spec colour definitions!
June 7, 2004, 11:03 (GMT)
Python updates:
Added scene module
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021