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-06-12Few minors style and type fixes (and a nice, harmless copy/paste error! ;) )Bastien Montagne
2012-06-12"Fix" for [#30704] Action Constraint mapping bugBastien Montagne
2012-06-11Bugfix [#27886] Transform constraint maps wrongly with negative scaleJoshua Leung
2012-06-09constraints names are not matching (rna and constraint.c). doing rna->constra...Dalai Felinto
2012-06-06Changed semantic of recently added start_frameSergey Sharybin
2012-05-28style cleanup: defines with bracesCampbell Barton
2012-05-23code cleanup: double promotion warningsCampbell Barton
2012-05-13code cleanup: minor improvements to float/vector usage.Campbell Barton
2012-05-07Style cleanup: displist moduleSergey Sharybin
2012-05-06style cleanup: blenkernelCampbell Barton
2012-05-06Simplifying constraints code - removed relink_data() callbacks in favour of aJoshua Leung
2012-05-06Deleting action constraints (and a few others) now adjusts the usercounts ofJoshua Leung
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05Bugfixes for various ID-block references (Constraints, NLA)Joshua Leung
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-05-05code cleanup: brush/camera namingCampbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-29Fix #30716: Clamp To Constraint Locks up Blender after a while.Sergey Sharybin
2012-03-26Code style cleaup for motion-tracking modules.Sergey Sharybin
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24code cleanup: use zero_v3Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-09code cleanup: replace macros VECCOPY, VECADD, VECSUB, INPR - with BLI_math fu...Campbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-02style cleanupCampbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-23style cleanup for blenkernel, no functional changes.Campbell Barton
2012-02-23Armature pose evaluation: more factorization of code.Bastien Montagne
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-02-05svn merge ^/trunk/blender -r43864:43887Campbell Barton
2012-02-04Code Cleanup: avoid double promotion.Campbell Barton
2012-02-03svn merge ^/trunk/blender -r43830:43864Campbell Barton
2012-02-02Code Cleanup: de-duplicate bone space calculation ~(35 sloc)Campbell Barton
2012-02-02fix [#30051] Copy Scale constraint overrides Inherit Scale from parentCampbell Barton
2012-02-01svn merge ^/trunk/blender -r43751:43819, need to look into changes made to ed...Campbell Barton
2012-02-01Previous fix for [#29484] wasn't working right (did work in report file though).Campbell Barton
2012-02-01fix [#29484] Visual keying bone with local location disabledCampbell Barton
2012-01-30Fix #30019: Copy rotation from a vertex groupSergey Sharybin
2012-01-24svn merge ^/trunk/blender -r43639:43664Campbell Barton
2012-01-24New fix for [#29940] Stretch To constraint breaks scaling in Transform constr...Bastien Montagne
2012-01-22svn merge ^/trunk/blender -r43564:43609Campbell Barton
2012-01-21Fix [#29940] Stretch To constraint breaks scaling in Transform constraint.Bastien Montagne
2012-01-18call CDDM_from_BMEditMesh without creating tessface data for modifiers.Campbell Barton
2012-01-18argument for CDDM_from_BMEditMesh() so creating tessface data is optional, no...Campbell Barton
2012-01-05svn merge ^/trunk/blender -r43124:43160Campbell Barton
2012-01-04Camera tracking: added depth object to Follow Track constraintSergey Sharybin