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-13style cleanup: also remove unused defines in paint_image.cCampbell Barton
2013-03-13Texture sampling function refactoring:Antony Riakiotakis
2013-03-13style cleanupCampbell Barton
2013-03-12Fix for strict compiler's flagsSergey Sharybin
2013-03-12Temp fix for stupid -Wformat-security issue.Bastien Montagne
2013-03-12Ouliner: Added recursive setting of (visibility/selectability) for bones (Edi...Gaia Clary
2013-03-12replace sprintf -> strcpy where its not needed.Campbell Barton
2013-03-12fix own regression in 2.66 [#34610] Text editor: Syntax highlighting freezesCampbell Barton
2013-03-12Patch [#34373] Use i18n monospace font in Text editor and Python consoleIrie Shinsuke
2013-03-12ruler: disable rotate with ruler drawing, was drawing too pixelated and hard ...Campbell Barton
2013-03-12use gcc warning -Wredundant-decls, exposes some odd/duplicate declarations wh...Campbell Barton
2013-03-11Fix for [#34598] Modifier-Icon in Outliner does not appearThomas Dinges
2013-03-11Minor cleanup: We always use colour correction now for float buffers. Get rid...Antony Riakiotakis
2013-03-11Fix #34589. There was no space conversion being done between layers inAntony Riakiotakis
2013-03-11code cleanup:Campbell Barton
2013-03-11Ouliner: Added recursive select of (visible) bones (Edit- and Object-mode)Gaia Clary
2013-03-11Fix more UI i18n issues (reported by Leon Cheung).Bastien Montagne
2013-03-11Fix more UI i18n issues (reported by Leon Cheung and Lockal).Bastien Montagne
2013-03-11code cleanup: pep8 & minor changesCampbell Barton
2013-03-11Feature request for all paint systems that support it: Jittering inAntony Riakiotakis
2013-03-10Fix: stroke spacing fails in image editor, we need to account forAntony Riakiotakis
2013-03-10More cruft remove for 2d painting. Remove functions from brush interfaceAntony Riakiotakis
2013-03-10Fix scons build error after recent commit, missing include.Brecht Van Lommel
2013-03-10More UI message i18n fixes and improvements...Bastien Montagne
2013-03-10Texpaint refactor complete!Antony Riakiotakis
2013-03-10Added menu entry for recursive hierarchy selec in outlinerGaia Clary
2013-03-10More UI message i18n fixes and improvements...Bastien Montagne
2013-03-10More UI message i18n fixes and improvements...Bastien Montagne
2013-03-10use crosshair cursor for the ruler.Campbell Barton
2013-03-10Bugfix #34365Ton Roosendaal
2013-03-10Rigid body UI: add translation to materials' names (density collection).Bastien Montagne
2013-03-10fix for error loading ruler info back from greasepencil.Campbell Barton
2013-03-10ruler:Campbell Barton
2013-03-10Fix #34562, leftover from own coordinate conversion refactoring. AlsoAntony Riakiotakis
2013-03-10ruler:Campbell Barton
2013-03-10patch [#34586] Variable typo in glaDrawPixelsTexScaledCampbell Barton
2013-03-10code cleanup:Campbell Barton
2013-03-10add STREQ macro (commonly used macro like CLAMP, MAX2, STRINGIFY). Use for so...Campbell Barton
2013-03-10patch [#34103] check_for_dupid.patchCampbell Barton
2013-03-10style cleanup: whitespaceCampbell Barton
2013-03-10* Cleanup: collapse unneeded paint 2d function to the caller. Also, newAntony Riakiotakis
2013-03-10Time to start reaping the benefits of code unification. Support forAntony Riakiotakis
2013-03-09code cleanup: make bmesh var names more consistentCampbell Barton
2013-03-09code cleanup:Campbell Barton
2013-03-09minor edits to r55134 (recursive outliner select).Campbell Barton
2013-03-09add inline function mul_project_m4_v3_zfac() to get the z-depth value from a ...Campbell Barton
2013-03-09bmesh operator 'contextual_create' wasn't flagging single faces that were cre...Campbell Barton
2013-03-09bmesh: face creation from a single selected vertex/edge, now extends the sele...Campbell Barton
2013-03-09Outliner: Added recursive select/deselect (CTRL+LMB) and extend (CTRL+SHIFT+LMB)Gaia Clary
2013-03-09code cleanup: move runtime var zfac out of RegionView3D. rename initgrabz() -...Campbell Barton