Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 4629 / 5574

Revision f75005c by Jiri Hnidek
July 29, 2009, 12:35 (GMT)
2.5 MetaBalls

- It is possible to work with MetaBalls in edit mode now
- Added basic UI to the button window (feel free to change it :-))
- Header menus should work
- Undo & redo should work
- Removed global variable editelems and lastelem (moved it to the MetaBall struct)
- All tools from old editmball.c was converted to the operators
- Added lastelem to the RNA
- Experimental: mb->editelems is only pointer at mb->elems or NULL (depends on Mode). ListBase of MetaElems is not duplicated in edit mode.

Tested with scons at Linux and mac OS X

TODO:
- Recalc data after Undo or Redo
- Solve issue with basic MetaBall and Python UI script (only base MetaBall object influence Wiresize and Threshold)
- Fix orientation of manipulator in "Normal mode"
Revision b3d0753 by Joshua Leung
July 29, 2009, 11:59 (GMT)
2.5 - Small tweaks to order of buttons for Animation Editor header buttons to have more consistent layout
July 29, 2009, 11:53 (GMT)
2.5

Small fix: SHIFT+D caused transform to move with more precision, as if
shiftkey was pressed.

July 29, 2009, 11:32 (GMT)
Some small changes to textures import/export.
July 29, 2009, 04:53 (GMT)
Use the Ramer-Douglas-Peucker algorithm instead of a reverse Chaikin filter to reduce stroke complexity.

Divergence limit is 4 pixels (could be tweakable but 4 is a nice number).
Revision 928ba54 by Joseph Eagar
July 29, 2009, 00:43 (GMT)
edge ring select works again.
July 29, 2009, 00:37 (GMT)
- console remove doubles with command history
- povray file removal was uncommented
July 29, 2009, 00:18 (GMT)
Added changes to the AdjacencyIterator type to support Python's
iterator protocol. Now the following code in the conventional
SWIG-based syntax:

it = AdjacencyIterator(iter)
while not it.isEnd():
ve = it.getObject()
...
it.increment()

can be written using the iterator protocol as follows:

for ve in AdjacencyIterator(iter):
...
July 29, 2009, 00:11 (GMT)
Implemented a measure to avoid an infinite loop triggered when
ChainingIterator::init() and ChainingIterator::traverse() were
not properly overloaded in a subclass.
July 28, 2009, 22:44 (GMT)
list the filesystems on linux.
July 28, 2009, 21:08 (GMT)
2.5 file browser
* small tweak for tab completion of directory: make TEX button interactive again

Note1: only TAB key triggers update (see ui_do_but_textedit, line 1599)
July 28, 2009, 21:06 (GMT)
Forget add the bearing X, a little better now (hinting).

July 28, 2009, 20:02 (GMT)
Bitmap mode is back.

The option of Texture or Bitmap font is working again, yes it's really
uuuuugly right now, but it work.

On the next commit I go to put this at the same level that texture font.

Change this from User Preferences -> Language -> Textued Fonts, save
the preferences and run blender again.

July 28, 2009, 19:32 (GMT)
- UVs weren't exported correctly.
- check for user quit while povray is parsing the file.
- detect if povray cant parse the file and exit the render loop.
July 28, 2009, 19:14 (GMT)
Fix crash on Linux with some WM.

This is fixed on trunk but was remove in some merge (give conflict).

July 28, 2009, 18:59 (GMT)
2.5: various one-liner fixes

* Image window only show game properties in game mode.
* Fix image window render info drawing wrong with alpha enabled.
* Win32 editmode cursor now uses a different one than the system
cursor, that one is barely visible, especially in the new theme
colors.
* Center text in operator header print.
* Fix sequencer unlock shortcut key.
* Fix uv layer / vertex color active render button now graying out.
* Workaround to get default zoom level 1:1 again for new buttons
(will try to fix properly later, is due to scrollbars).

July 28, 2009, 18:54 (GMT)
2.5: Materials and textures can now be assigned again
even if not slot for them is available.

July 28, 2009, 18:51 (GMT)
2.5: File browse button in ui layouts now works, e.g. for render
output path or fluidsim path.

July 28, 2009, 18:25 (GMT)
2.5 file browser
Bugfix: scrollwheel in left panel area should pan, not zoom.
July 28, 2009, 18:20 (GMT)
2.5 file browser
* Bugfix: keep the filename when changing directory, either by clicking on it or by selecting a bookmark
* MSVC uninitialized variable runtime check fix in widget_draw_text
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021