Blender Git Commits

Blender Git "master" branch commits.

Page: 5204 / 5574

July 3, 2006, 03:27 (GMT)
remove this mesh cleaning function, have alredy added a new Mesh based one (as opposed to NMesh).
July 3, 2006, 03:22 (GMT)
Update to ply export, give nice messages to the user rather then throwing errors at the user.
Export mesh data with modifiers and objects matrix applied. export not only mesh data but text, nurbs etc (thanks to BPYMesh getMeshFromObject)

Small updates to ply import, dont set the TEX of a face (no pink faces anymore)
July 3, 2006, 01:52 (GMT)
added python 2.3 set importer for BPyMesh_redux
made ngon loop-reduce function faster by replacing dicts with sets
off_export has some errors, modernized the script.
added a python 2.3 reversed compat function - just uses ls[::-1]

Further 2.3 compat testing needed.
July 2, 2006, 23:09 (GMT)
Made geometrys polyfill work with all iterators (not just lists) and updated bpymeshes ngon to ignore polylines with <3 verts.
Revision f000ce6 by Ken Hughes
July 2, 2006, 21:37 (GMT)


===Python API===
Bugfix: key curve names compared using strncmp instead of strcmp,
resulting in wrong comparisons.
July 2, 2006, 19:50 (GMT)
Scripts:

- Jean-Michel Soler (thanks!) pointed that the 3ds importer was missing
license info. Added a GPL license block copied from the 3ds exporter by
the same author.
July 2, 2006, 19:32 (GMT)
Beauty fix: if you use AA fonts in UI, and set 'texture draw' option,
the info text in file window sometimes displayed in wrong scale.

Moved order of drawing to ensure this cannot happen.
July 2, 2006, 19:00 (GMT)
=== MSVC project files ===
- added new Geometry.c file
July 2, 2006, 18:59 (GMT)
=== warnings cleanup ===
- removed obvious typo after #include
- put back include for using EXPP_check_sequence_consistency and EXPP_ReturnPyObjError
July 2, 2006, 18:26 (GMT)
Bugfix #4557

Report noted the slow icon renders for menus, which indeed is an issue,
especially when texture images need to be loaded (not to mention that
will eat up loads of memory).

Added a flag in scene to disable loading of images, makes it 50 times
faster, at least :)
July 2, 2006, 15:28 (GMT)
finish adding Geometry module, removed polyfill from mathutils, updated epydoc links and updated BPyMesh NGon function
July 2, 2006, 15:25 (GMT)
Adding new geometry module, at the moment it only contains polyfill.. more commits to come, moving from mathutils.
July 2, 2006, 13:08 (GMT)
Bugfix #4536

FTF_GetStringWidth() was calling for translations, whilst translation was
not set even, causing crashes in strings.
Probably this was instable for many cases using Internation Font...
July 2, 2006, 12:46 (GMT)
Bugfix #4556

When a curve guide animates, it doesn't correctly work on dynamic particles.
This because the guides work on a fixed starting position (the birth of
particle) and then defines a full path for the entire particle. It is clear
this was only coded with static particles in mind...

Nevertheless, I've added a line of code to at least put the curve guide
on correct location for the moment a particle gets born.

Report moved to the todo tracker; this should be a spec for particle recode
July 2, 2006, 12:03 (GMT)
Bugfix #4569

Global undo didn't restore correctly the camera in unlocked 3d views.
("Lock" icon option next to layer buttons)
July 2, 2006, 11:47 (GMT)
Bug #4568

No fix... the Object "TimeOffset" option to work on own ipo doesn't work
at all, not since NaN days. Enabling it is easy, but might screw up a lot
of previous saved files.

I moved that report to the todo, for a make-over of the entire internal
timing system. Added tooltip in button this option doesn't work.
July 2, 2006, 11:21 (GMT)
Bugfix #4565

Curves without bevel/extrude don't react to buttons to fill front/back.
That is coded that way, so added this info to the tooltip

Bug report #4566

Creases drawing became very awkward in commit in august last year. Flipped
the drawing order so the fat lines - denoting creases - are drawn first.
That way the value of crease is visible, as well as edge selection state.
July 2, 2006, 10:42 (GMT)
Bugfix #4564

Environment mapping on channel "Mirror color" didn't support stencilling.
July 2, 2006, 10:37 (GMT)
wasnt decref'ing items I got from PySequence_GetItem for PolyFill or ob.join() fixed and tested, memory dosent increse when used in a large loop.
July 2, 2006, 10:36 (GMT)
Bugfix #4563

Wave Modifier defaulted to Y waves, even when both X and Y buttons were
disabled. That case isn't very useful, nevertheless... if buttons allows it
then it should just work!
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021