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
2011-07-05Fix #27826: bone envelope head/tail radius not dynamically updated in viewport.Brecht Van Lommel
2011-05-31tag unused rna args.Campbell Barton
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
2010-07-122.5: remove armature "B-Bone Rest" option, this was only added to keepBrecht Van Lommel
2010-05-04Great patch by Harley Acheson fixing about 80 typos and spellingDaniel Salazar
2010-04-04no functional changes. use sizeof() and MAXFRAMECampbell Barton
2010-04-02rna naming, *_frame --> frame_*Campbell Barton
2010-03-24remove unused rna includesCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-11Operation Dot-Kill finishedDaniel Salazar
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-02-11Bugfix #21081: auto ik option not work for proxy objectJoshua Leung
2010-01-31Armature RNA: Removed old properties for armature-only bone pathsJoshua Leung
2009-12-29flag to make rna props 'thick wrapped', so returning a property wont try main...Campbell Barton
2009-12-17autorigging front end, access in pose mode armature panel (at the bottom)Campbell Barton
2009-12-11* rename 'rna_path' --> 'data_path', rna and dna are for internal use and are...Campbell Barton
2009-12-10raise an error when adding/removing editbones when the armature is not in edi...Campbell Barton
2009-12-09some more rig options, fix typoCampbell Barton
2009-12-09- added editbone.matrix, readonly, utility property that calculates the matri...Campbell Barton
2009-12-08setting and editbone parent to NULL wasnt workingCampbell Barton
2009-12-08RNA:Brecht Van Lommel
2009-12-04rna functionCampbell Barton
2009-12-02rename armature RNA propsCampbell Barton