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-02-17clear some unused warningsCampbell Barton
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-01-09remove unused vars, comment some which look like they could be useful still. ...Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton
2010-12-20higher precision for wright & radius button.Campbell Barton
2010-12-15fix for annoyance found when looking into bug [#25226].Campbell Barton
2010-12-15Centralized operator UI drawing into a new function uiLayoutOperatorButs(),Campbell Barton
2010-12-15bugfix [#25230] Quick extrude Ctrl-LMB : wrong behaviour of 'RotateSource' op...Campbell Barton
2010-12-11fix [#25170] The 3d view properties panel median values use Blender units whe...Campbell Barton
2010-12-10bugfix [#25154] .MXF files should be included as a known video file type in t...Campbell Barton
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-19bugfix [#24796] Drivers are ineffective on Text & Curve obj. geometry parametersCampbell Barton
2010-11-18- many settings in a new scene didn't match the startup.blend defaults, copie...Campbell Barton
2010-11-05tedious string copying changesCampbell Barton
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-15remove/tag unused args for view*.c, gpu*.c & image*.cCampbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-08-20Fix #23399: change Median Crease to Mean Crease, because it's not reallyBrecht Van Lommel
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-10- Enable shape key switching in edit mode for curves, surfaces and latticiesSergey Sharybin
2010-08-08remove unused includes from editors/space_*Campbell Barton
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-07-25Shapekeys for curves/surfecesSergey Sharybin
2010-05-07Fix [#22271] N panel Lock icons not changing when pressedMatt Ebb
2010-04-21replace add_v3_v3v3() --> add_v3_v3() where possibleCampbell Barton
2010-03-23rna/py-api fix.Brecht Van Lommel
2010-03-23more lint includesCampbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-03-15Added curve Radius to properties panel in edit mode.Matt Ebb
2010-02-17topology based mirror, (from apricot branch)Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-01-26weight panel editing now supports mirroringCampbell Barton
2010-01-26rename defgroup functions to be more consistant.Campbell Barton
2010-01-26remove line added previous commit, Cancel for view rotate button should be Co...Campbell Barton
2010-01-26panel for adjusting the active vertex groups weightsCampbell Barton
2010-01-25Remove unneeded notifier data added in revision 26219.Martin Poirier
2010-01-22Cleaned up some printfs in editors/ - converted some to reports, hid others ...Matt Ebb
2009-12-28Got rid of some dead codeMatt Ebb
2009-12-10align option for splitCampbell Barton
2009-11-28Durian Rigging Requests: (Armature Layers + Rotation Locking Tweaks)Joshua Leung
2009-11-18rename pose_channels to bonesCampbell Barton
2009-11-10Math LibBrecht Van Lommel
2009-11-10use armature active bone as a pointer rather then a flag for each bone that n...Campbell Barton
2009-11-07- modal keymap for border selectCampbell Barton
2009-11-07Bugfix: crash in posemode transform buttons with no active pose bone.Brecht Van Lommel
2009-11-05Moved the object and bone name fields out of the Transform panel in 3Dview pr...William Reynish
2009-11-05RNA transform properties for edit bones and metaballsMatt Ebb