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-10-12Tweaks to RNA for GPencil pointersJoshua Leung
2014-10-12Grease Pencil Drawing: Default to storing on the scene when painting in 3D ViewJoshua Leung
2014-10-12Grease Pencil Layers UI: Ported properties panel to Python and UI ListsJoshua Leung
2014-10-12Added operator to move active Grease Pencil layers up and down the listJoshua Leung
2014-10-12Added an operator to delete the active Grease Pencil layerJoshua Leung
2014-10-12GPencil UI: Use the icons defined in RNAJoshua Leung
2014-10-12GPencil RNA: Add icons for the toggle settingsJoshua Leung
2014-10-12Added "gpencil_data_owner" to context for getting the struct/datablock which ...Joshua Leung
2014-10-12Minor alignment for triangles on number slider widgetPablo Vazquez
2014-10-11Sculpt: update dystopia debug verifyCampbell Barton
2014-10-11GPencil UI: Experimental "tool palette" pie menuJoshua Leung
2014-10-11Code cleanup: Moving from custom macro-based loopers to the context-based methodJoshua Leung
2014-10-11GPencil Context Utility API's now workJoshua Leung
2014-10-11GPencil API - API for getting active GP data without contextJoshua Leung
2014-10-11Note on current bugs which prevent this from working...Joshua Leung
2014-10-11Added convenience utilities to context for accessing current Grease Pencil dataJoshua Leung
2014-10-11CleanupCampbell Barton
2014-10-11Grease Pencil layers can be rearranged from the DopeSheet EditorJoshua Leung
2014-10-11Proportional editing now works for Grease Pencil stroke transforms tooJoshua Leung
2014-10-11GPencil Stroke Copying: This now copies selected points into separate curvesJoshua Leung
2014-10-11Code cleanup: Separated out selection syncing logic for strokes into an API F...Joshua Leung
2014-10-11Trying a different keymap to get these to all play nicely togetherJoshua Leung
2014-10-11GPencil: Added operator to allow directly clicking on strokes to select them ...Joshua Leung
2014-10-10Cleanup: tabs in empty lines.Bastien Montagne
2014-10-10Cleanup (no functional changes):Bastien Montagne
2014-10-10Fix T41950: Parent-Child Menu behaves weirdBastien Montagne
2014-10-10Code cleanup: Fix silly duplication of typecheck and swap macroSergey Sharybin
2014-10-10Change interaction of pie menus slightly.Antony Riakiotakis
2014-10-10Code cleanup: tabs vs. spaces (tm) commitSergey Sharybin
2014-10-10Fix T42163: Outliner: recursive visibility toggle: autokeyframe only works fo...Bastien Montagne
2014-10-10Sculpt: remove offset args from internal funcsCampbell Barton
2014-10-10GPencil RNA: Changing "select" setting on strokes selects/deselects all point...Joshua Leung
2014-10-10Fix T32209 quitting not saving latest data if you are in edit or sculpt mode onAntony Riakiotakis
2014-10-10Freestyle: Fix for memory leaks in StrokeVertexIterator.Tamito Kajiyama
2014-10-10Freestyle: Fix for StrokeVertexIterator.__next__() ignoring the first and onl...Tamito Kajiyama
2014-10-10BLI_buffer: empty macroCampbell Barton
2014-10-10GPencil Stroke Vert drawing: 2nd AttemptJoshua Leung
2014-10-10Setting "select" property on GP Points via RNA now syncs the selection status...Joshua Leung
2014-10-10GP Stroke Edit: Individual points can be transformedJoshua Leung
2014-10-10Locked GP Layers cannot be edited at all - Not even for selectionJoshua Leung
2014-10-10GP Stroke Editing: Individual stroke points can now be selectedJoshua Leung
2014-10-10Drawing Test: Use theme setting for the base colour of unselected GP Verts wh...Joshua Leung
2014-10-10Added a dedicated way of drawing selected strokes and their pointsJoshua Leung
2014-10-10Drawing code refactoring: Move out logic for testing if a stroke can be drawn...Joshua Leung
2014-10-10Tracking: Use task scheduler instead of thread pool for proxy buildSergey Sharybin
2014-10-10Cleanup: (float)floor -> floorfCampbell Barton
2014-10-10Tracking: Switch prefetch to use generic task schedulerSergey Sharybin
2014-10-10Cleanup: use bool and const argsCampbell Barton
2014-10-10Current tile highlight should use render data from the engineSergey Sharybin
2014-10-10Code cleanup: Use generic isnan() function instead of own ifdefSergey Sharybin