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
2012-08-12new parameter in assign_material() to specify where material shall be assigne...Gaia Clary
2012-08-12replace ELEM8(gs, ID_ME, ID_CU, ID_MB, ID_LT, ID_LA, ID_CA, ID_TXT, ID_SPK) w...Campbell Barton
2012-08-12Sequencer: overlay display type optionsSergey Sharybin
2012-08-12NDOF navigation support for clip editorSergey Sharybin
2012-08-12smooth-view for 2d views, graph editor, sequencer, node view, works with bord...Campbell Barton
2012-08-12style cleanupCampbell Barton
2012-08-12code cleanup: WM naming conventionsCampbell Barton
2012-08-11Fix #32306: Applying location or rotation scales sculpt dataSergey Sharybin
2012-08-11remove all remaining data files from source, now all are converted at build t...Campbell Barton
2012-08-11generate brush icons C files at build time.Campbell Barton
2012-08-11simplified data_to_c macro in cmakeCampbell Barton
2012-08-11startup.blend and preview.blend are now converted to C at build time.Campbell Barton
2012-08-11fix for minor UI annoyance - when the window is fullscreen now dont draw area...Campbell Barton
2012-08-10fix [#32289] Border Zoom, Zoom Border or Zoom to Border?Campbell Barton
2012-08-10fix [#32300] Convex Hull Poll Shouldn't Require 3D ViewCampbell Barton
2012-08-10split off auto depth option to have cursor placement use depth too since you ...Campbell Barton
2012-08-10Separate uv selection operator: Y key, behaves much the same way as the mesh ...Campbell Barton
2012-08-09Fixed typo in clip's display aspect usageSergey Sharybin
2012-08-09utility functions for getting/setting rectangles for operators.Campbell Barton
2012-08-08support for border zooming out by using the middle mouse button, works in 2D ...Campbell Barton
2012-08-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton
2012-08-08code cleanup: rename G.rt to G.debug_valueCampbell Barton
2012-08-08Renamed the mx/my coordinates in SpaceNode to more descriptive 'cursor'. This...Lukas Toenne
2012-08-08Search option for adding nodes.Lukas Toenne
2012-08-08Code cleanup - whitespaceJoshua Leung
2012-08-08Disable saving property defaults for many of the properties for animation-editorJoshua Leung
2012-08-08Bugfix [#32250] Dubious selection mode in Dopesheet and Action Editor makes itJoshua Leung
2012-08-08Code cleanup: make some more functions more meaningful nameSergey Sharybin
2012-08-08Code cleanup: BKE_ prefix for public sequencer functionsSergey Sharybin
2012-08-08fix for minor regression in own recent edits: sample line was drawing in newl...Campbell Barton
2012-08-08skip loading file selector icons when running in background mode.Campbell Barton
2012-08-07use -FLT_MAX where FLT_MIN was misusedCampbell Barton
2012-08-07minor edits to node viewCampbell Barton
2012-08-07select linkedCampbell Barton
2012-08-07add view selected for node viewCampbell Barton
2012-08-07mask - draw both sides of the curve when `filled` option is disabled.Campbell Barton
2012-08-07Fix knife stack overflow (bug #31907).Howard Trickey
2012-08-07speedup to inpaint node in my tests was about ~30% for an optimized build.Campbell Barton
2012-08-07Fix for drawing arrows on node lines between two reroute nodes. This was a ty...Lukas Toenne
2012-08-06Switching images in the image space would modify UV coordinates.Campbell Barton
2012-08-06bring back the play option from 2.4xCampbell Barton
2012-08-06inpaint node from tomato branch by Peter SchlaileCampbell Barton
2012-08-06Patch [#32246] (Bugfix): UV editor -> "Proportional edit" together with "con...Daniel Genrich
2012-08-06Fix to knife: would sometimes miss cuts on non-planar faces.Howard Trickey
2012-08-06fix for own bug - missing NULL check when the image space starts a render jobCampbell Barton
2012-08-06move pivot point and cursor out of UV rna into image space since both mask an...Campbell Barton
2012-08-06Fix #32271, Node group/parent crash. The grouping operators need to also look...Lukas Toenne
2012-08-06fix [#32272] crash while rendering and modifying the node setup.Campbell Barton
2012-08-06node transform for frames was broken since the frames locx, locy are used as ...Campbell Barton
2012-08-06prevent copy/paste from incompatible types (compo -> material for eg) - would...Campbell Barton