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
path: root/source
AgeCommit message (Expand)Author
2013-02-04* Added a generic helper function for parsing PyObject arguments as N-dimensi...Tamito Kajiyama
2013-02-04* Fix for broken StrokeAttribute.visible setter function.Tamito Kajiyama
2013-02-04Replaced PyTuple_SetItem by PyTuple_SET_ITEM when creating new tuples.Tamito Kajiyama
2013-02-03Freestyle Python API improvements - part 2.Tamito Kajiyama
2013-02-02Fix for the label of the DIFFERENCE blending mode for alpha and thickness mod...Tamito Kajiyama
2013-02-01Fix for a bug that Freestyle settings of a scene are reset when copying the s...Tamito Kajiyama
2013-01-29Fix build with blender player.Bastien Montagne
2013-01-29Merged changes in the trunk up to revision 54171.Tamito Kajiyama
2013-01-29Fix for a crash when freeing copied scenes.Tamito Kajiyama
2013-01-29Skeleton Sketching bugfixes/tweaksJoshua Leung
2013-01-29fix for r54166, the average edge length needs to be maintained.Campbell Barton
2013-01-29Bugfix [#34012] Skeleton Sketching settings unclearJoshua Leung
2013-01-29minor improvement to edge slide, normalize the edge vectors that accumulate t...Campbell Barton
2013-01-29code cleanup: add some comments about to get_next_loop() for edge slide, also...Campbell Barton
2013-01-29fix for edge slide bug, when there were no edges to slide along the direction...Campbell Barton
2013-01-29WhitespaceJoshua Leung
2013-01-29code cleanup: just variable namingCampbell Barton
2013-01-29code cleanup: var rename and add assert, when writing to out of bounds array.Campbell Barton
2013-01-29Better tooltips for the Full Screen option on Save Screenshot/Screencast oper...Pablo Vazquez
2013-01-29Bugfix [#34019] Limit Constraints still affected transforms when turned offJoshua Leung
2013-01-28Fix [#34023] r54146 breaks name-display of default "UI_UL_list"Bastien Montagne
2013-01-28Cycles: preview rendering support for world/material/lamp.Brecht Van Lommel
2013-01-28Fix for RNA function flag conflict: FUNC_USE_REPORTS was using same bits as F...Lukas Toenne
2013-01-28Fix #34004: crash when canceling ongoing render with scene stripSergey Sharybin
2013-01-28Fix for wrong icons buffer initialization happens for cardsSergey Sharybin
2013-01-28Fix for the is_registered_optional property of RNA functions, now only return...Lukas Toenne
2013-01-28Fix for errors caused by fixing RNA function register flags. Default UIList c...Lukas Toenne
2013-01-28Fix for RNA FUNC_REGISTER/FUNC_REGISTER_OPTIONAL flags: The test in bpy valid...Lukas Toenne
2013-01-28add mathutils function to intersect 2 circles. Converted to C from a python s...Campbell Barton
2013-01-28Fix for a nasty glicth found by Irie Shinsuke in Freestyle branch.Bastien Montagne
2013-01-28add collision masks to copy-game-physics settings. (another GGJ missing featu...Campbell Barton
2013-01-28[BGE Controllers] reverting my own commits #54103 and #54102, no longer neces...Dalai Felinto
2013-01-28fix for usability issue - navmesh would create the new object on the first la...Campbell Barton
2013-01-28fix annoyance noticed at the global-game-jam, adding controllers would rememb...Campbell Barton
2013-01-28minor optimization - don't do double lookups on vertex mask layer for vert_ma...Campbell Barton
2013-01-28style cleanup: also remove unneeded NULL check.Campbell Barton
2013-01-28visualkey_can_use() now uses proper booleansJoshua Leung
2013-01-28BGE Profile : visual feedback bars and improvementsDalai Felinto
2013-01-28Visual Keyframing now works for rigid body objects tooJoshua Leung
2013-01-28Freestyle Python API improvements.Tamito Kajiyama
2013-01-28Activate partial redraw of non-power of two textures. This looks likeAntony Riakiotakis
2013-01-28Freestyle Python API improvements - part 1.Tamito Kajiyama
2013-01-27BGE UI: removing "use_occlusion_culling" from the uiDalai Felinto
2013-01-27Bunch of fixes for UI messages.Bastien Montagne
2013-01-27Pack UI: Ton Roosendaal
2013-01-27Fix drivers and shape keys not handling subframes / frame mapping properly.Brecht Van Lommel
2013-01-27Very old todo: Packed file UITon Roosendaal
2013-01-27remove redundant temp pointer assignment in AVI_write_frame.Campbell Barton
2013-01-27Operators name "cleanup"Dalai Felinto
2013-01-27BGE bugfix: Material initial object color working in the gameDalai Felinto