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
2014-02-27Fix T38864: Crash with curves and follow pathCampbell Barton
2014-02-24Fix T38755: Crash when having cyclic dependency and curve deformSergey Sharybin
2014-02-14Code cleanup: duplicate headersCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-02Code cleanup: suffix vars to make obvious they are squaredCampbell Barton
2014-01-23Cleanup: int/short to bool in BKE_cdderivedmesh.h functions (and TRUE/FALSE t...Bastien Montagne
2014-01-13Remove direct displist creation from constraintsSergey Sharybin
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-11-18Fix spelling error in commentJoshua Leung
2013-11-10replace IS_EQ -> IS_EQF for use with floats.Campbell Barton
2013-09-07shrink-wrap constraint, improve and remove some limitations.Campbell Barton
2013-09-03remove WINDOWS checks in cmake, this variable isn't defined on windows and ch...Campbell Barton
2013-08-19Move bevel list and path from Curve to Object datablockSergey Sharybin
2013-08-06replace mul_serie_m4 with mul_m4_m4m4 when only 3 args are givenCampbell Barton
2013-08-04code cleanup: replace strcpy with BLI_strncpy for fixed size strings, and cor...Campbell Barton
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-07-13fix for bad NULL check in bmo_connect_pair, also remove duplicate checks in i...Campbell Barton
2013-06-09jpbouza Feature Request: Transformation Constraint now allows applies rotationJoshua Leung
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-26code cleanup: typosCampbell Barton
2013-05-14Fix #35347: constraints with vertex group targets were not using the vertex g...Brecht Van Lommel
2013-04-16code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and ...Campbell Barton
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-04-04code cleanup: use bools, (float)sin/(float)cos -> sinf/cosf, more meaningful ...Campbell Barton
2013-03-25More new data names translation (most cases should be covered now).Bastien Montagne
2013-03-20I18n users request: add the ability to use a translated name for newly added/...Bastien Montagne
2013-03-11Fix more UI i18n issues (reported by Leon Cheung and Lockal).Bastien Montagne
2013-02-21Dependency Graph: some refactoring which should have no user visible impactBrecht Van Lommel
2013-01-02Replacing/cleaning up some gibberish...Joshua Leung
2012-12-23Code cleanup: add usual 'BKE_' prefix to 'public' constraint functions from b...Bastien Montagne
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-12-04cmake was missing some header files.Campbell Barton
2012-10-27Comment + whitespace tweaks for constraintsJoshua Leung
2012-10-25Cleanup: remove old, commented code for constraints' space conversion for bones.Bastien Montagne
2012-10-24add CDDM_from_bmesh(), avoids using BMEditMesh in modifiers.Campbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-09-19Small fix for Follow Track constraintSergey Sharybin
2012-09-16Few cleanup in matrix mathutils (make mul_m3_m3m4 and mul_m4_m3m4 consistant ...Bastien Montagne
2012-09-10code cleanup: use BMEdit_FromObject() rather then me->edit_btmesh in more pla...Campbell Barton
2012-09-09style cleanup:Campbell Barton
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-08-18fix [#32353] 'Focus'(center) applied on a rig should only take visible bones ...Campbell Barton
2012-08-09Frame matching methods for follow track constraintSergey Sharybin
2012-08-09code cleanup: ensure macros require ';' endingsCampbell Barton
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-07-08style cleanupCampbell Barton
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-06-15Internal refactoring of tracking module, should be no functional changesSergey Sharybin
2012-06-12Naming + Style tweaks for newly added flag for Action ConstraintJoshua Leung