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
2011-09-19/blender/makesrna: Removed final points in UI strings and messages.Bastien Montagne
2011-09-15replace BLI_strncpy with BLI_strncpy_utf8 where input isnt ensured to be valid.Campbell Barton
2011-08-12Bye bye vile relics of extinct version control systems,Joshua Leung
2011-07-09Ctrl-R sets rotation mode for Pose BonesJoshua Leung
2011-07-07Allow pose matrix to be set for Benjy Cook's GSOC project.Campbell Barton
2011-05-31tag unused rna args.Campbell Barton
2011-05-04rna object constraint remove function wasn't calling ED_object_constraint_upd...Campbell Barton
2011-05-04fix [#26920] working with bones causes segmetation fault.Campbell Barton
2011-04-01- bpy.app.release so python scripts can check if the release is stable or not.Campbell Barton
2011-03-03replace 0 with NULL when used as a pointerCampbell Barton
2011-02-27doxygen: blender/makesrna tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-01-23correct own bad spellingCampbell 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
2011-01-05fix for py/rna mesh.materials[:] where empty materials exist, would raise a r...Campbell Barton
2010-12-22Bug fix, IRC, patch provided by Dan EicherTon Roosendaal
2010-12-08bug [#25081] changes to pose bone selection state via python have no effect.Campbell Barton
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-30minor rna changesCampbell Barton
2010-11-15- 'matrix_basis' for objects and pose bones, this is an alternative access to...Campbell Barton
2010-10-26move matrix decomposition out of object.c into BLI_math_matrix function: mat4...Campbell Barton
2010-08-24py/rna remove functions now all work in a similar way.Campbell Barton
2010-08-24move more active variables to be nested in collections.Campbell Barton
2010-08-24- move more active properties into their collections:Campbell Barton
2010-08-20rna data path names which are more likely to break animations.Campbell Barton
2010-08-20rna remaining that negates valuesCampbell Barton
2010-08-19- Properties from base classes are now registered too, this allows class mix-...Campbell Barton
2010-08-18rna naming mainly for Scene/IK/KeyingSet'sCampbell Barton
2010-08-18more rna renaming.Campbell Barton
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-03rna pointer poll function, not used yet.Campbell Barton
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-07-15Apply first pass of edits to rna values from rna_booleans.txt.Campbell Barton
2010-07-13Fix [#22833] missing lock icon Diego Borghetti
2010-05-04Great patch by Harley Acheson fixing about 80 typos and spellingDaniel Salazar
2010-04-06Object API changes so these functions now require a scene as first argument:Brecht Van Lommel
2010-04-04no functional changes. use sizeof() and MAXFRAMECampbell Barton
2010-04-01svn merge https://svn.blender.org/svnroot/bf-blender/branches/render25 -r2789...Campbell Barton
2010-03-26Optimization for pose channel name lookups using a hash, makesBrecht Van Lommel
2010-03-24remove unused rna includesCampbell Barton
2010-02-23Various RNA defaults for more consistency when updating settings (scene chang...Joshua Leung
2010-02-17Cleanup tweaks: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-01-25Remove unneeded notifier data added in revision 26219.Martin Poirier
2010-01-25More fixes for radians-degrees, wasn't converting pose channel constraintsBrecht Van Lommel
2010-01-25Radians -> Degrees (in UI)Matt Ebb