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-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-10Address [#30842] Blenders Measurement Units set to Metric, makes some Precisi...Campbell Barton
2012-03-30Node socket values now only have soft limits, rather than hard limits, so youBrecht Van Lommel
2012-03-20replace SETCOL defines with inline function: rgba_char_args_setCampbell Barton
2012-03-18Code style edits (mostly spliting long lines, and removing trailing spaces).Bastien Montagne
2012-03-18spelling cleanupCampbell Barton
2012-03-06Code cleanup in rna files (huge, higly automated with py script).Bastien Montagne
2012-02-01Previous fix for [#29484] wasn't working right (did work in report file though).Campbell Barton
2011-11-26A bunch of fixes and tweaks in RNA messages, found while translating them in ...Bastien Montagne
2011-11-15pass a pointer to IDP_New's IDPropertyTemplate rather then a copy.Campbell Barton
2011-10-20A big set of UI messages fixes and tweaks! No functional changes.Bastien Montagne
2011-10-15ensure BoneGroup names are kept unique.Campbell Barton
2011-10-01add a collection function slot for assignment (not used yet).Campbell Barton
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