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-08-12Code cleanup: replace some manual setting of ob->recalc with DAG_id_tag_update,Brecht Van Lommel
2011-05-10Fix #27217: Bézier control points moves bizarreSergey Sharybin
2011-05-03replace OBJECT_OT_location_apply, OBJECT_OT_scale_apply, OBJECT_OT_rotation_a...Campbell Barton
2011-04-20fix [#27006] Apply Scale at a B-Bone Skeleton causes rescale of B-Bones and o...Campbell Barton
2011-03-27object/paint/misc-files: floats were being implicitly promoted to doubles, ad...Campbell Barton
2011-03-22fix for crashes moving armature layers and applying loc/scale/rot in armature...Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27pedantic warning cleanup, also remove texspace_edit() since its been added us...Campbell Barton
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-09fix [#25994] Meshes with no vertices gets NaN location on setting origin to g...Campbell Barton
2011-02-02- some parts of the code to remove rotation were not removing axis/angle rota...Campbell Barton
2011-01-26- Clear rotation for objects now works on delta transforms too. TheJoshua Leung
2011-01-26Refactoring object clear-transform operators to remove out the commonJoshua Leung
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-11-09bugfix [#24616] Apply Visual Transform doesn't always apply locationCampbell Barton
2010-11-05incorrect poll function for clearing/applying loc/rot/scale.Campbell Barton
2010-10-25Fix #24255: Multires object gets modified when joining it to another multires...Sergey Sharybin
2010-10-25bugfix [#24376] Fly mode disturbs the rotation or scale of the camera objectCampbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-10-14bugfix [#21959] 'Apply rotation' to scaled object behaves wrongCampbell Barton
2010-09-30Cleanup of Auto-Keyframing code:Joshua Leung
2010-09-30Bugfix #23707: Autokey Available is ignored on a Clear TransformJoshua Leung
2010-09-07Bugfix #23707: Autokey Available is ignored on a Clear TransformJoshua Leung
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-08remove unused includesCampbell Barton
2010-08-03set origin was setting surfaces as 2D curves, added dupli-group support using...Campbell Barton
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-08-01bugfix'sCampbell Barton
2010-07-31use more BLI math funcs (no functional changes)Campbell Barton
2010-07-24bugfix [#22941] set object center/origin on a linked duplicate causes linked ...Campbell Barton
2010-07-20- correct some spelling errors.Campbell Barton
2010-06-11Deny applying location/rotation to 2D curve - such transformation couldSergey Sharybin
2010-04-24sub_v3_v3v3 --> sub_v3_v3 (where possible)Campbell Barton
2010-04-15Make memstat easier to read, add missing Intel ID and cleanups.Guillermo S. Romero
2010-03-23more lint includesCampbell Barton
2010-03-20merge own commits into render branch into trunk since 27560Campbell Barton
2010-03-16== Massive Keying Sets Recode ==Joshua Leung
2010-02-12correct fsf addressCampbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-02-08Warning fixes, one actual bug found in sequencer sound wave drawing. AlsoBrecht Van Lommel
2010-01-17bugfix [#20639] BF25_SVN_25888 and below - OBJ and 3DS import failsCampbell Barton
2010-01-16generic operator menu was searching for "type" and using the first enum prope...Campbell Barton
2010-01-03bugfix [#20528] Crash when applying scale to a Bezier curveCampbell Barton
2009-12-19fix for non Euler-XYZ rotations...Campbell Barton
2009-12-13clear loc/size/rot wasnt updating child transformations, also removed some wa...Campbell Barton
2009-12-04Fix for [#20203] Linked objects - A few bugsMatt Ebb
2009-12-04Finish renaming job in Set Center operator to use Origin instead of Center.Martin Poirier
2009-11-28Rename 'Object Center' to 'Centroid'. This makes the Center/Center Cursor etc...William Reynish