2011-04-20 |
Campbell Barton | minor cleanup & replace inline armature separate pchan... |
blob | commitdiff | raw |
2011-04-18 |
Campbell Barton | fix for part of this report [#27006] Apply Scale at... |
blob | commitdiff | raw | diff to current |
2011-03-27 |
Campbell Barton | subsurf, derived mesh and other misc files: floats... |
blob | commitdiff | raw | diff to current |
2011-03-14 |
Joshua Leung | Bugfixes: |
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-24 |
Campbell Barton | face-paint mode operators were not ported from 2.4x... |
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-17 |
Campbell Barton | Clear some compiler warnings by commenting some functio... |
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 | warning cleanup. |
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-13 |
Campbell Barton | enforce string limits (reported by pedantic checking... |
blob | commitdiff | raw | diff to current |
2011-02-07 |
Campbell Barton | remove mat_nr from MVert struct, saves 4 bytes per... |
blob | commitdiff | raw | diff to current |
2011-02-07 |
Joshua Leung | Bugfix [#25934] "Apply Visual Transform as Pose" not... |
blob | commitdiff | raw | diff to current |
2011-02-05 |
Brecht Van Lommel | Fix bones moving when changing between editmode and... |
blob | commitdiff | raw | diff to current |
2011-02-02 |
Campbell Barton | - some parts of the code to remove rotation were not... |
blob | commitdiff | raw | diff to current |
2011-01-26 |
Joshua Leung | - Clear rotation for objects now works on delta transfo... |
blob | commitdiff | raw | diff to current |
2011-01-22 |
Campbell Barton | comment dead code and fix 2 missing NULL checks (pointe... |
blob | commitdiff | raw | diff to current |
2011-01-13 |
Campbell Barton | remove/comment unused vars |
blob | commitdiff | raw | diff to current |
2011-01-11 |
Joshua Leung | Gave all armature operators descriptions (for tooltips... |
blob | commitdiff | raw | diff to current |
2011-01-11 |
Joshua Leung | - Added operator to clear all transforms from Pose... |
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 |
2010-12-31 |
Campbell Barton | armature recalc roll now works properly with mirror... |
blob | commitdiff | raw | diff to current |
2010-12-31 |
Campbell Barton | alternative fix [#25178] Switch Direction operator... |
blob | commitdiff | raw | diff to current |
2010-12-31 |
Campbell Barton | revert a small change from Ton's commit from r33637. |
blob | commitdiff | raw | diff to current |
2010-12-28 |
Joshua Leung | - Silencing some gcc warnings (yay! I can finally use... |
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-13 |
Ton Roosendaal | Bugfix #25178 |
blob | commitdiff | raw | diff to current |
2010-12-12 |
Ton Roosendaal | Armature pose: removed the "Confirm" dialog for clearing |
blob | commitdiff | raw | diff to current |
2010-12-08 |
Campbell Barton | Changed armature active bone so it is separate from... |
blob | commitdiff | raw | diff to current |
2010-12-07 |
Campbell Barton | Added an assert() check for normalized quats which... |
blob | commitdiff | raw | diff to current |
2010-12-05 |
Brecht Van Lommel | Dependency graph: changed DAG_id_flush_update to DAG_id... |
blob | commitdiff | raw | diff to current |
2010-12-04 |
Campbell Barton | own mistake made r33442, was returning the pose channel... |
blob | commitdiff | raw | diff to current |
2010-12-03 |
Campbell Barton | - added GCC warning -Wstrict-prototypes |
blob | commitdiff | raw | diff to current |
2010-11-30 |
Campbell Barton | fix [#24990] When extruding bones the outliner does... |
blob | commitdiff | raw | diff to current |
2010-11-28 |
Campbell Barton | minor changes to the python api. |
blob | commitdiff | raw | diff to current |
2010-11-25 |
Campbell Barton | bone roll recalculate, option to use active bones Z... |
blob | commitdiff | raw | diff to current |
2010-11-25 |
Campbell Barton | bugfix [#24907] bone roll z up broken and python script... |
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-11-08 |
Campbell Barton | bugfix [#24616] Apply Visual Transform doesn't always... |
blob | commitdiff | raw | diff to current |
2010-11-07 |
Campbell Barton | de-duplicate unique naming logic, was used in 7 differe... |
blob | commitdiff | raw | diff to current |
2010-11-05 |
Campbell Barton | tedious string copying changes |
blob | commitdiff | raw | diff to current |
2010-11-03 |
Campbell Barton | fix [#24499] Consistency Issue with LassoSelect/ExtendO... |
blob | commitdiff | raw | diff to current |
2010-11-01 |
Campbell Barton | bugfix [#24477] Can easily create bones with duplicate... |
blob | commitdiff | raw | diff to current |
2010-10-26 |
Campbell Barton | move matrix decomposition out of object.c into BLI_math... |
blob | commitdiff | raw | diff to current |
2010-10-25 |
Campbell Barton | bugfix [#24376] Fly mode disturbs the rotation or scale... |
blob | commitdiff | raw | diff to current |
2010-10-15 |
Campbell Barton | bugfix [#24256] Wrong bone subdivision number in tweak... |
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-10-11 |
Campbell Barton | [#24045] heat weight fails on specific geometry. |
blob | commitdiff | raw | diff to current |
2010-10-07 |
Campbell Barton | bugfix [#21610] alt-r for bone (reset rotation) doesnt... |
blob | commitdiff | raw | diff to current |
2010-09-30 |
Joshua Leung | Cleanup of Auto-Keyframing code: |
blob | commitdiff | raw | diff to current |
2010-09-30 |
Joshua Leung | Bugfix #23707: Autokey Available is ignored on a Clear... |
blob | commitdiff | raw | diff to current |
2010-09-23 |
Brecht Van Lommel | Fix other part of #22853: mirrored transform on armatur... |
blob | commitdiff | raw | diff to current |
2010-09-23 |
Brecht Van Lommel | Fix part of #22853: armature editmode crash with undo. |
blob | commitdiff | raw | diff to current |
2010-09-23 |
Brecht Van Lommel | Small code cleanup to remove old undo calls that do... |
blob | commitdiff | raw | diff to current |
2010-09-19 |
Campbell Barton | patch [#23897] ARMATURE_OT_{hide,reveal} |
blob | commitdiff | raw | diff to current |
2010-09-16 |
Campbell Barton | armature selection when entering editmode wasnt working... |
blob | commitdiff | raw | diff to current |
2010-09-15 |
Campbell Barton | - rna properties for bones, select_head, select_tail |
blob | commitdiff | raw | diff to current |
2010-09-13 |
Campbell Barton | patch [#23221] Merge bone : Within chains : infinite... |
blob | commitdiff | raw | diff to current |
2010-09-07 |
Joshua Leung | Bugfix #23707: Autokey Available is ignored on a Clear... |
blob | commitdiff | raw | diff to current |
2010-08-30 |
Joshua Leung | Bugfix #23575: Hook modifier don't update name of bone... |
blob | commitdiff | raw | diff to current |
2010-08-22 |
Campbell Barton | fix for msvc |
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-22 |
Campbell Barton | possible fix [#23331] Hidden Bones Contribute to Axis... |
blob | commitdiff | raw | diff to current |
2010-08-16 |
Joerg Mueller | svn merge -r 31314:31370 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2010-08-16 |
Campbell Barton | - remove unused includes IMB_*, BIF_* & MEM_* |
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-08-01 |
Campbell Barton | bugfix's |
blob | commitdiff | raw | diff to current |
2010-07-31 |
Campbell Barton | use more BLI math funcs (no functional changes) |
blob | commitdiff | raw | diff to current |
2010-07-30 |
Joerg Mueller | svn merge -r 30718:30912 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2010-07-30 |
Campbell Barton | 3 duplicate functions: bone_flip_name() object_flip_nam... |
blob | commitdiff | raw | diff to current |
2010-07-26 |
Campbell Barton | replace macros VECCOPY and QUATCOPY with inline math... |
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-21 |
Matt Ebb | Fix de/select all operator naming for consistency |
blob | commitdiff | raw | diff to current |
2010-07-21 |
Joerg Mueller | svn merge -r 30513:30565 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2010-07-20 |
Joshua Leung | Bugfix: The infamous "bone properties/constraints disap... |
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-05-25 |
Joerg Mueller | Merge with trunk, revision 28528 - 28976. |
blob | commitdiff | raw | diff to current |
2010-05-07 |
Campbell Barton | ghash alloc string from render branch |
blob | commitdiff | raw | diff to current |
2010-04-26 |
Joshua Leung | Assorted code cleanups: |
blob | commitdiff | raw | diff to current |
2010-04-24 |
Campbell Barton | warning cleanup, also made voxel.c and volumetric.c... |
blob | commitdiff | raw | diff to current |
2010-04-23 |
Campbell Barton | sub_v3_v3v3 --> sub_v3_v3 (where possible) |
blob | commitdiff | raw | diff to current |
2010-04-21 |
Campbell Barton | replace add_v3_v3v3() --> add_v3_v3() where possible |
blob | commitdiff | raw | diff to current |
2010-04-18 |
Campbell Barton | possible fix for [#22057] Autoname L/R in bones names... |
blob | commitdiff | raw | diff to current |
2010-04-14 |
Guillermo S. Romero | Make memstat easier to read, add missing Intel ID and... |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Brecht Van Lommel | * Assign weight from bones in weight paint mode now... |
blob | commitdiff | raw | diff to current |
2010-03-26 |
Brecht Van Lommel | Optimization for pose channel name lookups using a... |
blob | commitdiff | raw | diff to current |
2010-03-23 |
Brecht Van Lommel | rna/py-api fix. |
blob | commitdiff | raw | diff to current |
2010-03-23 |
Campbell Barton | more lint includes |
blob | commitdiff | raw | diff to current |
2010-03-22 |
Campbell Barton | spaces -> tabs, (4 spaces == 1 tab, only for white... |
blob | commitdiff | raw | diff to current |
2010-03-20 |
Campbell Barton | merge own commits into render branch into trunk since... |
blob | commitdiff | raw | diff to current |
2010-03-16 |
Matt Ebb | Fix [#21165] Moved textures don't move the animation... |
blob | commitdiff | raw | diff to current |
2010-03-16 |
Joshua Leung | == Massive Keying Sets Recode == |
blob | commitdiff | raw | diff to current |
next |