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
2010-04-02rna naming, *_frame --> frame_*Campbell Barton
2010-04-01allow action groups with "" name, (just uses "Group" instead)Campbell Barton
2010-04-01Assorted animsys fixes/tweaks:Joshua Leung
2010-04-01svn merge https://svn.blender.org/svnroot/bf-blender/branches/render25 -r2789...Campbell Barton
2010-03-24remove unused rna includesCampbell Barton
2010-03-19More F-Modifier Tweaks:Joshua Leung
2010-03-18F-Modifier Goodies (as requested by @ndy):Joshua Leung
2010-02-12correct fsf addressCampbell Barton
2010-02-11Operation Dot-Kill finishedDaniel Salazar
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-02-03Animation Data Types - RNA Fixes:Joshua Leung
2010-01-26Use #include "BLI_math.h" instead of _USE_MATH_DEFINES to get M_PI defined.Brecht Van Lommel
2010-01-26Radians vs Degrees: The Second AttemptJoshua Leung
2010-01-25* Added #define _USE_MATH_DEFINES Thomas Dinges
2010-01-25Radians -> Degrees (in UI)Matt Ebb
2010-01-24Bugfix #20776: Segfault Driving a Shapekey in Graph Editor > Drivers > Select...Joshua Leung
2010-01-20Drivers UI: Debug InfoJoshua Leung
2010-01-07fix for own but in recent driver optimization [#20580] Driver Crasher rev [25...Campbell Barton
2010-01-05Quick fix for previous commit - changing order of items in the variable type ...Joshua Leung
2010-01-05More Driver Fixes:Joshua Leung
2010-01-05Durian Request: Drivers RecodeJoshua Leung
2009-12-24Reverted the addition of the f-curve sound modifier (was added in revision 24...Joerg Mueller
2009-12-18RNA wrapping of Action Groups:Joshua Leung
2009-12-11* rename 'rna_path' --> 'data_path', rna and dna are for internal use and are...Campbell Barton
2009-12-08RNA:Brecht Van Lommel
2009-12-08compile python driver expressions for faster re-evaluation.Campbell Barton
2009-12-07driver type 'Sum'Campbell Barton
2009-11-30* Grease Pencil drawing now works with Repeat Last operator. Stroke info is n...Joshua Leung
2009-11-29- access to a nurbs points was broken - sizeof(BPoint) vs sizeof(BPoint *) Campbell Barton
2009-11-26* Spline IK 'Joint Bindings' array now available from RNA. This can be used t...Joshua Leung
2009-11-25add access to bone add/remove from rna. eg.Campbell Barton
2009-11-25RNA: FModifier generator coefficients wrapped, implemented by Campbell.Brecht Van Lommel
2009-11-25Fix for [#20008] In the Graph Editor, clicking on the eye doesn't update the GUIMatt Ebb
2009-11-24Depsgraph/DriversBrecht Van Lommel
2009-11-24- new pyrna api functions srna & prop path_to_id(), useful when setting drive...Campbell Barton
2009-11-23Various bugfixes:Joshua Leung
2009-11-22Added a first version of the Sound F-Curve Modifier, not really usable yet, b...Joerg Mueller
2009-11-16- fcurve modifiers.new()/remove()/activeCampbell Barton
2009-11-13arbitrary property and function support for rna properties (arrays and collec...Campbell Barton
2009-11-13Driver Editing Tweaks:Joshua Leung
2009-11-11- use double underscores to hide members in python (removes them from dir() t...Campbell Barton
2009-11-10Bugfixes for Armatures, SplineIK, and F-Curve RNA:Joshua Leung
2009-11-06Driver Scripting:Joshua Leung
2009-10-14fixes for warnings and crashes during doc generationCampbell Barton
2009-10-14Drivers UI - Converting to Layout EngineJoshua Leung
2009-10-14UI Templates: ('Any ID' Selector)Joshua Leung
2009-10-13Rename all enums called "prop_mode_items" into something more sensible.Martin Poirier
2009-09-14use static functions where possible for some local functions.Campbell Barton
2009-09-022.5 - UI BugfixesJoshua Leung
2009-08-11RNA: subtypes and unitsBrecht Van Lommel