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
2015-05-13UI: check visible layers when reading contextCampbell Barton
2015-05-04Cleanup: style & const'sCampbell Barton
2015-01-19Bugfix T43293: Crash when editing shared GPencil datablock in VSEJoshua Leung
2014-11-30Typo fix for commentJoshua Leung
2014-11-30Grease Pencil - Storyboarding Features (merge from GPencil_EditStrokes branch)Joshua Leung
2014-11-11UI Refactor T41640Campbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-03-20Code cleanup: use true/false in sequencer functionsSergey Sharybin
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-05-11- dont create scene.sequence_editor on read, means data-browser or autocomple...Campbell Barton
2012-05-08style cleanup: screenCampbell Barton
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2011-11-10presets now work from non-redo popups,Campbell Barton
2011-11-08- operator presets now work in the 3D view as well as the file selector.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-14move ED_object_pose_armature --> object_pose_armature_get to so we dont get b...Campbell Barton
2011-04-04crash fix: screen context editable_bones & visible_bones were not checking fo...Campbell Barton
2011-04-01while looking into adding back brush tool keys found mixed texture/image pain...Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-15moving dir strings into global namespace for doc access (coming up)Campbell Barton
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-08Changed armature active bone so it is separate from selection this is consist...Campbell Barton
2010-12-04Maintenance, Campbell Barton
2010-11-03fix [#24499] Consistency Issue with LassoSelect/ExtendOptionCampbell Barton
2010-10-19patch by Elia Sarti, adding selectable_objects and selectable_bases to the sc...Campbell Barton
2010-10-08bugfix [#21610] alt-r for bone (reset rotation) doesnt work in weight paintin...Campbell Barton
2010-08-08remove unused includesCampbell Barton
2010-07-06selected_sequences wasnt working right, added 'sequences' property to the con...Campbell Barton
2010-07-04'Copy To Selected' (right click menu item) now works for sequence strips, use...Campbell Barton
2010-04-24py api: fix for context returning None for an empty list such as 'context.sel...Campbell Barton
2010-04-01Added visible_bases and visible_objects to screen Context.Elia Sarti
2010-03-23more lint includesCampbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-02-12correct fsf addressCampbell Barton
2009-11-25selected_pchans --> selected_pose_bones, same for visible_pchansCampbell Barton
2009-11-24RNA apiCampbell Barton
2009-11-18rename pose_channels to bonesCampbell Barton
2009-11-17my chnges broke 'del idprop["key"]'Campbell Barton
2009-11-11- In the context, EditBones and Bases were set as 'RNA_UnknownType', replaced...Campbell Barton
2009-11-10modify the python context access so invalid names will raise an exception rat...Campbell Barton
2009-11-10fix for own error in active bone commit, wasnt checking object type was an ar...Campbell Barton
2009-11-10use armature active bone as a pointer rather then a flag for each bone that n...Campbell Barton
2009-11-05- circle select mouse wheel resize now works (somehow mouse wheel generates a...Campbell Barton
2009-11-05python console autocomplete would crash (missing NULL check for pose channels)Campbell Barton
2009-10-30own commit r24178 broke adding objects, need to look into why but this fixes ...Campbell Barton