2011-05-01 |
Campbell Barton | replace inline string searches with BLI_findstring... |
tree | commitdiff |
2011-04-23 |
Joshua Leung | Small type-tweaks (int being returned as float) |
tree | commitdiff |
2011-04-23 |
Campbell Barton | skip pose slide if the RNA value isn't found. |
tree | commitdiff |
2011-04-21 |
Campbell Barton | pass even mouse coords value as const so its not edited... |
tree | commitdiff |
2011-04-21 |
Campbell Barton | converted more mixed tab/space indentations to tabs... |
tree | commitdiff |
2011-04-21 |
Campbell Barton | whitespace only, no functional change mixed tabs/spaces... v2.57a |
tree | commitdiff |
2011-04-20 |
Campbell Barton | bugfix where separating the armature would also separat... |
tree | commitdiff |
2011-04-20 |
Campbell Barton | minor cleanup & replace inline armature separate pchan... |
tree | commitdiff |
2011-04-19 |
Campbell Barton | patch [#26978] Minor Spelling Mistakes in Editor Operators |
tree | commitdiff |
2011-04-18 |
Campbell Barton | fix for part of this report [#27006] Apply Scale at... |
tree | commitdiff |
2011-04-06 |
Campbell Barton | fix for cmake glew includes (tested with mingw), also... |
tree | commitdiff |
2011-03-31 |
Joshua Leung | Pose Propagate - Further Tweaks: |
tree | commitdiff |
2011-03-31 |
Joshua Leung | Propagate Pose Tweaks: |
tree | commitdiff |
2011-03-28 |
Campbell Barton | misc nodes & editors: floats were being implicitly... |
tree | commitdiff |
2011-03-27 |
Campbell Barton | subsurf, derived mesh and other misc files: floats... |
tree | commitdiff |
2011-03-27 |
Campbell Barton | object/paint/misc-files: floats were being implicitly... |
tree | commitdiff |
2011-03-24 |
Campbell Barton | tag variable as unused. |
tree | commitdiff |
2011-03-24 |
Joshua Leung | Reshuffled utility function to keyframe drawing API... |
tree | commitdiff |
2011-03-24 |
Joshua Leung | Animation Tool: Propagate Pose |
tree | commitdiff |
2011-03-22 |
Campbell Barton | properties were being used with wrong type functions... |
tree | commitdiff |
2011-03-22 |
Campbell Barton | fix for crashes moving armature layers and applying... |
tree | commitdiff |
2011-03-19 |
Campbell Barton | remove some redundant vars, assignments & checks. |
tree | commitdiff |
2011-03-14 |
Joshua Leung | Bugfixes: |
tree | commitdiff |
2011-03-14 |
Campbell Barton | tag var as unused. |
tree | commitdiff |
2011-03-13 |
Joshua Leung | Replaced RNA code in previous commit with a version... |
tree | commitdiff |
2011-03-13 |
Joshua Leung | Pose Sliding Tools - Custom Property Support + Other... |
tree | commitdiff |
2011-03-03 |
Campbell Barton | use NULL instead of 0 for pointers, (editors) |
tree | commitdiff |
2011-02-27 |
Nathan Letwory | doxygen: blender/editors tagged. |
tree | commitdiff |
2011-02-27 |
Andrea Weikert | == UI icons == |
tree | commitdiff |
2011-02-27 |
Campbell Barton | pedantic warning cleanup, also remove texspace_edit... |
tree | commitdiff |
2011-02-25 |
Ton Roosendaal | Bug fix, irc report. |
tree | commitdiff |
2011-02-25 |
Campbell Barton | internal operator/wm/macro function: dont crash if... |
tree | commitdiff |
2011-02-24 |
Campbell Barton | face-paint mode operators were not ported from 2.4x... |
tree | commitdiff |
2011-02-23 |
Nathan Letwory | doxygen: prevent GPL license block from being parsed... |
tree | commitdiff |
2011-02-23 |
Campbell Barton | add 2.4x posemode & weightpaint feature as an operator... |
tree | commitdiff |
2011-02-21 |
Nathan Letwory | I swear, it was just an innocence change in guardedalloc! |
tree | commitdiff |
2011-02-20 |
Joshua Leung | Revert r35003. It was just an extra semicolon |
tree | commitdiff |
2011-02-20 |
Konrad Kleine | Fixed compilation bug in r35002: C90 forbids mixed... |
tree | commitdiff |
2011-02-20 |
Joshua Leung | Bugfixes: |
tree | commitdiff |
2011-02-19 |
Ton Roosendaal | Bugfix #26150 |
tree | commitdiff |
2011-02-17 |
Campbell Barton | Clear some compiler warnings by commenting some functio... |
tree | commitdiff |
2011-02-16 |
Campbell Barton | sphinx doc gen: multiple examples possible and include... |
tree | commitdiff |
2011-02-16 |
Joshua Leung | Forgot to actually hook up this operator... |
tree | commitdiff |
2011-02-16 |
Joshua Leung | PoseLib Bugfixes, Cleanups, and Missing Operators |
tree | commitdiff |
2011-02-16 |
Joshua Leung | Fix for compiler warning: forgot to hook up a poll... |
tree | commitdiff |
2011-02-16 |
Joshua Leung | PoseLib UI and Bugfixes: |
tree | commitdiff |
2011-02-16 |
Joshua Leung | Pose Lib: Start of PoseLib UI in Armature buttons |
tree | commitdiff |
2011-02-15 |
Joshua Leung | PoseLib: Adding support for custom properties |
tree | commitdiff |
2011-02-14 |
Campbell Barton | made most variables which are only used in a single... |
tree | commitdiff |
2011-02-13 |
Campbell Barton | warning cleanup. |
tree | commitdiff |
2011-02-13 |
Campbell Barton | fix for warnings from Sparse static source code checker... |
tree | commitdiff |
2011-02-13 |
Campbell Barton | enforce string limits (reported by pedantic checking... |
tree | commitdiff |
2011-02-07 |
Campbell Barton | remove mat_nr from MVert struct, saves 4 bytes per... |
tree | commitdiff |
2011-02-07 |
Joshua Leung | Bugfix [#25934] "Apply Visual Transform as Pose" not... |
tree | commitdiff |
2011-02-07 |
Joshua Leung | PoseLib Bugfix: |
tree | commitdiff |
2011-02-06 |
Joshua Leung | PoseLib Preview/Browse Bugfixes: |
tree | commitdiff |
2011-02-05 |
Brecht Van Lommel | Fix bones moving when changing between editmode and... |
tree | commitdiff |
2011-02-04 |
Joshua Leung | Quick Animation Feature: Paste Pose "Selection Mask... |
tree | commitdiff |
2011-02-02 |
Campbell Barton | - some parts of the code to remove rotation were not... |
tree | commitdiff |
2011-01-30 |
Campbell Barton | remove nan-makefiles |
tree | commitdiff |
2011-01-26 |
Joshua Leung | - Clear rotation for objects now works on delta transfo... |
tree | commitdiff |
2011-01-22 |
Campbell Barton | comment dead code and fix 2 missing NULL checks (pointe... |
tree | commitdiff |
2011-01-13 |
Campbell Barton | remove/comment unused vars |
tree | commitdiff |
2011-01-12 |
Campbell Barton | remove redundant assignments & unused vars. |
tree | commitdiff |
2011-01-11 |
Joshua Leung | More missing descriptions for operators |
tree | commitdiff |
2011-01-11 |
Joshua Leung | Gave all armature operators descriptions (for tooltips... |
tree | commitdiff |
2011-01-11 |
Joshua Leung | Added operator to show all armature layers (similar... |
tree | commitdiff |
2011-01-11 |
Joshua Leung | - Added operator to clear all transforms from Pose... |
tree | commitdiff |
2011-01-09 |
Campbell Barton | remove unused vars, comment some which look like they... |
tree | commitdiff |
2011-01-07 |
Campbell Barton | remove references to BKE_utildefines where its not... |
tree | commitdiff |
2011-01-07 |
Campbell Barton | split BKE_utildefines.h, now it only has blender specif... |
tree | commitdiff |
2011-01-06 |
Campbell Barton | remove assignments which are unused. |
tree | commitdiff |
2010-12-31 |
Campbell Barton | armature recalc roll now works properly with mirror... |
tree | commitdiff |
2010-12-31 |
Campbell Barton | alternative fix [#25178] Switch Direction operator... |
tree | commitdiff |
2010-12-31 |
Campbell Barton | revert a small change from Ton's commit from r33637. |
tree | commitdiff |
2010-12-28 |
Joshua Leung | - Silencing some gcc warnings (yay! I can finally use... |
tree | commitdiff |
2010-12-23 |
Ton Roosendaal | Bugfix #25341 |
tree | commitdiff |
2010-12-23 |
Campbell Barton | use ICON_NULL define rather then 0, makes UI calls... |
tree | commitdiff |
2010-12-22 |
Campbell Barton | rename blenderlib to blender_add_lib |
tree | commitdiff |
2010-12-21 |
Campbell Barton | rename addlisttolist() to BLI_movelisttolist() |
tree | commitdiff |
2010-12-13 |
Ton Roosendaal | Bugfix #25178 |
tree | commitdiff |
2010-12-12 |
Sergey Sharybin | Fix #25177: Skeleton Sketching - deleted sketches don... |
tree | commitdiff |
2010-12-12 |
Ton Roosendaal | Armature pose: removed the "Confirm" dialog for clearing |
tree | commitdiff |
2010-12-08 |
Campbell Barton | use lowercase for cmake builtin names and macros, remov... |
tree | commitdiff |
2010-12-08 |
Campbell Barton | Changed armature active bone so it is separate from... |
tree | commitdiff |
2010-12-07 |
Campbell Barton | Added an assert() check for normalized quats which... |
tree | commitdiff |
2010-12-06 |
Ton Roosendaal | Bugfix #25003 |
tree | commitdiff |
2010-12-05 |
Brecht Van Lommel | Dependency graph: changed DAG_id_flush_update to DAG_id... |
tree | commitdiff |
2010-12-04 |
Campbell Barton | Maintenance, |
tree | commitdiff |
2010-12-04 |
Campbell Barton | own mistake made r33442, was returning the pose channel... |
tree | commitdiff |
2010-12-03 |
Campbell Barton | Enabled GCC -Wwrite-strings warning for CMake and repla... |
tree | commitdiff |
2010-12-03 |
Campbell Barton | - added GCC warning -Wstrict-prototypes |
tree | commitdiff |
2010-12-03 |
Campbell Barton | fix for some pedantic warnings. |
tree | commitdiff |
2010-11-30 |
Campbell Barton | fix [#24990] When extruding bones the outliner does... |
tree | commitdiff |
2010-11-29 |
Campbell Barton | include headers in cmake source, added a script to... |
tree | commitdiff |
2010-11-28 |
Campbell Barton | minor changes to the python api. |
tree | commitdiff |
2010-11-25 |
Campbell Barton | bone roll recalculate, option to use active bones Z... |
tree | commitdiff |
2010-11-25 |
Campbell Barton | bugfix [#24907] bone roll z up broken and python script... |
tree | commitdiff |
2010-11-21 |
Campbell Barton | - include pthreads for win32 globally (as with opengl). |
tree | commitdiff |
2010-11-17 |
Campbell Barton | use 'const char *' by default with RNA functions except... |
tree | commitdiff |
next |