Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-21Cleanup: warningsCampbell Barton
2016-05-17Bendy Bones: Advanced B-Bones for Easier + Simple RiggingJoshua Leung
2015-10-23Cleanup: rename 'datablocks' -> 'data-blocks'Campbell Barton
2015-09-21RNA: angle step-sizes were too smallCampbell Barton
2015-03-20Cleanup: warnings bit-shift int overflowCampbell Barton
2014-08-13RNA: use static declarationsCampbell Barton
2014-05-05Make bpy.types.EditBone.matrix writeable.Bastien Montagne
2014-04-05RNA: optimization to avoid malloc for iterators.Brecht Van Lommel
2013-12-17'Transform' Python Function for armature, curve and lattice.Campbell Barton
2013-10-11code cleanup: reuse rna_matrix_dimsize_NxN defines between RNA functionsCampbell Barton
2013-09-12code cleanup: set enums as static or add RNA_enum_types.h where they are used...Campbell Barton
2013-07-25adjust createSpaceNormalTangent so it can take values from a matrix without h...Campbell Barton
2013-07-04fix [#35984] no way to know if a datablock is in editmodeCampbell Barton
2013-04-24fix [#34958] keyframe many items would fail if there was a (") in the text.Campbell Barton
2013-03-07use bool for rna funcs.Campbell Barton
2012-12-21rename rna prop _parenting -> _parentCampbell Barton
2012-12-21Armature bone feature:Ton Roosendaal
2012-11-02all remove functions now invalidate the RNA objects passed, to help script au...Campbell Barton
2012-10-26style cleanupCampbell Barton
2012-10-20More UI messages fixes and tweaks, and BKE_report<->BKE_reportf.Bastien Montagne
2012-09-27incorrect spelling in commentsCampbell Barton
2012-09-22code cleanup: make many functions staticCampbell Barton
2012-08-30Bugfix [#32249] Groups in Dopesheet and Action editor don't get updated afterJoshua Leung
2012-08-14improved wording for tooltipGaia Clary
2012-06-03Part-Bugfix, Part-Feature Completion: 'Armature' Option for Mask ModifierJoshua Leung
2012-05-17style cleanup: block commentsCampbell Barton
2012-05-16Bugfix [#31469] 'cyclic offset' option is brokenJoshua Leung
2012-05-12style cleanup: mostly whitespace in rnaCampbell Barton
2012-05-06Removing the old armature 'deform' settings (use vertex groups/envelopes/quats).Joshua Leung
2012-04-14Fixed some UI message typos (spotted by Leon Cheung, thx).Bastien Montagne
2012-04-10Address [#30842] Blenders Measurement Units set to Metric, makes some Precisi...Campbell Barton
2012-03-22Correction recent start/end range values for frames: it was impossible to setSergey Sharybin
2012-03-18Code style edits (mostly spliting long lines, and removing trailing spaces).Bastien Montagne
2012-03-07Mango request: for range buttons copy start+1 to end if start>=0Sergey Sharybin
2012-03-06Code cleanup in rna files (huge, higly automated with py script).Bastien Montagne
2011-11-22More UI messages fixes and tweaks (found while translating in french).Bastien Montagne
2011-11-15pass a pointer to IDP_New's IDPropertyTemplate rather then a copy.Campbell Barton
2011-11-07replace VECCOPY with copy_v3_v3, same for 2d copy, also added vec copy functi...Campbell Barton
2011-10-03Minor: Other UI strings typos and tweaks. Also updated french po & mo.Bastien Montagne
2011-10-01add a collection function slot for assignment (not used yet).Campbell Barton
2011-09-30Minor: Other UI strings typos and tweaks.Bastien Montagne
2011-09-25make new rna variables more consistant with existing names.Campbell Barton
2011-09-19/blender/makesrna: Removed final points in UI strings and messages.Bastien Montagne
2011-09-15replace BLI_strncpy with BLI_strncpy_utf8 where input isnt ensured to be valid.Campbell Barton
2011-08-12Bye bye vile relics of extinct version control systems,Joshua Leung
2011-07-26BGE Animations: Adding a new choice for vertex deformation for armatures, whi...Mitchell Stokes
2011-07-05Merging from trunk up to r38119.Joerg Mueller
2011-07-05Fix #27826: bone envelope head/tail radius not dynamically updated in viewport.Brecht Van Lommel
2011-06-04Merge with trunk revision 37149.Joerg Mueller
2011-05-31tag unused rna args.Campbell Barton