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
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
2011-05-26New experimental drawtype for armatures: "Wire"Joshua Leung
2011-05-08RNA Bugfix:Joshua Leung
2011-04-11patch [#26861] Spelling, Typos, and GrammarCampbell Barton
2011-02-27doxygen: blender/makesrna tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-01-31Bugfix [#25876] bpy.ops.constraint.childof_set_inverse has no effectJoshua Leung
2011-01-12Patch [#24808] B-Bone display sizeJoshua Leung
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-03DAG_id_tag_update was being called with non object ID's and OB_RECALC_* flags...Campbell Barton
2010-12-13Bugfix #25188: Can't assign "add driver" to hide properties of bonesJoshua Leung
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-11-30minor rna changesCampbell Barton
2010-11-24Fix #24782: proxy armature Layer state not saved with file. Was in 2.4x butBrecht Van Lommel
2010-11-18Bugfix #24781: Can't use rest position / pose position on linked-group proxy ...Joshua Leung
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-10-24rna rename: use_inherit_rotate -> use_inherit_rotation, noticed _rotate is no...Campbell Barton
2010-10-23rename rna property Bone.use_hinge to use_inherit_rotate because use_hinge wa...Campbell Barton
2010-09-17patch [#23840] [Pose]Bone.envelope(point=(0,0,0))Campbell Barton
2010-09-16Make sure rna_armature.c compiles. Use BLI_math.h that includes <math.h> and ...Nathan Letwory
2010-09-16- bone roll now in degrees not radians.Campbell Barton
2010-09-15- rna properties for bones, select_head, select_tailCampbell Barton
2010-08-24py/rna remove functions now all work in a similar way.Campbell Barton
2010-08-20rna data path names which are more likely to break animations.Campbell Barton
2010-08-19- Properties from base classes are now registered too, this allows class mix-...Campbell Barton
2010-08-18rna rename Bone and Text changesCampbell Barton
2010-08-17apply rna rename most of the show_*, names.Campbell Barton
2010-08-03rna pointer poll function, not used yet.Campbell Barton
2010-07-15Apply first pass of edits to rna values from rna_booleans.txt.Campbell Barton