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
2013-03-23A major code update for making the DNA file specification of Freestyle settingsTamito Kajiyama
2013-03-19svn merge ^/trunk/blender -r55372:55392Campbell Barton
2013-03-19svn merge ^/trunk/blender -r55357:55372Campbell Barton
2013-03-18quiet warning about writing to deprecated member with gcc.Campbell Barton
2013-03-18UI fix: drawing disabled buttons now draw OK in all cases.Ton Roosendaal
2013-03-18code cleanupCampbell Barton
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-18Bug fix, irc:Ton Roosendaal
2013-03-18Merged changes in the trunk up to revision 55357.Tamito Kajiyama
2013-03-17use const pointers for file loading and booleans for animation system return ...Campbell Barton
2013-03-17Fix for "draw images as texture"Ton Roosendaal
2013-03-17code cleanup: incorrect sized array args, remove some redundant code.Campbell Barton
2013-03-16Any ID Selector Template: ID Type dropdown now shows icon only as originallyJoshua Leung
2013-03-16code cleanup: quiet some -Wshadow warnings, mix of obvious mistakes and harml...Campbell Barton
2013-03-16fix for error pasting into a color button (tried to read its rna index of -1)Campbell Barton
2013-03-15Add the possibility to define the translation context for py rna classes (ope...Bastien Montagne
2013-03-14ui_def_but() allocating an extra byte in 'but->str' for no reason.Campbell Barton
2013-03-13Fix #34481: camera focal length and sensor size did not use units yet, now th...Brecht Van Lommel
2013-03-13Fix wrong use of enum in UI code to reactive button on mouse over, this workedBrecht Van Lommel
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-13style cleanupCampbell Barton
2013-03-12Patch [#34373] Use i18n monospace font in Text editor and Python consoleIrie Shinsuke
2013-03-10patch [#34103] check_for_dupid.patchCampbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-08style cleanupCampbell Barton
2013-03-08Bugfix [#34560] Wrong angle for text in Horizontal mode of Properties spaceJoshua Leung
2013-03-07avoid calling glGetFloatv() twice when UI_RB_ALPHA is enabled with uiRoundBox()Campbell Barton
2013-03-07use bool for rna funcs.Campbell Barton
2013-03-07Change !BLI_ghashIterator_isDone to BLI_ghashIterator_notDone. It isAntony Riakiotakis
2013-03-06fix for bug where array buttons would use -1 index, causing an out-of-bounds ...Campbell Barton
2013-03-06Weight Painting: Added userpref for zero_weight color.Gaia Clary
2013-03-05patch [#34103] storage_bli_dir_contents.patchCampbell Barton
2013-03-05patch [#34103] dir_contents.patchCampbell Barton
2013-03-04Fix for incorrect subpixel precision of marker when using track offsetSergey Sharybin
2013-03-04fix [#34490] Copy and paste floating point number fields losses precisionCampbell Barton
2013-03-03Fix for [#34509] minor theme panel color issueThomas Dinges
2013-03-03Merged changes in the trunk up to revision 54992.Tamito Kajiyama
2013-03-03move toggle drag into a UI handler (was modal operator)Campbell Barton
2013-03-01style cleanup: braces with multi-line statements, also add some comments.Campbell Barton
2013-03-01Bug fix #34334Ton Roosendaal
2013-03-01fix for drag-toggle, bit-buttons weren't handled which made drag toggle fail ...Campbell Barton
2013-03-01code cleanup: minor refactor of button pressed state checking, needed for dra...Campbell Barton
2013-02-28fix [#33466] alt + mouse wheelCampbell Barton
2013-02-28Invalid Driver Targets are now indicated appropriately (using Red Backgrounds)Joshua Leung
2013-02-27Report #34450Ton Roosendaal
2013-02-27fix for error with drag toggle which showed up with overlapping regions.Campbell Barton
2013-02-27enable grabbing for 2d view zooming, good for the graph editor.Campbell Barton
2013-02-26simplify drag toggle operator, use BLI_rctf_isect_segment between mouse event...Campbell Barton
2013-02-26add define for drag toggle.Campbell Barton
2013-02-26revert some changes from own commit r54850 which broke undo for toggle button...Campbell Barton