2011-06-03 |
Joerg Mueller | Merge with trunk revision 37149. |
blob | commitdiff | raw |
2011-05-31 |
Campbell Barton | tag unused rna args. |
blob | commitdiff | raw | diff to current |
2011-05-29 |
Joerg Mueller | Merge with trunk r36987. |
blob | commitdiff | raw | diff to current |
2011-05-26 |
Joshua Leung | New experimental drawtype for armatures: "Wire" |
blob | commitdiff | raw | diff to current |
2011-05-08 |
Joshua Leung | RNA Bugfix: |
blob | commitdiff | raw | diff to current |
2011-04-11 |
Campbell Barton | patch [#26861] Spelling, Typos, and Grammar |
blob | commitdiff | raw | diff to current |
2011-02-27 |
Nathan Letwory | doxygen: blender/makesrna tagged. |
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-01-31 |
Joshua Leung | Bugfix [#25876] bpy.ops.constraint.childof_set_inverse... |
blob | commitdiff | raw | diff to current |
2011-01-12 |
Joshua Leung | Patch [#24808] B-Bone display size |
blob | commitdiff | raw | diff to current |
2011-01-07 |
Campbell Barton | remove references to BKE_utildefines where its not... |
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-03 |
Campbell Barton | DAG_id_tag_update was being called with non object... |
blob | commitdiff | raw | diff to current |
2010-12-13 |
Joshua Leung | Bugfix #25188: Can't assign "add driver" to hide proper... |
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-11-30 |
Campbell Barton | minor rna changes |
blob | commitdiff | raw | diff to current |
2010-11-24 |
Brecht Van Lommel | Fix #24782: proxy armature Layer state not saved with... |
blob | commitdiff | raw | diff to current |
2010-11-18 |
Joshua Leung | Bugfix #24781: Can't use rest position / pose position... |
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-24 |
Campbell Barton | rna rename: use_inherit_rotate -> use_inherit_rotation... |
blob | commitdiff | raw | diff to current |
2010-10-23 |
Campbell Barton | rename rna property Bone.use_hinge to use_inherit_rotat... |
blob | commitdiff | raw | diff to current |
2010-09-17 |
Campbell Barton | patch [#23840] [Pose]Bone.envelope(point=(0,0,0)) |
blob | commitdiff | raw | diff to current |
2010-09-16 |
Nathan Letwory | Make sure rna_armature.c compiles. Use BLI_math.h that... |
blob | commitdiff | raw | diff to current |
2010-09-16 |
Campbell Barton | - bone roll now in degrees not radians. |
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-08-24 |
Campbell Barton | py/rna remove functions now all work in a similar way. |
blob | commitdiff | raw | diff to current |
2010-08-20 |
Campbell Barton | rna data path names which are more likely to break... |
blob | commitdiff | raw | diff to current |
2010-08-19 |
Campbell Barton | - Properties from base classes are now registered too... |
blob | commitdiff | raw | diff to current |
2010-08-18 |
Campbell Barton | rna rename Bone and Text changes |
blob | commitdiff | raw | diff to current |
2010-08-17 |
Campbell Barton | apply rna rename most of the show_*, names. |
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-03 |
Campbell Barton | rna pointer poll function, not used yet. |
blob | commitdiff | raw | diff to current |
2010-07-16 |
Joerg Mueller | svn merge -r 30323:30417 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2010-07-15 |
Campbell Barton | Apply first pass of edits to rna values from rna_boolea... |
blob | commitdiff | raw | diff to current |
2010-07-13 |
Joerg Mueller | Merging revision 30126:30261 from trunk. |
blob | commitdiff | raw | diff to current |
2010-07-12 |
Brecht Van Lommel | 2.5: remove armature "B-Bone Rest" option, this was... |
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-04 |
Daniel Salazar | Great patch by Harley Acheson fixing about 80 typos... |
blob | commitdiff | raw | diff to current |
2010-04-04 |
Campbell Barton | no functional changes. use sizeof() and MAXFRAME |
blob | commitdiff | raw | diff to current |
2010-04-01 |
Campbell Barton | rna naming, *_frame --> frame_* |
blob | commitdiff | raw | diff to current |
2010-03-24 |
Campbell Barton | remove unused rna includes |
blob | commitdiff | raw | diff to current |
2010-02-12 |
Campbell Barton | correct fsf address |
blob | commitdiff | raw | diff to current |
2010-02-11 |
Daniel Salazar | Operation Dot-Kill finished |
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-02-10 |
Joshua Leung | Bugfix #21081: auto ik option not work for proxy object |
blob | commitdiff | raw | diff to current |
2010-01-31 |
Joshua Leung | Armature RNA: Removed old properties for armature-only... |
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-28 |
Campbell Barton | flag to make rna props 'thick wrapped', so returning... |
blob | commitdiff | raw | diff to current |
2009-12-17 |
Campbell Barton | autorigging front end, access in pose mode armature... |
blob | commitdiff | raw | diff to current |
2009-12-11 |
Brecht Van Lommel | Sculpt Branch: |
blob | commitdiff | raw | diff to current |
2009-12-10 |
Campbell Barton | * rename 'rna_path' --> 'data_path', rna and dna are... |
blob | commitdiff | raw | diff to current |
2009-12-10 |
Campbell Barton | raise an error when adding/removing editbones when... |
blob | commitdiff | raw | diff to current |
2009-12-09 |
Brecht Van Lommel | Sculpt Branch: |
blob | commitdiff | raw | diff to current |
2009-12-09 |
Campbell Barton | some more rig options, fix typo |
blob | commitdiff | raw | diff to current |
2009-12-09 |
Campbell Barton | - added editbone.matrix, readonly, utility property... |
blob | commitdiff | raw | diff to current |
2009-12-08 |
Campbell Barton | setting and editbone parent to NULL wasnt working |
blob | commitdiff | raw | diff to current |
2009-12-08 |
Brecht Van Lommel | RNA: |
blob | commitdiff | raw | diff to current |
2009-12-07 |
Brecht Van Lommel | Sculpt Branch: |
blob | commitdiff | raw | diff to current |
2009-12-04 |
Campbell Barton | rna function |
blob | commitdiff | raw | diff to current |
2009-12-02 |
Campbell Barton | rename armature RNA props |
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-29 |
Joshua Leung | Armature Bugfixes: |
blob | commitdiff | raw | diff to current |
2009-11-28 |
Campbell Barton | py/rna api |
blob | commitdiff | raw | diff to current |
2009-11-28 |
Joshua Leung | Durian Rigging Requests: (Armature Layers + Rotation... |
blob | commitdiff | raw | diff to current |
2009-11-25 |
Brecht Van Lommel | Sculpt: |
blob | commitdiff | raw | diff to current |
2009-11-25 |
Brecht Van Lommel | Pose Bone "Local Location" option. This is enabled... |
blob | commitdiff | raw | diff to current |
2009-11-25 |
Campbell Barton | add access to bone add/remove from rna. eg. |
blob | commitdiff | raw | diff to current |
2009-11-24 |
Campbell Barton | RNA api |
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-16 |
Campbell Barton | python api for ID property access by Joseph Eager,... |
blob | commitdiff | raw | diff to current |
2009-11-16 |
Campbell Barton | - fcurve modifiers.new()/remove()/active |
blob | commitdiff | raw | diff to current |
2009-11-13 |
Campbell Barton | fix for error with property getattro in recent commit... |
blob | commitdiff | raw | diff to current |
2009-11-13 |
Campbell Barton | arbitrary property and function support for rna propert... |
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 |
Campbell Barton | - use double underscores to hide members in python... |
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-09 |
Campbell Barton | use armature active bone as a pointer rather then a... |
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 |
Brecht Van Lommel | Sculpt: svn merge https://svn.blender.org/svnroot/bf... |
blob | commitdiff | raw | diff to current |
2009-10-28 |
Brecht Van Lommel | OpenGL Render restored. |
blob | commitdiff | raw | diff to current |
2009-10-28 |
Brecht Van Lommel | Added support for custom RNA properties on Bones, only... |
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-06 |
Joshua Leung | Bone Selections: Ability to set bones as unselectable |
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-27 |
Joshua Leung | RNA + Animation: |
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-21 |
Matt Ebb | * Added AnimData for Armature data, for animating armat... |
blob | commitdiff | raw | diff to current |
2009-09-20 |
Joshua Leung | 2.5 - Yet another round of bugfixes |
blob | commitdiff | raw | diff to current |
2009-09-19 |
William Reynish | A few smaller adjustments to armature and bone properties. |
blob | commitdiff | raw | diff to current |
2009-09-19 |
Brecht Van Lommel | RNA: for last commit, fix paths_location and paths_type... |
blob | commitdiff | raw | diff to current |
2009-09-19 |
William Reynish | Armature UI |
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 |
next |