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-04-29move modal view3d keymaps out of main list of keymaps into the view3d section.Campbell Barton
2013-04-26edgeslide fixes/tweaksCampbell Barton
2013-04-15Fix: when using a search menu with an operator's enum prop, the operator was ...Bastien Montagne
2013-04-13Bug fix #34896Ton Roosendaal
2013-04-12Paint refactoring commit, non-disruptive (in theory :p)Antony Riakiotakis
2013-04-12Add property update for radial control operator. It will be necessaryAntony Riakiotakis
2013-04-10alternate solution for r55921 which was calling invoke() from exec(), which s...Campbell Barton
2013-04-09temporary fix for saving custom template files similar to startup .blend fileGaia Clary
2013-04-04Release Logs:Thomas Dinges
2013-04-04code cleanup: use bools in interface handlers, dont show translation menu whe...Campbell Barton
2013-04-04code cleanup: use bools in UI and WM code, quiet some shadow warnings, remove...Campbell Barton
2013-03-28fix for loosing recent-files when running 'Copy Previous Settings'.Campbell Barton
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2013-03-19add BLI_rcti,f_recenter()Campbell Barton
2013-03-18Just added a comment:Ton Roosendaal
2013-03-15Add the possibility to define the translation context for py rna classes (ope...Bastien Montagne
2013-03-13code cleanup: use const events for modal and invoke operators.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-07Border for compositor viewer node featureSergey Sharybin
2013-03-05patch [#34103]Campbell Barton
2013-03-04patch [#34103] use boolean in path functions and add comments.Campbell Barton
2013-03-04BugfixTon Roosendaal
2013-02-28More UI messages fixes...Bastien Montagne
2013-02-21Dependency Graph: some refactoring which should have no user visible impactBrecht Van Lommel
2013-02-19Small correction to make strict compiler setup be happySergey Sharybin
2013-02-19Fix #34315: memory leak cancelling move to layer operator, after change to makeBrecht Van Lommel
2013-02-17Fix #34285: sculpt/paint radial control F key operators did not adjust brush ...Brecht Van Lommel
2013-02-17Another huge bunch of UI translation fixes, mostly reported by Leon Cheung, S...Bastien Montagne
2013-02-12fix for own commit r54482, PROP_DISTANCE was being checked for by radial cont...Campbell Barton
2013-02-11fix for weight gradient crashing on redo (wasn't possible to redo this initia...Campbell Barton
2013-02-11style cleanup: also some typosCampbell Barton
2013-01-27Operators name "cleanup"Dalai Felinto
2013-01-22property change reporting now uses the context again, rather then checking a ...Campbell Barton
2013-01-17Release Cycle:Thomas Dinges
2013-01-09add RNA_def_struct_ptr(...) to use for runtime struct registration, saves ove...Campbell Barton
2013-01-08style cleanupCampbell Barton
2013-01-02Some UI message fixes...Bastien Montagne
2013-01-02Bug fix - post 2.65aTon Roosendaal
2012-12-28revert r53356, this stopped the leak but still wasn't working nice.Campbell Barton
2012-12-23Added support of J2K codec for Jpeg2000 writingSergey Sharybin
2012-12-22Weight gradient tool for weight paint modeCampbell Barton
2012-12-19improve info view property output for properties.Campbell Barton
2012-12-18fix for crash in recent changes, missing NULL checkCampbell Barton
2012-12-18fix for crash in own commit - happend when changing userprefs.Campbell Barton
2012-12-18use 'bpy.context' when printing properties in the info window.Campbell Barton
2012-12-18changing RNA properties now prints python script in the info view.Campbell Barton
2012-12-18functions to make a string representation of a property & assignment.Campbell Barton
2012-12-18Bug fix, IRC collection. (Fix for recent commit)Ton Roosendaal
2012-12-15add checks to style checker script for 'a . b' and 'a []'Campbell Barton