611
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
(fix) More... over 14 years ago
single tree (by default) now that build is nlogn (it should be worth to the tree of trees) More... over 14 years ago
* fixed armature bind pose issue * fixed image exporting issue More... over 14 years ago
Fix segfault on makesrna. More... over 14 years ago
Copies textures to the directory where exported file is. More... over 14 years ago
NlogN building: sort once select subsets and kept the order (on X, Y and Z) More... over 14 years ago
Smoke: fix crash with collisions + flows More... over 14 years ago
Merged BKE_get_image_export_path() from soc-2009-kazanbas branch with: More... over 14 years ago
Fixed argument checking in __init__ methods of Interface1D, Predicates, Functions, and StrokeShader types. More... over 14 years ago
* add notifications for rna updates to curve. This gives realtime updates for curves in editmode. If someone knows how to get this to work for object mode too, that'd be great.
Nathan Letwory (Blender)
as Nathan Letwory
More... over 14 years ago
Ignoring BGE world setting from previously files. * That also means you can't really change them and save it before we actually do a do_version. * Marking the old variables in DNA_world_types.h to be removed. More... over 14 years ago
* copy python zips from new release location
Nathan Letwory (Blender)
as Nathan Letwory
More... over 14 years ago
* added armature/skinned mesh export * meshes are now exported without modifiers applied (for skinning to work), this should become a configurable option later * had to edit OpenCollada code to make armature/skinning import work correctly * code layout improvements More... over 14 years ago
2.5 MetaBalls and UI More... over 14 years ago
* Fixed uninitialized pointers in "__init__" methods of UnaryFunction1D types. More... over 14 years ago
Merge with 2.5 -r 21756:22173. More... over 14 years ago
Renamed Subsurf > Subdivision Surface Multires > Multiresolution More... over 14 years ago
2.5 - MetaBalls are now animateable More... over 14 years ago
2.5 - Make Proxy Tweaks More... over 14 years ago
- re-wrote image exporting function renaming it from BKE_export_image to BKE_get_image_export_path because now it doesn't copy files but only manipulates paths. It produces both ablsolute and relative paths. COLLADA exporter can now use it. - re-wrote unit test for it, this is now more compact and readable - RNA API Image.get_export_path takes a boolean arg to indicate whether a relative or absolute path should be returned. Python scripts can now use it. More... over 14 years ago
2.5 - Make proxy operator works again now More... over 14 years ago
UI tweaks More... over 14 years ago
* Fix makefiles once more, change tabs to spaces More... over 14 years ago
* unzip osx python modules on make release, too More... over 14 years ago
Fix access to MEM_CacheLimiterC-Api.h. More... over 14 years ago
* small fix for python versions More... over 14 years ago
changed makefile defaults to point to py3.1 for linux/bsd/openbsd/windows (probably nobody uses makefiles on win32 anymore) More... over 14 years ago
* remove unused member of KX_Scene - m_objecttree * implicit declaration of getenv in glutil.c More... over 14 years ago
2.5 - Bones with "Euler" rotations can now have their rotation keyframed properly using built-in keyingsets (i.e. the IKEY menu in 3D-View) More... over 14 years ago
Smoke: a) fixing domain boundaries b) fixing flow gui (no more velocity there - taken from particles) c) Outflow available (deletes smoke from scene) d) deactivating other noise options for now e) base for render/preview settings f) fixing collisions to be working again More... over 14 years ago