611
I Use This!
Very High Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
2.5 More... over 14 years ago
2.5: File browser More... over 14 years ago
2.5: code cleanup, added CTX_wm_space_* for each space type, instead of casting everywhere. More... over 14 years ago
Added armature export in COLLADA exporter (not complete yet). More... over 14 years ago
2.5 Lamp Buttons: More... over 14 years ago
* copy io scripts into osx bundle with scons, in post-build process More... over 14 years ago
* copy io scripts into osx bundle with cmake, in post-build process More... over 14 years ago
console copy text was upside down. made ctrl+space operator find and autocomplete in the console, need a bette way to make these key bindings co-exist. More... over 14 years ago
NLA: Mute/Disable NLA Playback More... over 14 years ago
2.5 - Anim Editor cleanups + Graph Editor Clutter Reduction More... over 14 years ago
2.5 Part 2 of Layout Code Cleanup: More... over 14 years ago
wrote images with the wrong extension (still ran), but is confusing. More... over 14 years ago
simple povray render integration. More... over 14 years ago
2.5 Lamp Buttons: More... over 14 years ago
2.5 - Start of Make Proxy Operator More... over 14 years ago
[#19036] blender should use 'static inline' in BKE_cloth.h to work with C99 Török Edwin (edwintorok) More... over 14 years ago
- lamp UI was missing y samples for rectangle area lamps - returned ID types from RNA funcs didnt get their ID's assigned which crashed in some cases (still not working for members of ID types). - ob.create_remder_mesh() wasnt assigning any materials. More... over 14 years ago
Replaced missing integrateDouble() by integrate() newly implemented in revision 21954. More... over 14 years ago
* BPy_IntegrationType.cpp: Added a Python wrapper of integrate function. More... over 14 years ago
better loading partially written TARGA's, dont read over the end of the buffer and set the remaining pixels 0. More... over 14 years ago
* scons changes for mac osx intel / precompiled python 3.1 More... over 14 years ago
* cmake / mac - unzip python modules from /lib/release into .blender/python on build More... over 14 years ago
2.5 Part 1 of Layout Code Cleanup: More... over 14 years ago
* freestyle_init.py: Removed all classes for wrapping extension types. This allows users to test the types of those objects that are returned by API functions, by means of usual Python idioms such as "type(I) is T" and "isinstance(I, T)". More... over 14 years ago
* Fixed compiler errors in UnaryFunction0DVectorViewShape::__call__() and UnaryFunction1DVectorViewShape::__call__(). More... over 14 years ago
small msvc fix More... over 14 years ago
Changed DIR_SEP for WIN32 from "\\\\" (double backslashes) to "\\" (single backslash). More... over 14 years ago
2.5 file browser New: * added filter and display to some operator properties. Now file browser opens showing only .blend files and folders on file->open and on image->open changes to image display and only shows images and movies. Fixes: * fixed stupid removal of wrong prototype in last commit * fixed a few warnings More... over 14 years ago
render api utility function to initialize a render layer from an image rather then loading through python. More... over 14 years ago
2.5 / Drag & Drop Small tweak for MOUSEDRAG/DROP event generation More... over 14 years ago