2011-05-26 |
Campbell Barton | add the property as an argument to enum item functions... |
blob | commitdiff | raw |
2011-05-18 |
Brecht Van Lommel | RNA: pass Main rather than Context to register/unregist... |
blob | commitdiff | raw | diff to current |
2011-03-24 |
Campbell Barton | fix for using uiItemIntO for an enum, added uiItemEnumO... |
blob | commitdiff | raw | diff to current |
2011-02-27 |
Nathan Letwory | doxygen: blender/editors tagged. |
blob | commitdiff | raw | diff to current |
2011-02-27 |
Andrea Weikert | == UI icons == |
blob | commitdiff | raw | diff to current |
2011-02-23 |
Nathan Letwory | doxygen: prevent GPL license block from being parsed... |
blob | commitdiff | raw | diff to current |
2011-02-20 |
Joshua Leung | Bugfixes: |
blob | commitdiff | raw | diff to current |
2011-02-14 |
Campbell Barton | made most variables which are only used in a single... |
blob | commitdiff | raw | diff to current |
2011-02-13 |
Campbell Barton | fix for warnings from Sparse static source code checker... |
blob | commitdiff | raw | diff to current |
2011-02-04 |
Joshua Leung | Moved Auto-Keying "Insert for KeyingSet only" option... |
blob | commitdiff | raw | diff to current |
2011-01-18 |
Campbell Barton | bad spelling; 'indicies' --> 'indices' |
blob | commitdiff | raw | diff to current |
2011-01-07 |
Campbell Barton | split BKE_utildefines.h, now it only has blender specif... |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Campbell Barton | - use BKE_keyingset_free_path where paths were being... |
blob | commitdiff | raw | diff to current |
2011-01-03 |
Joshua Leung | Keyframing Operator Code Cleanup: |
blob | commitdiff | raw | diff to current |
2010-12-23 |
Campbell Barton | use ICON_NULL define rather then 0, makes UI calls... |
blob | commitdiff | raw | diff to current |
2010-12-17 |
Campbell Barton | no functional change: only check against OB_RECALC_ALL... |
blob | commitdiff | raw | diff to current |
2010-12-03 |
Campbell Barton | - added GCC warning -Wstrict-prototypes |
blob | commitdiff | raw | diff to current |
2010-11-17 |
Joshua Leung | Keyframing Operators: Improved Error Messages |
blob | commitdiff | raw | diff to current |
2010-11-17 |
Campbell Barton | use 'const char *' by default with RNA functions except... |
blob | commitdiff | raw | diff to current |
2010-10-31 |
Campbell Barton | initialize structs to zero rather then using memset(). |
blob | commitdiff | raw | diff to current |
2010-10-16 |
Campbell Barton | most unused arg warnings corrected. |
blob | commitdiff | raw | diff to current |
2010-10-15 |
Campbell Barton | tag UNUSED() for operator exec() and invoke() functions. |
blob | commitdiff | raw | diff to current |
2010-09-30 |
Joshua Leung | Cleanup of Auto-Keyframing code: |
blob | commitdiff | raw | diff to current |
2010-09-25 |
Brecht Van Lommel | Fix #23847: keyframe insert on button not working in... |
blob | commitdiff | raw | diff to current |
2010-09-23 |
Brecht Van Lommel | Fix #22947: sample color tool not working in user prefe... |
blob | commitdiff | raw | diff to current |
2010-08-22 |
Campbell Barton | remove inline loops in a few places |
blob | commitdiff | raw | diff to current |
2010-08-10 |
Joerg Mueller | svn merge -r 31145:31210 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2010-08-08 |
Campbell Barton | remove unused includes |
blob | commitdiff | raw | diff to current |
2010-08-05 |
Joerg Mueller | svn merge -r 30954:31059 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2010-08-04 |
Campbell Barton | include cleanup, no functional changes |
blob | commitdiff | raw | diff to current |
2010-08-01 |
Joerg Mueller | svn merge -r 30913:30953 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2010-08-01 |
Brecht Van Lommel | 2.5: code changes to reduce the usage of G.main and... |
blob | commitdiff | raw | diff to current |
2010-07-25 |
Joerg Mueller | svn merge -r 30566:30717 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2010-07-23 |
Campbell Barton | [#22488] Reloading scripts causes crash |
blob | commitdiff | raw | diff to current |
2010-07-08 |
Joerg Mueller | Merging revision 29560:30125 from trunk. |
blob | commitdiff | raw | diff to current |
2010-07-05 |
Joshua Leung | Bugfix #22685: Screen update slow, animation player... |
blob | commitdiff | raw | diff to current |
2010-06-19 |
Joerg Mueller | Recreating my GSoC branch. |
blob | commitdiff | raw | diff to current |
2010-06-19 |
Joerg Mueller | Deleting my GSoC branch to recreate it. |
blob | commitdiff | raw |
2010-06-18 |
Matt Ebb | Notifier cleanup - replaced ND_*_EDIT and ND_*_SELECT... |
blob | commitdiff | raw | diff to current |
2010-05-25 |
Joerg Mueller | Merge with trunk, revision 28528 - 28976. |
blob | commitdiff | raw | diff to current |
2010-05-14 |
Joshua Leung | Fixes for crashes when trying to add/remove properties... |
blob | commitdiff | raw | diff to current |
2010-03-25 |
Joshua Leung | More assorted Keying Sets changes for Cessen (mainly... |
blob | commitdiff | raw | diff to current |
2010-03-24 |
Joshua Leung | Keying Sets - PyAPI consistency issues: |
blob | commitdiff | raw | diff to current |
2010-03-23 |
Campbell Barton | more lint includes |
blob | commitdiff | raw | diff to current |
2010-03-23 |
Joshua Leung | Keying Sets: BuiltIn vs Absolute Tweaks |
blob | commitdiff | raw | diff to current |
2010-03-18 |
Joshua Leung | Bugfix: Autokeying was non-functional after the Keying... |
blob | commitdiff | raw | diff to current |
2010-03-17 |
Joshua Leung | PyKeyingSet Bugfixes: |
blob | commitdiff | raw | diff to current |
2010-03-16 |
Joshua Leung | == Massive Keying Sets Recode == |
blob | commitdiff | raw | diff to current |
2010-02-27 |
Joshua Leung | * Renaming some Keying Sets API functions to make the... |
blob | commitdiff | raw | diff to current |
2010-02-12 |
Campbell Barton | correct fsf address |
blob | commitdiff | raw | diff to current |
2010-02-10 |
Campbell Barton | batch remove .'s used with RNA_def_struct_ui_text |
blob | commitdiff | raw | diff to current |
2010-01-30 |
Arystanbek Dyussenov | COLLADA branch: merge from trunk -r 25745:26429. |
blob | commitdiff | raw | diff to current |
2010-01-28 |
Brecht Van Lommel | Fix RMB menu insert driver not working on some buttons... |
blob | commitdiff | raw | diff to current |
2010-01-26 |
Joshua Leung | Assorted Bugfixes: |
blob | commitdiff | raw | diff to current |
2010-01-24 |
Campbell Barton | copy of docs from 2.4x for python modules that have... |
blob | commitdiff | raw | diff to current |
2010-01-05 |
Arystanbek Dyussenov | Merge from trunk -r 25003:25745. |
blob | commitdiff | raw | diff to current |
2010-01-05 |
Arystanbek Dyussenov | Merge -c 25001,25310,25311,25638,25746 from COLLADA... |
blob | commitdiff | raw | diff to current |
2009-12-14 |
Joshua Leung | Keyframing Bugfixes and Feature Requests: |
blob | commitdiff | raw | diff to current |
2009-12-14 |
Joshua Leung | A few KeyingSet + Transform Tweaks: |
blob | commitdiff | raw | diff to current |
2009-12-07 |
Brecht Van Lommel | Sculpt Branch: |
blob | commitdiff | raw | diff to current |
2009-11-29 |
Arystanbek Dyussenov | Merge from trunk -r 24758:25003. |
blob | commitdiff | raw | diff to current |
2009-11-28 |
Campbell Barton | operator renaming for more consistent word ordering... |
blob | commitdiff | raw | diff to current |
2009-11-25 |
Brecht Van Lommel | Sculpt: |
blob | commitdiff | raw | diff to current |
2009-11-25 |
Campbell Barton | selected_pchans --> selected_pose_bones, same for visib... |
blob | commitdiff | raw | diff to current |
2009-11-24 |
Brecht Van Lommel | Fix for last commit, forgot to update collada. |
blob | commitdiff | raw | diff to current |
2009-11-24 |
Brecht Van Lommel | Depsgraph/Drivers |
blob | commitdiff | raw | diff to current |
2009-11-23 |
Joshua Leung | Auto-Keyframing and Clear Transform Operators: |
blob | commitdiff | raw | diff to current |
2009-11-22 |
Arystanbek Dyussenov | COLLADA branch: merge from trunk -r 24522:24758. |
blob | commitdiff | raw | diff to current |
2009-11-18 |
Campbell Barton | rename pose_channels to bones |
blob | commitdiff | raw | diff to current |
2009-11-16 |
Campbell Barton | python api for ID property access by Joseph Eager,... |
blob | commitdiff | raw | diff to current |
2009-11-12 |
Arystanbek Dyussenov | COLLADA: merge from trunk -r 24390:24522. |
blob | commitdiff | raw | diff to current |
2009-11-11 |
Brecht Van Lommel | Sculpt: svn merge https://svn.blender.org/svnroot/bf... |
blob | commitdiff | raw | diff to current |
2009-11-10 |
Brecht Van Lommel | Math Lib |
blob | commitdiff | raw | diff to current |
2009-11-02 |
Brecht Van Lommel | Sculpt: svn merge https://svn.blender.org/svnroot/bf... |
blob | commitdiff | raw | diff to current |
2009-11-02 |
Arystanbek Dyussenov | Merge from trunk -r 23968:24181. |
blob | commitdiff | raw | diff to current |
2009-10-29 |
Campbell Barton | moved the following into the screen context rather... |
blob | commitdiff | raw | diff to current |
2009-10-29 |
Brecht Van Lommel | Sculpt: svn merge https://svn.blender.org/svnroot/bf... |
blob | commitdiff | raw | diff to current |
2009-10-29 |
Campbell Barton | use objects rather then bases where possible, use conte... |
blob | commitdiff | raw | diff to current |
2009-10-25 |
Arystanbek Dyussenov | Merge from trunk -r 23000:23968. |
blob | commitdiff | raw | diff to current |
2009-10-19 |
Arystanbek Dyussenov | Merge from trunk -r 22040:23000. |
blob | commitdiff | raw | diff to current |
2009-10-16 |
Thomas Dinges | Added Notifier for Adding and Removing Keying sets. |
blob | commitdiff | raw | diff to current |
2009-10-14 |
Joshua Leung | UI Templates: ('Any ID' Selector) |
blob | commitdiff | raw | diff to current |
2009-10-09 |
Joshua Leung | A few bugfixes: |
blob | commitdiff | raw | diff to current |
2009-10-08 |
Joshua Leung | A few fixes: |
blob | commitdiff | raw | diff to current |
2009-10-08 |
Joshua Leung | Keying Sets - Bugfixes + Auto-Keyframing |
blob | commitdiff | raw | diff to current |
2009-10-08 |
Joshua Leung | Bugfix #19576: Auto keyframing does not record rotation... |
blob | commitdiff | raw | diff to current |
2009-10-06 |
Andre Susano Pinto | svn merge -r 23528:23646 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2009-10-03 |
Joshua Leung | Keying Sets UI: |
blob | commitdiff | raw | diff to current |
2009-09-29 |
Campbell Barton | Copying scripts from 2.4x without 2.5x changes |
blob | commitdiff | raw | diff to current |
2009-09-28 |
Andre Susano Pinto | svn merge -r 23207:23528 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2009-09-28 |
Joshua Leung | Durian Feature Request: Rotation Modes for Objects |
blob | commitdiff | raw | diff to current |
2009-09-24 |
Benoit Bolsee | Merge ... itasc branch. Project files, scons and cmake... |
blob | commitdiff | raw | diff to current |
2009-09-22 |
Arystanbek Dyussenov | Manual merge of soc-2009-kazanbas branch: |
blob | commitdiff | raw | diff to current |
2009-09-15 |
Arystanbek Dyussenov | Undo revision 23130 which was a merge with 2.5, a messy... |
blob | commitdiff | raw | diff to current |
2009-09-15 |
Andre Susano Pinto | svn merge -r 22571:22800 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2009-09-12 |
Martin Poirier | copying 2.5 over to trunk |
blob | commitdiff | raw | diff to current |
2009-09-12 |
Joshua Leung | 2.5 - More work on Axis-Angle Rotations |
blob | commitdiff | raw | diff to current |
2009-09-11 |
Arystanbek Dyussenov | Merge with -r 22620:23107. |
blob | commitdiff | raw | diff to current |
2009-09-11 |
Campbell Barton | svn merge https://svn.blender.org/svnroot/bf-blender... |
blob | commitdiff | raw | diff to current |
2009-09-08 |
Dalai Felinto | manual merge trunk -r 23037 |
blob | commitdiff | raw | diff to current |
next |