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
2018-11-23Cycles: Improved robustness of hair motion blur.motion_curve_fixStefan Werner
2018-07-05RNA: correct callback typeCampbell Barton
2018-07-01RNA: use bool for boolean RNA typesCampbell Barton
2018-06-22Cleanup: remove last G.main from RNA.Bastien Montagne
2018-06-09Cleanup: trailing space in RNACampbell Barton
2018-06-07Cleanup: remove moar G.main usages.Bastien Montagne
2018-06-07Cleanup: Nuke moar G.main usages...Bastien Montagne
2018-04-15Cleanup: ED_armature namingCampbell Barton
2017-12-05Fix for typo in previous commitJoshua Leung
2017-12-05Simplify UI-names for B-Bone Ease In/Out settingsJoshua Leung
2017-11-01Fix for T48988 - Enabling bbone easing for posemodeJoshua Leung
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-08-11Object Apply Transform: option to apply propertiesCampbell Barton
2017-03-17fix: redraw dope sheet / action editor when pose bone selection changesSybren A. Stüvel
2016-12-12Refactor RNA property: split flags in property flags, parameter flags, and in...Bastien Montagne
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