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-10-10fix bad svn ID tagsCampbell Barton
2011-10-10header cleanup (no functional changes)Campbell Barton
2011-10-10updates to navmeshCampbell Barton
2011-10-10- for some reason navmesh wasnt drawing when VBO was enabled.Campbell Barton
2011-10-10mesh VBO drawing code was swapping red/blue vertex colors - this is confusing...Campbell Barton
2011-10-10fix for editmode opengl drawing (bug from own recent optimization), need to s...Campbell Barton
2011-10-10fix crash for recent navmesh edits when setting a non-mesh object to a navmesh.Campbell Barton
2011-10-10move NavMesh draw code out of being a modifier and into DerivedMesh drawing h...Campbell Barton
2011-10-09replace sprintf with strcpy where no formatting is done and return value isn'...Campbell Barton
2011-10-08use newly added ID_BLEND_PATH() in more places.Campbell Barton
2011-10-08fix [#28846] Relative paths on linked scene failsCampbell Barton
2011-10-07fix for own bad mistake, broke vector curve handles.Campbell Barton
2011-10-06texface fix: if material is not used by mesh set default bge mat flag (backfa...Dalai Felinto
2011-10-04Correction for own recent commit -- didn't know it's unsupported inSergey Sharybin
2011-10-04Partial fix #27978: Problem exporting OGG Theora-Vorbis video (and other audi...Sergey Sharybin
2011-10-04remove redundant code, also dont bother with os.path.basename(x) for recent s...Campbell Barton
2011-10-03add macro OB_TYPE_SUPPORT_MATERIAL, type checks were being done inline, some ...Campbell Barton
2011-10-03patch [#27887] LOSSLESS RENDERING: HuffYUV and FFV1 both fail to render lossl...Campbell Barton
2011-10-02* 2.60 release cycle, moving on to bcon4, only bugfixes!Thomas Dinges
2011-10-01BKE material api function: assign_material_id, like assign_material but takes...Campbell Barton
2011-10-01Bugfixes for: [#28525] [#28690] [#28774] [#28777]Joshua Leung
2011-09-30Bump maps flip: now white means salience, black means concavitySergey Sharybin
2011-09-30Recast: upgrade library.Benoit Bolsee
2011-09-29Commented and tagged some unused vars, added some var init (gcc warnings...).Bastien Montagne
2011-09-29rna function:Campbell Barton
2011-09-29make drawobject.c's code for getting the camera view frame into its own funct...Campbell Barton
2011-09-29use math functions for curve handle calculation.Campbell Barton
2011-09-29fix [#28765] keyframe handles do not move with curves in graph editor when hi...Campbell Barton
2011-09-28Commented and tagged some unused vars, added some var init (gcc warnings...)Bastien Montagne
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-09-27Detour: fix bug with steering actuator: object pointer not removed.Benoit Bolsee
2011-09-27comment warnings as errors for MSVC - it too easily made small problems like ...Campbell Barton
2011-09-27Commented and tagged some unused vars (gcc warnings...)Bastien Montagne
2011-09-27bpy.app.handlers.frame_change_pre/post handlers.Campbell Barton
2011-09-27fix for building on windows, clear some warnings tooCampbell Barton
2011-09-26replace strncpy with BLI_strncpy, in some cases strncpy was being misused sin...Campbell Barton
2011-09-26Commented and tagged some unused vars (gcc warnings...). Also fixed some unin...Bastien Montagne
2011-09-26BGE Material settings renaming Back Culling to Backface Culling and make it o...Dalai Felinto
2011-09-25whitespace cleanupCampbell Barton
2011-09-25Committing patch #27442: Adaptive time step for fluid particles. The number ofAlex Fraser
2011-09-23some speedup for drawing mesh in texture mode.Campbell Barton
2011-09-22Fix #28226: Selection highlighting is wrong when Solidify Modifier is usedSergey Sharybin
2011-09-22clear up some warnings.Campbell Barton
2011-09-22comment some unused vars / assignments.Campbell Barton
2011-09-21remove support for irixCampbell Barton
2011-09-20Another set of fixes for MSVCSergey Sharybin
2011-09-20- translation scripts now run with py3.xCampbell Barton
2011-09-20Fix for recent commit:Sergey Sharybin
2011-09-20Get rid of c++ in blenkernel and modifiersSergey Sharybin
2011-09-20We are now in Bcon 3 - Beta.Thomas Dinges