611
I Use This!
Very High Activity

Commits : Listings

Analyzed 30 minutes ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
UI: More... almost 15 years ago
UI scripts: More... almost 15 years ago
2.5: Image Editor More... almost 15 years ago
2.5: Text editor, port menu code to python. More... almost 15 years ago
UI More... almost 15 years ago
RNA * Added icon to property and enum property items. The latter is responsible for the large number of files changed. * For RNA functions, added PROP_RNAPTR flag to ask for a PointerRNA as argument instead of a C pointer, instead of doing it implicitly with the AnyType type. More... almost 15 years ago
iTaSC: help iTaSC to detect modification in IK tree (not needed for IK_solver but shouldn't hurt). More... almost 15 years ago
iTaSC: MSVC project file for release target. More... almost 15 years ago
KDL: detect 180 degre rotation around axis. More... almost 15 years ago
2.5 UI * RNA enum for icons to allow specifying icons as string * example: row.itemR(st, "line_numbers", text="", icon='ICON_LINENUMBERS_OFF') More... almost 15 years ago
saving globalDict didnt work with python3.x More... almost 15 years ago
Added copy_applied method on Mesh objects. Uses DerivedMesh funcs to get a mesh with all modifiers applied. More... almost 15 years ago
Bug #18920, clarification in tooltip of Mirror Vgroup option in the mirror modifier. More... almost 15 years ago
2.5 More... almost 15 years ago
Fix for bug #18924: OpenGL performance issue with particle modifiers, actually two modifier datamask optimizations that were never done. More... almost 15 years ago
missing var in last commit More... almost 15 years ago
2.5 - Changed the order in which constraints are defined in RNA to resemble the order users of 2.4x are more familiar with. Compared to the order in which they're actually defined, this order is more 'standard' in many cases. More... almost 15 years ago
Fixed MaterialsExporter and EffectsExporter classes. More... almost 15 years ago
Game Engine working with the new animation system for Ipos (IpoActuator) FCurves are used for animation evaluation so FCurve modifiers work :). More... almost 15 years ago
2.5 More... almost 15 years ago
Another fix in BPY_flag_from_seq: unrecognized flag is also an error. Print operator return value for debugging. More... almost 15 years ago
File selector working. For now it is accessed as context.add_fileselect(self.__operator__). More... almost 15 years ago
Fix bug in BPY_flag_from_seq: reset the flag before adjusting it. Otherwise py operators ended up returning something like OPERATOR_CANCELLED | OPERATOR_FINISHED. More... almost 15 years ago
Added exporting object textures, classes for writing <library_effects> and <library_materials>. These classes are hardcoded. More... almost 15 years ago
== Sequencer == More... almost 15 years ago
Standarizing on control for unconditionally entering keyboard input edit mode. (Outliner uses this because shift is used for multiple select) More... almost 15 years ago
BGE bug #18869: Can't create Windows runtime. More... almost 15 years ago
Update MSVC9 project files. Use pthreadVC2 instead of pthreadVSE2 to match scons (don't know why we were using VSE2 in the first place). More... almost 15 years ago
== Sequencer == More... almost 15 years ago
2.5 Material: More... almost 15 years ago