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-31Code Cleanup: Remove some redundant operationsGPencil_FillStrokesJoshua Leung
2014-10-31Code Cleanup: bool in place of shortJoshua Leung
2014-10-31Fix: GP Stroke verts are now properly masked behind geometry now when X-Ray o...Joshua Leung
2014-10-31Code Cleanup: Deduplicate logic for calculating 2D stroke coordinates for dra...Joshua Leung
2014-10-30GPencil Drawing: Support for drawing filled strokesJoshua Leung
2014-10-30RNA: Line width for volumetric strokes is allowed to be higherJoshua Leung
2014-10-29Code cleanup: renamed function for drawing 2D strokes to make more sense nowJoshua Leung
2014-10-29Volumetric strokes draw in 2D views too nowJoshua Leung
2014-10-29Make volumetric stroke drawing a per-layer optionJoshua Leung
2014-10-28Fix: Poll for toolshelf UI buttons was spitting out warningsJoshua Leung
2014-10-28Code cleanup: Tidy up some stuff from previous commitJoshua Leung
2014-10-27Volumetric strokes are also drawn during stroke drawing tooJoshua Leung
2014-10-27Fix for memory leak in previous commitJoshua Leung
2014-10-27Proper implementation for "Volumetric Strokes" drawingJoshua Leung
2014-10-24Hack: Quadrics-based drawing technique for 3D strokesJoshua Leung
2014-10-23UI and properties support for having "Filled" GPencil Strokes/ShapesJoshua Leung
2014-10-23GPencil Draw Operator: Implemented proper method to delay start of drawingJoshua Leung
2014-10-23Expose Grease Pencil "Convert to Curves" operator directly in toolbar insteadJoshua Leung
2014-10-23Tweaks for Delete Active Frame in GPencil UIJoshua Leung
2014-10-23Bugfix: Fix for potentially uninitialised matrix, and 2D eraser being broken ...Joshua Leung
2014-10-23GPencil: Refactor out space conversion APIs in response to Sergey's changesJoshua Leung
2014-10-23Merge branch 'master' into GPencil_EditStrokesJoshua Leung
2014-10-23Code Cleanup - Remove dead codeJoshua Leung
2014-10-23Border Select for GPencil strokesJoshua Leung
2014-10-23Modified GPencil pie menu to work with edit modesJoshua Leung
2014-10-23Checked each of my (jwilkins) XXX notes.Jason Wilkins
2014-10-23Fix T42352.Jonathan Williamson
2014-10-23Usual UI messages fixes.Bastien Montagne
2014-10-22OSX: as we cannot be sure to have ARC, better release allocated notificationJens Verwiebe
2014-10-22OSX/GHOST: use notifications to inform user about a progress reached 100%Jens Verwiebe
2014-10-22Revert "Cycles: Implement Mitchell-Netravali pixel filter"Sergey Sharybin
2014-10-22Cycles: Implement Mitchell-Netravali pixel filterSergey Sharybin
2014-10-22Cycles: Code cleanup -- use bitshifts instead of hardcoded constantsSergey Sharybin
2014-10-22Cycles: Get rid of hardcoded enum values in the codeSergey Sharybin
2014-10-22Cycles: Expose volume voxel data interpolation to the interfaceSergey Sharybin
2014-10-22Cycles: Implement tricubic b-spline interpolation for CPU texture_imageSergey Sharybin
2014-10-22Hack: Use same handling logic for finding "active" GPencil block in timeline ...Joshua Leung
2014-10-22Keymaps UI now shows stroke editing keymapJoshua Leung
2014-10-22DKEY-Tab toggles GPencil Stroke EditingJoshua Leung
2014-10-22UI: Add toggle for stroke editmode to sequencer properties panel (since it do...Joshua Leung
2014-10-22GPencil Editing: "Stroke Edit Mode"Joshua Leung
2014-10-22Fix compiler warning from changing some typesJoshua Leung
2014-10-22Code cleanup: Port flags for bGPdata to a enumJoshua Leung
2014-10-22Meshdeform: Use SSE intrinsics in meshdeform_dynamic_bind()Sergey Sharybin
2014-10-22Meshdeform modifier: Use threaded evaluationSergey Sharybin
2014-10-22OSX: fix T42325 by not letting .vob handled by qt, avoids a doublefreeJens Verwiebe
2014-10-22Cleanup: avoid loop-in-loop when mirror isn't usedCampbell Barton
2014-10-22Fix T42334: x-mirror fails in armature with a partially mirrored chain.Lukas Tönne
2014-10-21Cleanup: styleCampbell Barton
2014-10-21Linux/scons: fix compile, BF_BOOST_LIB_STATIC string was miising a spaceJens Verwiebe