Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 4103 / 5574

February 22, 2011, 11:43 (GMT)
remove unused code.
February 22, 2011, 11:32 (GMT)
feature back from 2.4x where a python error moves the cursor to the error line, added moving to exact column for syntax errors too.
February 22, 2011, 10:56 (GMT)
Fixed crash when sculpting on deformed mesh with smooth brush:
vertex iter should be declared inside omp block or it'll be
thread-unsafe otherwise.
February 22, 2011, 10:33 (GMT)
doxygen: entries for blenderroutines, converter, expressions, gamelogic, gameplayer, ketsji
Revision 7729ecc by Janne Karhu
February 22, 2011, 10:27 (GMT)
Fix for [#26163] New Texture selectors don't update Texture preview
* Send texture notifier instead of generic property space notifier when texture context is changed.
Revision fdf60ea by Janne Karhu
February 22, 2011, 09:34 (GMT)
Bug fix: Fluidsim paths were not handled properly
* Tsk! Using sizeof(string) to determine string length works if the string is a char array, but not if it's a pointer to a char array!
* Now the fluid code uses the actual size of the string directly.
February 22, 2011, 09:14 (GMT)
missed updating this when modifying addons module.
February 22, 2011, 08:29 (GMT)
last commit used py3.2 function, inline for py3.1
Revision d82ff93 by Lukas Toenne
February 22, 2011, 08:22 (GMT)
Small fix: reset the NTREE_DO_VERSIONS flag, so new node trees don't get updated in future.
Revision 8b5d019 by Lukas Toenne
February 22, 2011, 07:58 (GMT)
Fixed missing initialization of node stack entries.
February 22, 2011, 07:57 (GMT)
pyapi, use direct access to the frame rather then python attributes.
Revision 91357ae by Lukas Toenne
February 22, 2011, 06:45 (GMT)
Fixed sloppyness bug, used wrong pointer names when calling lib_nodetree_do_versions_group.
February 22, 2011, 06:23 (GMT)
cmake was using dna source list with the variable out of scope, possibly causing dependency problems.
February 22, 2011, 06:05 (GMT)
patch from sambler on irc, writes version info for OSX.
February 22, 2011, 05:49 (GMT)
part of a patch from Dan Eicher with some edits.
- clean svn string: 35042:35051M -> 35051
- debian and pacman build with threads by default.
February 22, 2011, 05:23 (GMT)
make doc generation close files (py3.2 complains about this),
minor formatting changes for C docstrings.
February 22, 2011, 05:16 (GMT)
bugfix [#26126] Transparency panel label issue
February 22, 2011, 04:42 (GMT)
correct example
February 22, 2011, 03:19 (GMT)
fix [#26172] Lattice vertice selection by border selection ( shortcut B ) doesn't update vertice number ( in info header )
missing notifier.
February 22, 2011, 02:47 (GMT)
bugfix/workaround [#25629] Add torus with autmatic edit mode duplicates mesh after >Aling to View.

adding meshes in C does:
Add Empty Mesh -> Enter Editmode -> Create Mesh

while python does:
Add Generated Mesh -> Enter Editmode


problem with this is there is no empty undo state for undo-redo to use so it always gave a duplicate mesh on redo-ing.
workaround by adding an empty mesh, do an undo push, and join the generated mesh into the empty one.

this would be fixed if undo stack spanned modes.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021